mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
drm/amd/display: Introduce pp-smu raven functions
DM powerplay calls for DCN10 allowing to bypass PPLib and call directly to the SMU functions. Signed-off-by: Mikita Lipski <mikita.lipski@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
30f0ea6d09
commit
92276a06f9
@@ -40,7 +40,7 @@ enum wm_set_id {
|
||||
WM_B,
|
||||
WM_C,
|
||||
WM_D,
|
||||
WM_COUNT,
|
||||
WM_SET_COUNT,
|
||||
};
|
||||
|
||||
struct pp_smu_wm_set_range {
|
||||
@@ -53,10 +53,10 @@ struct pp_smu_wm_set_range {
|
||||
|
||||
struct pp_smu_wm_range_sets {
|
||||
uint32_t num_reader_wm_sets;
|
||||
struct pp_smu_wm_set_range reader_wm_sets[WM_COUNT];
|
||||
struct pp_smu_wm_set_range reader_wm_sets[WM_SET_COUNT];
|
||||
|
||||
uint32_t num_writer_wm_sets;
|
||||
struct pp_smu_wm_set_range writer_wm_sets[WM_COUNT];
|
||||
struct pp_smu_wm_set_range writer_wm_sets[WM_SET_COUNT];
|
||||
};
|
||||
|
||||
struct pp_smu_display_requirement_rv {
|
||||
|
||||
Reference in New Issue
Block a user