summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2022-10-06 11:31:25 -0400
committerAlex Deucher <alexander.deucher@amd.com>2022-10-11 11:32:44 -0400
commite1e6889fc7b3e5152218db7d9f03c2f81569d54c (patch)
treeb19e4ace130871bec7d0e30c752e7367d89d87c1 /drivers/gpu
parent9f30bf9917612b3a85cc28dc8ef98667ad5c07f8 (diff)
downloadlinux-stable-e1e6889fc7b3e5152218db7d9f03c2f81569d54c.tar.gz
linux-stable-e1e6889fc7b3e5152218db7d9f03c2f81569d54c.tar.bz2
linux-stable-e1e6889fc7b3e5152218db7d9f03c2f81569d54c.zip
drm/amd/display: fix indentation in dc.c
Fixes a warning in dc.c. Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/amd/display/dc/core/dc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c b/drivers/gpu/drm/amd/display/dc/core/dc.c
index 660316a536f7..997ab031f816 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc.c
@@ -3526,9 +3526,9 @@ static void commit_planes_for_stream(struct dc *dc,
if (update_type != UPDATE_TYPE_FAST)
dc->hwss.post_unlock_program_front_end(dc, context);
- if (update_type != UPDATE_TYPE_FAST)
- if (dc->hwss.commit_subvp_config)
- dc->hwss.commit_subvp_config(dc, context);
+ if (update_type != UPDATE_TYPE_FAST)
+ if (dc->hwss.commit_subvp_config)
+ dc->hwss.commit_subvp_config(dc, context);
if (update_type != UPDATE_TYPE_FAST)
if (dc->hwss.commit_subvp_config)