aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/cik.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/cik.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/cik.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/cik.c b/drivers/gpu/drm/amd/amdgpu/cik.c
index 4c80338992ad..c90bfeec3048 100644
--- a/drivers/gpu/drm/amd/amdgpu/cik.c
+++ b/drivers/gpu/drm/amd/amdgpu/cik.c
@@ -2024,7 +2024,6 @@ static const struct amdgpu_asic_funcs cik_asic_funcs =
2024 .get_virtual_caps = &cik_get_virtual_caps, 2024 .get_virtual_caps = &cik_get_virtual_caps,
2025 /* these should be moved to their own ip modules */ 2025 /* these should be moved to their own ip modules */
2026 .get_gpu_clock_counter = &gfx_v7_0_get_gpu_clock_counter, 2026 .get_gpu_clock_counter = &gfx_v7_0_get_gpu_clock_counter,
2027 .wait_for_mc_idle = &gmc_v7_0_mc_wait_for_idle,
2028}; 2027};
2029 2028
2030static int cik_common_early_init(void *handle) 2029static int cik_common_early_init(void *handle)