drm/amd: Adjust ASPM support quirk to cover more Intel hosts
authorMario Limonciello <mario.limonciello@amd.com>
Sun, 19 Apr 2026 04:16:52 +0000 (23:16 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 21 Apr 2026 20:51:53 +0000 (16:51 -0400)
commit0a214d888485b9f35fe03882a92962e6d5697849
treeedd8997ec3b2aba94e4e65d9f05314dc04488c39
parent06036ac8da9cadb843a04292fb1df3a70441ced7
drm/amd: Adjust ASPM support quirk to cover more Intel hosts

Some of the same issues identified in commit c770ef19673fb
("drm/amd/amdgpu: disable ASPM in some situations") also affect
Tiger Lake systems with GFX11 connected over USB4. Widen the net
to also match these hosts.

Fixes: d9b3a066dfcd ("drm/amd: Exclude dGPUs in eGPU enclosures from DPM quirks")
Closes: https://gitlab.freedesktop.org/drm/amd/-/work_items/5145
Reviewed-by: Yang Wang <kevinyang.wang@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c