diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vi.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c index e05e722ef6c7..168780b381a3 100644 --- a/drivers/gpu/drm/amd/amdgpu/vi.c +++ b/drivers/gpu/drm/amd/amdgpu/vi.c | |||
@@ -1140,7 +1140,6 @@ static const struct amdgpu_asic_funcs vi_asic_funcs = | |||
1140 | .get_virtual_caps = &vi_get_virtual_caps, | 1140 | .get_virtual_caps = &vi_get_virtual_caps, |
1141 | /* these should be moved to their own ip modules */ | 1141 | /* these should be moved to their own ip modules */ |
1142 | .get_gpu_clock_counter = &gfx_v8_0_get_gpu_clock_counter, | 1142 | .get_gpu_clock_counter = &gfx_v8_0_get_gpu_clock_counter, |
1143 | .wait_for_mc_idle = &gmc_v8_0_mc_wait_for_idle, | ||
1144 | }; | 1143 | }; |
1145 | 1144 | ||
1146 | static int vi_common_early_init(void *handle) | 1145 | static int vi_common_early_init(void *handle) |