]> www.infradead.org Git - users/jedix/linux-maple.git/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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Mar 2023 10:49:20 +0000 (12:49 +0200)
commita0e39cdddc155926fc3c0395636b7c80e55e66a1
tree1d12b713d795148ba26333cf4536480c112a490d
parentf06b902511ea05526f405ee64da54a8313d91831
drm/amd: Fix initialization mistake for NBIO 7.3.0

[ Upstream commit 1717cc5f2962a4652c76ed3858b499ccae6c277c ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/amdgpu/nbio_v7_2.c