Searched defs:amdgpu_gfx_funcs (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/sys/dev/drm/amd/amdgpu/ |
H A D | amdgpu.h | 864 struct amdgpu_gfx_funcs { struct 866 uint64_t (*get_gpu_clock_counter)(struct amdgpu_device *adev); 867 void (*select_se_sh)(struct amdgpu_device *adev, u32 se_num, u32 sh_num, u32 instance); 868 …ave_data)(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t *dst, int *no_fields); 869 …adev, uint32_t simd, uint32_t wave, uint32_t thread, uint32_t start, uint32_t size, uint32_t *dst); 870 …t amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t start, uint32_t size, uint32_t *dst); 871 void (*select_me_pipe_q)(struct amdgpu_device *adev, u32 me, u32 pipe, u32 queue);
|