aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBraden Bakker <[email protected]>2020-02-11 13:56:02 -0500
committerAlex Deucher <[email protected]>2020-03-09 13:49:16 -0400
commitcc4935087e20577abc9f0731386934928567f189 (patch)
treeb18042eedf64110ee7b6873a42a9e4f400921153
parentb6a1a0e76084c541382050606830580740ef9e84 (diff)
drm/amd/display: Add registry for mem pwr control
[What] Need debug options to control lightl/deep sleep [How] Add registry for memory power control Signed-off-by: Braden Bakker <[email protected]> Reviewed-by: Charlene Liu <[email protected]> Acked-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
index abff0da945e7..2b538f477c82 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -390,6 +390,7 @@ struct dc_debug_options {
int always_scale;
bool disable_pplib_clock_request;
bool disable_clock_gate;
+ bool disable_mem_low_power;
bool disable_dmcu;
bool disable_psr;
bool force_abm_enable;