Home
last modified time | relevance | path

Searched defs:amdgpu_gfx_funcs (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_gfx.h287 struct amdgpu_gfx_funcs { struct
289 uint64_t (*get_gpu_clock_counter)(struct amdgpu_device *adev);
290 void (*select_se_sh)(struct amdgpu_device *adev, u32 se_num,
300 void (*select_me_pipe_q)(struct amdgpu_device *adev, u32 me, u32 pipe,
302 void (*init_spm_golden)(struct amdgpu_device *adev);
303 void (*update_perfmon_mgcg)(struct amdgpu_device *adev, bool enable);
304 int (*get_gfx_shadow_info)(struct amdgpu_device *adev,
307 (*query_partition_mode)(struct amdgpu_device *adev);
308 int (*switch_partition_mode)(struct amdgpu_device *adev,
310 int (*ih_node_to_logical_xcc)(struct amdgpu_device *adev, int ih_node);
[all …]

Completed in 7 milliseconds