]> git.itanic.dy.fi Git - linux-stable/commit
drm/amd: Fix initialization mistake for NBIO 7.3.0
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 1 Mar 2023 15:36:06 +0000 (09:36 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 10 Mar 2023 03:06:19 +0000 (22:06 -0500)
commit1717cc5f2962a4652c76ed3858b499ccae6c277c
treef6d12e7d2611620540bb3517e9eb129c3774d4cf
parent93bb18d2a873d2fa9625c8ea927723660a868b95
drm/amd: Fix initialization mistake for NBIO 7.3.0

The same strapping initialization issue that happened on NBIO 7.5.1
appears to be happening on NBIO 7.3.0.
Apply the same fix to 7.3.0 as well.

Note: This workaround relies upon the integrated GPU being enabled
in BIOS. If the integrated GPU is disabled in BIOS a different
workaround will be required.

Reported-by: Thomas Glanzmann <thomas@glanzmann.de>
Cc: Basavaraj Natikar <Basavaraj.Natikar@amd.com>
Link: https://lore.kernel.org/linux-usb/Y%2Fz9GdHjPyF2rNG3@glanzmann.de/T/#u
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/nbio_v7_2.c