mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
drm/amdgpu: Drop unsupported function
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>
This commit is contained in:
parent
4d632161e9
commit
c6948604eb
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user