From: Harry Wentland Date: Thu, 19 Jan 2017 23:58:33 +0000 (-0500) Subject: drm/amd/display: Remove power gating debug flags X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cad3c7a99725f5f241ee7e8e1657c54c5b532d51;p=linux.git drm/amd/display: Remove power gating debug flags They're not used anywhere Signed-off-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 e0143f9f0421b..332ecf8b11576 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -145,8 +145,6 @@ struct dc_debug { bool disable_stutter; bool disable_dcc; bool disable_dfs_bypass; - bool disable_dpp_power_gate; - bool disable_hubp_power_gate; bool disable_clock_gate; bool disable_dmcu; bool disable_color_module;