diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2022-10-06 17:31:25 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-10-11 17:32:44 +0200 |
commit | e1e6889fc7b3e5152218db7d9f03c2f81569d54c (patch) | |
tree | b19e4ace130871bec7d0e30c752e7367d89d87c1 /drivers | |
parent | drm/amd/display: make dcn32_split_stream_for_mpc_or_odm static (diff) | |
download | linux-e1e6889fc7b3e5152218db7d9f03c2f81569d54c.tar.xz linux-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')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/core/dc.c | 6 |
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) |