diff options
author | Charlene Liu <[email protected]> | 2017-09-20 16:15:18 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2017-10-21 16:42:23 -0400 |
commit | 6d732e7917064195b65303cab9591f311b621034 (patch) | |
tree | 4586d43dc3bddf145557d07ed7eea99e0947e031 | |
parent | 19af33aca4384f840838a781f105726bb24c604f (diff) |
drm/amd/display: add hubp/dpp pg debug key
Signed-off-by: Charlene Liu <[email protected]>
Reviewed-by: Anthony Koo <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |