drm/amdgpu: Drop unsupported function
authorPratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Fri, 9 Jan 2026 12:15:47 +0000 (12:15 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 12 Feb 2026 20:21:19 +0000 (15:21 -0500)
drop set_driver_table_location

Signed-off-by: Pratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu15/smu_v15_0_0_ppt.c

index c1ce603..5260de5 100644 (file)
@@ -1382,7 +1382,6 @@ static const struct pptable_funcs smu_v15_0_0_ppt_funcs = {
        .get_gpu_metrics = smu_v15_0_0_get_gpu_metrics,
        .get_enabled_mask = smu_v15_0_0_get_enabled_mask,
        .get_pp_feature_mask = smu_cmn_get_pp_feature_mask,
-       .set_driver_table_location = smu_v15_0_set_driver_table_location,
        .gfx_off_control = smu_v15_0_gfx_off_control,
        .mode2_reset = smu_v15_0_0_mode2_reset,
        .get_dpm_ultimate_freq = smu_v15_0_common_get_dpm_ultimate_freq,