mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 23:03:57 -04:00
drm/amd/display: Clean up old pplib interface functions
[Why] set_display_requirement, dcn1_pplib_apply_display_requirements are no longer used and should be removed. Signed-off-by: Fatemeh Darbehani <fatemeh.darbehani@amd.com> Reviewed-by: Hersen Wu <hersenxs.wu@amd.com> Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
d9673c920c
commit
bc07dfb366
@@ -139,12 +139,6 @@ struct pp_smu_funcs_rv {
|
||||
/* PME w/a */
|
||||
void (*set_pme_wa_enable)(struct pp_smu *pp);
|
||||
|
||||
/*
|
||||
* Legacy functions. Used for backwards comp. with existing
|
||||
* PPlib code.
|
||||
*/
|
||||
void (*set_display_requirement)(struct pp_smu *pp,
|
||||
struct pp_smu_display_requirement_rv *req);
|
||||
};
|
||||
|
||||
struct pp_smu_funcs {
|
||||
|
||||
Reference in New Issue
Block a user