From: Robin Chen <[email protected]>

[Why]
The deep sleep mode need to be disabled in some PSR scenario.

Reviewed-by: Anthony Koo <[email protected]>
Acked-by: Alan Liu <[email protected]>
Signed-off-by: Robin Chen <[email protected]>
---
 drivers/gpu/drm/amd/display/dc/dc.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/display/dc/dc.h 
b/drivers/gpu/drm/amd/display/dc/dc.h
index 7c8b6e1a9c9e..febdc5d00a70 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -354,6 +354,7 @@ enum dc_psr_power_opts {
        psr_power_opt_invalid = 0x0,
        psr_power_opt_smu_opt_static_screen = 0x1,
        psr_power_opt_z10_static_screen = 0x10,
+       psr_power_opt_ds_disable_allow = 0x100,
 };
 
 enum dcc_option {
-- 
2.25.1

Reply via email to