Commit 1422ca01 authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Alex Deucher

drm/amd/display: Clean up some inconsistent indenting

No functional modification involved.

smatch warning:

drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn32/display_mode_vba_util_32.c:713 dml32_CalculateSwathWidth() warn: inconsistent indenting.
Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 4557489e
...@@ -710,10 +710,10 @@ void dml32_CalculateSwathWidth( ...@@ -710,10 +710,10 @@ void dml32_CalculateSwathWidth(
unsigned int k, j; unsigned int k, j;
enum odm_combine_mode MainSurfaceODMMode; enum odm_combine_mode MainSurfaceODMMode;
unsigned int surface_width_ub_l; unsigned int surface_width_ub_l;
unsigned int surface_height_ub_l; unsigned int surface_height_ub_l;
unsigned int surface_width_ub_c; unsigned int surface_width_ub_c;
unsigned int surface_height_ub_c; unsigned int surface_height_ub_c;
#ifdef __DML_VBA_DEBUG__ #ifdef __DML_VBA_DEBUG__
dml_print("DML::%s: ForceSingleDPP = %d\n", __func__, ForceSingleDPP); dml_print("DML::%s: ForceSingleDPP = %d\n", __func__, ForceSingleDPP);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment