drm/amd/display: Add disable_psr debug flag
authorCharlene Liu <charlene.liu@amd.com>
Tue, 23 May 2017 21:15:54 +0000 (17:15 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:07:34 +0000 (18:07 -0400)
Signed-off-by: Charlene Liu <charlene.liu@amd.com>
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc.h

index 0d3b73a..ce052d1 100644 (file)
@@ -180,6 +180,7 @@ struct dc_debug {
        bool disable_pplib_clock_request;
        bool disable_clock_gate;
        bool disable_dmcu;
+       bool disable_psr;
        bool force_abm_enable;
 };