summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c
diff options
context:
space:
mode:
authorJun Lei <Jun.Lei@amd.com>2018-07-12 17:35:01 +0300
committerAlex Deucher <alexander.deucher@amd.com>2018-07-24 23:15:59 +0300
commitcfd84fd36531b2f1de01b3530b6953ed34ed2c95 (patch)
tree99c33118181569961fdcfb5dcc27abe90ded6344 /drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c
parent5c6ac7112fb2b73a5e4e7ac1648cdaceb558f268 (diff)
downloadlinux-cfd84fd36531b2f1de01b3530b6953ed34ed2c95.tar.xz
drm/amd/display: separate dc_debug into dc_debug_options and dc_debug data
[why] confusing as to which part of debug is informational, and which part causes behavioral change Signed-off-by: Jun Lei <Jun.Lei@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c b/drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c
index 080f777d705e..bd039322f697 100644
--- a/drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c
+++ b/drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c
@@ -676,7 +676,7 @@ static void hack_force_pipe_split(struct dcn_bw_internal_vars *v,
}
static void hack_bounding_box(struct dcn_bw_internal_vars *v,
- struct dc_debug *dbg,
+ struct dc_debug_options *dbg,
struct dc_state *context)
{
if (dbg->pipe_split_policy == MPC_SPLIT_AVOID)