hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.h
....@@ -26,9 +26,7 @@
2626
2727 extern const struct amdgpu_ip_block_version gfx_v9_0_ip_block;
2828
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);
3331
3432 #endif