All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/9] video/aperture: Ignore firmware framebuffers with non-primary devices
@ 2023-04-06 13:21 Thomas Zimmermann
  2023-04-06 13:21 ` [PATCH v5 1/9] drm/gma500: Use drm_aperture_remove_conflicting_pci_framebuffers Thomas Zimmermann
                   ` (8 more replies)
  0 siblings, 9 replies; 27+ messages in thread
From: Thomas Zimmermann @ 2023-04-06 13:21 UTC (permalink / raw)
  To: javierm, daniel.vetter, patrik.r.jakobsson; +Cc: Thomas Zimmermann, dri-devel

Only remove sysfb and VGA devices for primary graphics devices. The
PCI helper for aperture ownership now detects primary devices. Resolves
bug reports about lost framebuffer consoles on systems with multiple
graphics cards.

The series picks up Daniel's patchset at v3 from [1] and cleans up a few
minor things. There's another patch on top that clarifys gma500's
special case.

v5:
	* fix gma500 comment
	* add S-o-b tag with Daniel's Intel address
v4:
	* add gma500 patch on top of v3
	* fix Daniel's S-o-b address
	* fix various typos in the commit messages

Daniel Vetter (8):
  drm/gma500: Use drm_aperture_remove_conflicting_pci_framebuffers
  video/aperture: use generic code to figure out the vga default device
  drm/aperture: Remove primary argument
  video/aperture: Only kick vgacon when the pdev is decoding vga
  video/aperture: Move vga handling to pci function
  video/aperture: Drop primary argument
  video/aperture: Only remove sysfb on the default vga pci device
  fbdev: Simplify fb_is_primary_device for x86

Thomas Zimmermann (1):
  video/aperture: Provide a VGA helper for gma500 and internal use

 arch/x86/video/fbdev.c                      | 13 +---
 drivers/gpu/drm/arm/hdlcd_drv.c             |  2 +-
 drivers/gpu/drm/armada/armada_drv.c         |  2 +-
 drivers/gpu/drm/drm_aperture.c              | 11 +---
 drivers/gpu/drm/gma500/psb_drv.c            | 43 ++++++++++---
 drivers/gpu/drm/hyperv/hyperv_drm_drv.c     |  1 -
 drivers/gpu/drm/meson/meson_drv.c           |  2 +-
 drivers/gpu/drm/msm/msm_fbdev.c             |  2 +-
 drivers/gpu/drm/rockchip/rockchip_drm_drv.c |  2 +-
 drivers/gpu/drm/stm/drv.c                   |  2 +-
 drivers/gpu/drm/sun4i/sun4i_drv.c           |  2 +-
 drivers/gpu/drm/tegra/drm.c                 |  2 +-
 drivers/gpu/drm/vc4/vc4_drv.c               |  2 +-
 drivers/video/aperture.c                    | 70 ++++++++++++++-------
 drivers/video/fbdev/hyperv_fb.c             |  2 +-
 include/drm/drm_aperture.h                  |  7 +--
 include/linux/aperture.h                    | 16 +++--
 17 files changed, 108 insertions(+), 73 deletions(-)

-- 
2.40.0


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

end of thread, other threads:[~2023-04-13  8:56 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-06 13:21 [PATCH v5 0/9] video/aperture: Ignore firmware framebuffers with non-primary devices Thomas Zimmermann
2023-04-06 13:21 ` [PATCH v5 1/9] drm/gma500: Use drm_aperture_remove_conflicting_pci_framebuffers Thomas Zimmermann
2023-04-07 10:27   ` Javier Martinez Canillas
2023-04-06 13:21 ` [PATCH v5 2/9] video/aperture: use generic code to figure out the vga default device Thomas Zimmermann
2023-04-06 13:21   ` Thomas Zimmermann
2023-04-07 20:54   ` Helge Deller
2023-04-07 20:54     ` Helge Deller
2023-04-11 14:36     ` Daniel Vetter
2023-04-11 14:36       ` Daniel Vetter
2023-04-11 15:25       ` Helge Deller
2023-04-11 15:25         ` Helge Deller
2023-04-13  8:54         ` Daniel Vetter
2023-04-13  8:54           ` Daniel Vetter
2023-04-06 13:21 ` [PATCH v5 3/9] drm/aperture: Remove primary argument Thomas Zimmermann
2023-04-06 13:21   ` Thomas Zimmermann
2023-04-06 13:21   ` Thomas Zimmermann
2023-04-06 13:21   ` Thomas Zimmermann
2023-04-06 13:21 ` [PATCH v5 4/9] video/aperture: Only kick vgacon when the pdev is decoding vga Thomas Zimmermann
2023-04-06 13:21   ` Thomas Zimmermann
2023-04-06 13:21 ` [PATCH v5 5/9] video/aperture: Move vga handling to pci function Thomas Zimmermann
2023-04-06 13:21   ` Thomas Zimmermann
2023-04-06 13:21 ` [PATCH v5 6/9] video/aperture: Drop primary argument Thomas Zimmermann
2023-04-06 13:21   ` Thomas Zimmermann
2023-04-06 13:21 ` [PATCH v5 7/9] video/aperture: Only remove sysfb on the default vga pci device Thomas Zimmermann
2023-04-06 13:21   ` Thomas Zimmermann
2023-04-06 13:21 ` [PATCH v5 8/9] fbdev: Simplify fb_is_primary_device for x86 Thomas Zimmermann
2023-04-06 13:21 ` [PATCH v5 9/9] video/aperture: Provide a VGA helper for gma500 and internal use Thomas Zimmermann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.