Re: [1/3] drm/amdgpu: don't use ATRM for external devices

2023-10-31 Thread Mario Limonciello
On 10/27/2023 10:42, Alex Deucher wrote: The ATRM ACPI method is for fetching the dGPU vbios rom image on laptops and all-in-one systems. It should not be used for external add in cards. If the dGPU is thunderbolt connected, don't try ATRM. v2: pci_is_thunderbolt_attached only works for

Re: [PATCH 1/3] drm/amdgpu: don't use ATRM for external devices

2023-10-31 Thread Alex Deucher
Ping on this series? Alex On Sat, Oct 28, 2023 at 2:32 AM Alex Deucher wrote: > > The ATRM ACPI method is for fetching the dGPU vbios rom > image on laptops and all-in-one systems. It should not be > used for external add in cards. If the dGPU is thunderbolt > connected, don't try ATRM. > >

[PATCH 1/3] drm/amdgpu: don't use ATRM for external devices

2023-10-27 Thread Alex Deucher
The ATRM ACPI method is for fetching the dGPU vbios rom image on laptops and all-in-one systems. It should not be used for external add in cards. If the dGPU is thunderbolt connected, don't try ATRM. v2: pci_is_thunderbolt_attached only works for Intel. Use pdev->external_facing instead.