mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
drm/amd/pm: Delete PP_DAL_POWERLEVEL
Not used and not needed anymore. Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Melissa Wen <mwen@igalia.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
e624a56f8a
commit
622f134d85
|
|
@ -115,23 +115,6 @@ struct amd_pp_simple_clock_info {
|
|||
uint32_t memory_max_clock;
|
||||
};
|
||||
|
||||
enum PP_DAL_POWERLEVEL {
|
||||
PP_DAL_POWERLEVEL_INVALID = 0,
|
||||
PP_DAL_POWERLEVEL_ULTRALOW,
|
||||
PP_DAL_POWERLEVEL_LOW,
|
||||
PP_DAL_POWERLEVEL_NOMINAL,
|
||||
PP_DAL_POWERLEVEL_PERFORMANCE,
|
||||
|
||||
PP_DAL_POWERLEVEL_0 = PP_DAL_POWERLEVEL_ULTRALOW,
|
||||
PP_DAL_POWERLEVEL_1 = PP_DAL_POWERLEVEL_LOW,
|
||||
PP_DAL_POWERLEVEL_2 = PP_DAL_POWERLEVEL_NOMINAL,
|
||||
PP_DAL_POWERLEVEL_3 = PP_DAL_POWERLEVEL_PERFORMANCE,
|
||||
PP_DAL_POWERLEVEL_4 = PP_DAL_POWERLEVEL_3+1,
|
||||
PP_DAL_POWERLEVEL_5 = PP_DAL_POWERLEVEL_4+1,
|
||||
PP_DAL_POWERLEVEL_6 = PP_DAL_POWERLEVEL_5+1,
|
||||
PP_DAL_POWERLEVEL_7 = PP_DAL_POWERLEVEL_6+1,
|
||||
};
|
||||
|
||||
struct amd_pp_clock_info {
|
||||
uint32_t min_engine_clock;
|
||||
uint32_t max_engine_clock;
|
||||
|
|
@ -141,7 +124,6 @@ struct amd_pp_clock_info {
|
|||
uint32_t max_bus_bandwidth;
|
||||
uint32_t max_engine_clock_in_sr;
|
||||
uint32_t min_engine_clock_in_sr;
|
||||
enum PP_DAL_POWERLEVEL max_clocks_state;
|
||||
};
|
||||
|
||||
enum amd_pp_clock_type {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user