]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/display: Fix scratch registers offsets for DCN351
authorRay Wu <ray.wu@amd.com>
Fri, 28 Nov 2025 01:14:09 +0000 (09:14 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Jan 2026 11:57:26 +0000 (12:57 +0100)
commitf9e805fa1fe8443af0d64a31e039554f3f0cbe5c
treefa77ab52fb583f1d9d1c8b0472cf404bc65e2911
parent7d5df9dd6343964e831847a0c18ea55a393bb2e3
drm/amd/display: Fix scratch registers offsets for DCN351

commit fd62aa13d3ee0f21c756a40a7c2f900f98992d6a upstream.

[Why]
Different platforms use different NBIO header files,
causing display code to use differnt offset and read
wrong accelerated status.

[How]
- Unified NBIO offset header file across platform.
- Correct scratch registers offsets to proper locations.

Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4667
Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Ray Wu <ray.wu@amd.com>
Signed-off-by: Chenyu Chen <chen-yu.chen@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 576e032e909c8a6bb3d907b4ef5f6abe0f644199)
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c