···20222022 .set_uvd_clocks = &cik_set_uvd_clocks,20232023 .set_vce_clocks = &cik_set_vce_clocks,20242024 .get_virtual_caps = &cik_get_virtual_caps,20252025- /* these should be moved to their own ip modules */20262026- .get_gpu_clock_counter = &gfx_v7_0_get_gpu_clock_counter,20272025};2028202620292027static int cik_common_early_init(void *handle)
···11381138 .set_uvd_clocks = &vi_set_uvd_clocks,11391139 .set_vce_clocks = &vi_set_vce_clocks,11401140 .get_virtual_caps = &vi_get_virtual_caps,11411141- /* these should be moved to their own ip modules */11421142- .get_gpu_clock_counter = &gfx_v8_0_get_gpu_clock_counter,11431141};1144114211451143static int vi_common_early_init(void *handle)