]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Mark AMD Navi10 GPU rev 0x00 ATS as broken
authorKai-Heng Feng <kai.heng.feng@canonical.com>
Tue, 28 Jul 2020 10:45:53 +0000 (18:45 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 29 Jul 2020 19:53:39 +0000 (14:53 -0500)
commitae5148ee453b65289cde06e23bcc0b49db3ef813
treed7903158b4de905c1d73202800e3d9651cb09af7
parentb910302b39610afccc0b58abff90893337412f64
PCI: Mark AMD Navi10 GPU rev 0x00 ATS as broken

We are seeing AMD Radeon Pro W5700 doesn't work when IOMMU is enabled:

  iommu ivhd0: AMD-Vi: Event logged [IOTLB_INV_TIMEOUT device=63:00.0 address=0x42b5b01a0]
  iommu ivhd0: AMD-Vi: Event logged [IOTLB_INV_TIMEOUT device=63:00.0 address=0x42b5b01c0]

The error also makes graphics driver fail to probe the device.

It appears to be the same issue as commit 8bfe6383b568 ("PCI: Mark AMD
Navi14 GPU rev 0xc5 ATS as broken") addresses, and indeed the same ATS
quirk can workaround the issue.

See-also: 8bfe6383b568 ("PCI: Mark AMD Navi14 GPU rev 0xc5 ATS as broken")
See-also: b00e95d0600e ("PCI: Mark AMD Stoney Radeon R7 GPU ATS as broken")
See-also: 84038d298696 ("PCI: Mark AMD Stoney GPU ATS as broken")
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=208725
Link: https://lore.kernel.org/r/20200728104554.28927-1-kai.heng.feng@canonical.com
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/pci/quirks.c