From: Charlene Liu Date: Wed, 20 Sep 2017 20:15:18 +0000 (-0400) Subject: drm/amd/display: add hubp/dpp pg debug key X-Git-Tag: microblaze-4.16-rc1~302^2~3^2~129 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=6d732e7917064195b65303cab9591f311b621034;p=linux-2.6-microblaze.git drm/amd/display: add hubp/dpp pg debug key Signed-off-by: Charlene Liu Reviewed-by: Anthony Koo Acked-by: Harry Wentland 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 50440731f83c..2e77885fc1ea 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -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;