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/cik.c | |
| 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/cik.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/cik.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/cik.c b/drivers/gpu/drm/amd/amdgpu/cik.c index c90bfeec3048..207fdfcd6261 100644 --- a/drivers/gpu/drm/amd/amdgpu/cik.c +++ b/drivers/gpu/drm/amd/amdgpu/cik.c @@ -2022,8 +2022,6 @@ static const struct amdgpu_asic_funcs cik_asic_funcs = .set_uvd_clocks = &cik_set_uvd_clocks, .set_vce_clocks = &cik_set_vce_clocks, .get_virtual_caps = &cik_get_virtual_caps, - /* these should be moved to their own ip modules */ - .get_gpu_clock_counter = &gfx_v7_0_get_gpu_clock_counter, }; static int cik_common_early_init(void *handle) |
