drm/amd/display: add hubp/dpp pg debug key
authorCharlene Liu <charlene.liu@amd.com>
Wed, 20 Sep 2017 20:15:18 +0000 (16:15 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 21 Oct 2017 20:42:23 +0000 (16:42 -0400)
Signed-off-by: Charlene Liu <charlene.liu@amd.com>
Reviewed-by: Anthony Koo <Anthony.Koo@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 5044073..2e77885 100644 (file)
@@ -191,6 +191,8 @@ struct dc_debug {
        bool disable_dmcu;
        bool disable_psr;
        bool force_abm_enable;
+       bool disable_hbup_pg;
+       bool disable_dpp_pg;
 };
 struct dc_state;
 struct resource_pool;