提交 cc3ca533 编写于 作者: H Harry Wentland 提交者: Alex Deucher

drm/amd/display: Remove duplicate dm_pp_power_level enum

This is really just a copy of dm_pp_clocks_state, so just use that one.

Thanks to Matthias Kaehlke for spotting this.
Signed-off-by: NHarry Wentland <harry.wentland@amd.com>
Reviewed-by: NRoman Li <Roman.Li@amd.com>
Acked-by: NHarry Wentland <harry.wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 f215a57d
......@@ -239,25 +239,8 @@ enum dm_acpi_display_type {
AcpiDisplayType_DFP6 = 12
};
enum dm_pp_power_level {
DM_PP_POWER_LEVEL_INVALID,
DM_PP_POWER_LEVEL_ULTRA_LOW,
DM_PP_POWER_LEVEL_LOW,
DM_PP_POWER_LEVEL_NOMINAL,
DM_PP_POWER_LEVEL_PERFORMANCE,
DM_PP_POWER_LEVEL_0 = DM_PP_POWER_LEVEL_ULTRA_LOW,
DM_PP_POWER_LEVEL_1 = DM_PP_POWER_LEVEL_LOW,
DM_PP_POWER_LEVEL_2 = DM_PP_POWER_LEVEL_NOMINAL,
DM_PP_POWER_LEVEL_3 = DM_PP_POWER_LEVEL_PERFORMANCE,
DM_PP_POWER_LEVEL_4 = DM_PP_CLOCKS_DPM_STATE_LEVEL_3 + 1,
DM_PP_POWER_LEVEL_5 = DM_PP_CLOCKS_DPM_STATE_LEVEL_4 + 1,
DM_PP_POWER_LEVEL_6 = DM_PP_CLOCKS_DPM_STATE_LEVEL_5 + 1,
DM_PP_POWER_LEVEL_7 = DM_PP_CLOCKS_DPM_STATE_LEVEL_6 + 1,
};
struct dm_pp_power_level_change_request {
enum dm_pp_power_level power_level;
enum dm_pp_clocks_state power_level;
};
struct dm_pp_clock_for_voltage_req {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册