drm/amd/display: add power_state and pme_pending flag

[what]
Adding power_state to dc.h and pme_pending flag to clk_mgr_internal.h

Reviewed-by: Charlene Liu <charlene.liu@amd.com>
Acked-by: Roman Li <roman.li@amd.com>
Signed-off-by: Muhammad Ahmed <ahmed.ahmed@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Muhammad Ahmed 2023-12-06 23:41:33 -05:00 committed by Alex Deucher
parent 60818ed765
commit 2a8e918f48
2 changed files with 2 additions and 0 deletions

View File

@ -1069,6 +1069,7 @@ struct dc {
} scratch;
struct dml2_configuration_options dml2_options;
enum dc_acpi_cm_power_state power_state;
};
enum frame_buffer_mode {

View File

@ -356,6 +356,7 @@ struct clk_mgr_internal {
long long wm_range_table_addr;
bool dpm_present;
bool pme_trigger_pending;
};
struct clk_mgr_internal_funcs {