Linux Framebuffer Layer development
 help / color / mirror / Atom feed
* [PATCH 0/4] fbdev: Remove global screen_info in efifb/vesafb
@ 2023-11-29 15:48 Thomas Zimmermann
  2023-11-29 15:48 ` [PATCH 1/4] fbdev/efifb: Replace references to global screen_info by local pointer Thomas Zimmermann
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Thomas Zimmermann @ 2023-11-29 15:48 UTC (permalink / raw)
  To: javierm, deller, pjones; +Cc: linux-fbdev, dri-devel, Thomas Zimmermann

Replace the global instance of screen_info with the per-device instance
that is set by the sysfb code. The use of the global screen_info should
be limited and ideally be pushed into per-architecture code.

Thomas Zimmermann (4):
  fbdev/efifb: Replace references to global screen_info by local pointer
  fbdev/efifb: Use screen_info pointer from device
  fbdev/vesafb: Replace references to global screen_info by local
    pointer
  fbdev/vesafb: Use screen_info pointer from device

 drivers/video/fbdev/efifb.c  | 120 +++++++++++++++++++----------------
 drivers/video/fbdev/vesafb.c |  73 ++++++++++++---------
 2 files changed, 107 insertions(+), 86 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2023-12-01  9:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-29 15:48 [PATCH 0/4] fbdev: Remove global screen_info in efifb/vesafb Thomas Zimmermann
2023-11-29 15:48 ` [PATCH 1/4] fbdev/efifb: Replace references to global screen_info by local pointer Thomas Zimmermann
2023-12-01  8:44   ` Javier Martinez Canillas
2023-11-29 15:48 ` [PATCH 2/4] fbdev/efifb: Use screen_info pointer from device Thomas Zimmermann
2023-12-01  8:54   ` Javier Martinez Canillas
2023-12-01  9:26     ` Thomas Zimmermann
2023-12-01  9:56       ` Javier Martinez Canillas
2023-11-29 15:48 ` [PATCH 3/4] fbdev/vesafb: Replace references to global screen_info by local pointer Thomas Zimmermann
2023-11-29 15:48 ` [PATCH 4/4] fbdev/vesafb: Use screen_info pointer from device Thomas Zimmermann
2023-12-01  8:55   ` Javier Martinez Canillas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox