drm/amd/display: clean code-style issues in dcn30_set_mpc_shaper_3dlut
authorMelissa Wen <mwen@igalia.com>
Tue, 14 Feb 2023 12:14:02 +0000 (11:14 -0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Dec 2023 07:51:20 +0000 (08:51 +0100)
commit442a4d4d01579d5d7066d0653898ffbb4091e3be
tree4fab1aa60bf534757168559387d90198923d0488
parent6cd736272165d7a6a7d62fb0a40536ed3741ed02
drm/amd/display: clean code-style issues in dcn30_set_mpc_shaper_3dlut

[ Upstream commit 94369589e4ec13c762fe10a1fdc4463bdfee5d5f ]

This function has many conditions and all code style issues (identation,
missing braces, etc.) make reading it really annoying.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Melissa Wen <mwen@igalia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Stable-dep-of: 6f395cebdd89 ("drm/amd/display: Fix MPCC 1DLUT programming")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c