summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/irq/irq_service.h
diff options
context:
space:
mode:
authorLukas Fink <lukas.fink1@gmail.com>2022-01-14 07:51:41 +0100
committerAlex Deucher <alexander.deucher@amd.com>2022-01-14 18:06:44 -0500
commit3993a799fc971bc9b918bd969aa55864447b5dde (patch)
tree6486132808f6ac4e3651f0e30a0841f744939f5e /drivers/gpu/drm/amd/display/dc/irq/irq_service.h
parente8309d50e97851ff135c4e33325d37b032666b94 (diff)
downloadlinux-3993a799fc971bc9b918bd969aa55864447b5dde.tar.gz
linux-3993a799fc971bc9b918bd969aa55864447b5dde.tar.bz2
linux-3993a799fc971bc9b918bd969aa55864447b5dde.zip
drm/amdgpu: Fix rejecting Tahiti GPUs
eb4fd29afd4a ("drm/amdgpu: bind to any 0x1002 PCI diplay class device") added generic bindings to amdgpu so that that it binds to all display class devices with VID 0x1002 and then rejects those in amdgpu_pci_probe. Unfortunately it reuses a driver_data value of 0 to detect those new bindings, which is already used to denote CHIP_TAHITI ASICs. The driver_data value given to those new bindings was changed in dd0761fd24ea1 ("drm/amdgpu: set CHIP_IP_DISCOVERY as the asic type by default") to CHIP_IP_DISCOVERY (=36), but it seems that the check in amdgpu_pci_probe was forgotten to be changed. Therefore, it still rejects Tahiti GPUs. Link: https://gitlab.freedesktop.org/drm/amd/-/issues/1860 Fixes: eb4fd29afd4a ("drm/amdgpu: bind to any 0x1002 PCI diplay class device") Cc: stable@vger.kernel.org Signed-off-by: Lukas Fink <lukas.fink1@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/irq/irq_service.h')
0 files changed, 0 insertions, 0 deletions