linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix loading of radeon BIOS from 32-bit EFI
@ 2020-03-03  3:34 Mikel Rychliski
  2020-03-03  3:34 ` [PATCH 1/4] drm/radeon: Stop directly referencing iomem Mikel Rychliski
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Mikel Rychliski @ 2020-03-03  3:34 UTC (permalink / raw)
  To: amd-gfx, linux-pci
  Cc: Alex Deucher, Christian König, David (ChunMing) Zhou,
	Bjorn Helgaas, Matthew Garrett, Mikel Rychliski

This patch set fixes an opps when loading the radeon driver on old Macs
with a 32-bit EFI implementation.

Tested on a MacPro 1,1 with a Radeon X1900 XT card and 32-bit kernel.

Mikel Rychliski (4):
  drm/radeon: Stop directly referencing iomem
  PCI: Use ioremap, not phys_to_virt for platform rom
  drm/radeon: iounmap unused mapping
  drm/amdgpu: iounmap unused mapping

 drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c |  1 +
 drivers/gpu/drm/radeon/radeon_bios.c     | 12 ++++++++----
 drivers/pci/rom.c                        |  5 ++---
 3 files changed, 11 insertions(+), 7 deletions(-)

-- 
2.13.7


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-03-17 14:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-03  3:34 [PATCH 0/4] Fix loading of radeon BIOS from 32-bit EFI Mikel Rychliski
2020-03-03  3:34 ` [PATCH 1/4] drm/radeon: Stop directly referencing iomem Mikel Rychliski
2020-03-03  3:34 ` [PATCH 2/4] PCI: Use ioremap, not phys_to_virt for platform rom Mikel Rychliski
2020-03-03 14:38   ` Bjorn Helgaas
2020-03-04  3:20     ` Mikel Rychliski
2020-03-17 14:28   ` Christoph Hellwig
2020-03-03  3:34 ` [PATCH 3/4] drm/radeon: iounmap unused mapping Mikel Rychliski
2020-03-17 14:29   ` Christoph Hellwig
2020-03-03  3:34 ` [PATCH 4/4] drm/amdgpu: " Mikel Rychliski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).