kernel/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.h
.. .. @@ -26,9 +26,7 @@ 26 26 27 27 extern const struct amdgpu_ip_block_version gfx_v9_0_ip_block; 28 28 29 -void gfx_v9_0_select_se_sh(struct amdgpu_device *adev, u32 se_num, u32 sh_num);30 -31 -uint64_t gfx_v9_0_get_gpu_clock_counter(struct amdgpu_device *adev);32 -int gfx_v9_0_get_cu_info(struct amdgpu_device *adev, struct amdgpu_cu_info *cu_info);29 +void gfx_v9_0_select_se_sh(struct amdgpu_device *adev, u32 se_num, u32 sh_num,30 + u32 instance);33 31 34 32 #endif