diff options
| author | Alex Deucher <[email protected]> | 2016-07-07 19:01:42 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2016-07-07 19:01:42 +0000 |
| commit | b95e31fddabbc38f96c8e991dd7132cea252bf7d (patch) | |
| tree | 493024925a553c9e66848759068a4e633ce45ace /drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h | |
| parent | drm/amdgpu: drop wait_for_mc_idle asic callback (diff) | |
| download | kernel-b95e31fddabbc38f96c8e991dd7132cea252bf7d.tar.gz kernel-b95e31fddabbc38f96c8e991dd7132cea252bf7d.zip | |
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 <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h index 16a49f53a2fa..bc82c794312c 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h @@ -26,7 +26,6 @@ extern const struct amd_ip_funcs gfx_v8_0_ip_funcs; -uint64_t gfx_v8_0_get_gpu_clock_counter(struct amdgpu_device *adev); void gfx_v8_0_select_se_sh(struct amdgpu_device *adev, u32 se_num, u32 sh_num); #endif |
