drm/amd/display: Add registry for mem pwr control
authorBraden Bakker <Braden.Bakker@amd.com>
Tue, 11 Feb 2020 18:56:02 +0000 (13:56 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 9 Mar 2020 17:49:16 +0000 (13:49 -0400)
[What]
Need debug options to control lightl/deep sleep
[How]
Add registry for memory power control

Signed-off-by: Braden Bakker <Braden.Bakker@amd.com>
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc.h

index abff0da..2b538f4 100644 (file)
@@ -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;