Commit c6948604 authored by Pratik Vishwakarma's avatar Pratik Vishwakarma Committed by Alex Deucher
Browse files

drm/amdgpu: Drop unsupported function



drop set_driver_table_location

Signed-off-by: default avatarPratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 4d632161
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,