Searched defs:amdgpu_gfx_funcs (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gfx.h | 282 struct amdgpu_gfx_funcs { struct 284 uint64_t (*get_gpu_clock_counter)(struct amdgpu_device *adev); 285 void (*select_se_sh)(struct amdgpu_device *adev, u32 se_num, 287 void (*read_wave_data)(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, 289 void (*read_wave_vgprs)(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, 292 void (*read_wave_sgprs)(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, 295 void (*select_me_pipe_q)(struct amdgpu_device *adev, u32 me, u32 pipe, 297 void (*init_spm_golden)(struct amdgpu_device *adev); 298 void (*update_perfmon_mgcg)(struct amdgpu_device *adev, bool enable); 299 int (*get_gfx_shadow_info)(struct amdgpu_device *adev, [all …]
|