]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/display: Remove conditional for shaper 3DLUT power-on
authorAlex Hung <alex.hung@amd.com>
Thu, 5 Feb 2026 05:05:16 +0000 (22:05 -0700)
committerSasha Levin <sashal@kernel.org>
Wed, 4 Mar 2026 12:20:49 +0000 (07:20 -0500)
commit60529df55fc49954a52d7f35feafebeb96fbf94b
tree540c7df41bc4269fb126c06b95845638d9d6110b
parentf3b372813a9bbfb044106aee7a18324425001bbc
drm/amd/display: Remove conditional for shaper 3DLUT power-on

[ Upstream commit 1b38a87b8f8020e8ef4563e7752a64182b5a39b9 ]

[Why]
Shaper programming has high chance to fail on first time after
power-on or reboot. This can be verified by running IGT's kms_colorop.

[How]
Always power on the shaper and 3DLUT before programming by
removing the debug flag of low power mode.

Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Ray Wu <ray.wu@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/display/dc/mpc/dcn32/dcn32_mpc.c