]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Shift DMUB AUX reply command if necessary
authorWayne Lin <Wayne.Lin@amd.com>
Fri, 18 Apr 2025 08:31:59 +0000 (16:31 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 7 May 2025 22:14:55 +0000 (18:14 -0400)
commit5a3846648c0523fd850b7f0aec78c0139453ab8b
treec3a83c74857b9146086d7341dcc5b65be3ea4036
parenteba692ca3abca258b3214a6e4126afefad1822f0
drm/amd/display: Shift DMUB AUX reply command if necessary

[Why]
Defined value of dmub AUX reply command field get updated but didn't
adjust dm receiving side accordingly.

[How]
Check the received reply command value to see if it's updated version
or not. Adjust it if necessary.

Fixes: ead08b95fa50 ("drm/amd/display: Fix race condition in DPIA AUX transfer")
Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Ray Wu <ray.wu@amd.com>
Signed-off-by: Wayne Lin <Wayne.Lin@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>
(cherry picked from commit d5c9ade755a9afa210840708a12a8f44c0d532f4)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c