Files
linux/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Alex Deucher 965dce07a4 drm/amdgpu: don't use pci_is_thunderbolt_attached()
commit 7b1c6263ea upstream.

It's only valid on Intel systems with the Intel VSEC.
Use dev_is_removable() instead.  This should do the right
thing regardless of the platform.

Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2925
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-11-28 17:07:22 +00:00

167 KiB