]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: fix backport of commit 73dae652dcac
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 27 Dec 2024 07:37:00 +0000 (02:37 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2025 12:33:31 +0000 (13:33 +0100)
commit063d380ca28e8100423629355ad1d01375da8edf
tree2bc006e7e4bf84dcb98c47a1d7f27ab3516fc644
parent2da437336625ec80e1666235d5b73b261480c0f7
drm/amdgpu: fix backport of commit 73dae652dcac

Commit 73dae652dcac ("drm/amdgpu: rework resume handling for display (v2)")
missed a small code change when it was backported resulting in an automatic
backlight control breakage.  Fix the backport.

Note that this patch is not in Linus' tree as it is not required there;
the bug was introduced in the backport.

Fixes: 99a02eab8251 ("drm/amdgpu: rework resume handling for display (v2)")
Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3853
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org # 6.11.x
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c