mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/amdgpu: move get_gpu_clock_counter into the gfx struct
It's gfx IP specific, not asic specific, so move to a gfx callback. Reviewed-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -30,7 +30,6 @@ extern const struct amd_ip_funcs gfx_v7_0_ip_funcs;
|
||||
void gfx_v7_0_enter_rlc_safe_mode(struct amdgpu_device *adev);
|
||||
void gfx_v7_0_exit_rlc_safe_mode(struct amdgpu_device *adev);
|
||||
void gfx_v7_0_rlc_stop(struct amdgpu_device *adev);
|
||||
uint64_t gfx_v7_0_get_gpu_clock_counter(struct amdgpu_device *adev);
|
||||
void gfx_v7_0_select_se_sh(struct amdgpu_device *adev, u32 se_num, u32 sh_num);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user