From: Braden Bakker Date: Tue, 11 Feb 2020 18:56:02 +0000 (-0500) Subject: drm/amd/display: Add registry for mem pwr control X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cc4935087e20577abc9f0731386934928567f189;p=linux.git 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 Reviewed-by: Charlene Liu Acked-by: Rodrigo Siqueira Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index abff0da945e71..2b538f477c82c 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;