linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] fbdev: Remove global screen_info in efifb/vesafb
@ 2023-12-04  9:27 Thomas Zimmermann
  2023-12-04  9:27 ` [PATCH v2 1/4] fbdev/efifb: Replace references to global screen_info by local pointer Thomas Zimmermann
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Thomas Zimmermann @ 2023-12-04  9:27 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.

v2:
	* comment on devm_kmemdup() usage (Javier)

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  | 125 ++++++++++++++++++++---------------
 drivers/video/fbdev/vesafb.c |  78 +++++++++++++---------
 2 files changed, 117 insertions(+), 86 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2023-12-06 10:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-04  9:27 [PATCH v2 0/4] fbdev: Remove global screen_info in efifb/vesafb Thomas Zimmermann
2023-12-04  9:27 ` [PATCH v2 1/4] fbdev/efifb: Replace references to global screen_info by local pointer Thomas Zimmermann
2023-12-04 19:53   ` [v2,1/4] " Sui Jingfeng
2023-12-06  8:50     ` [v2, 1/4] " Thomas Zimmermann
2023-12-06  9:45     ` [v2,1/4] " Thomas Zimmermann
2023-12-06 10:46       ` Sui Jingfeng
2023-12-06  0:19   ` [PATCH v2 1/4] " kernel test robot
2023-12-06  8:32     ` Thomas Zimmermann
2023-12-04  9:27 ` [PATCH v2 2/4] fbdev/efifb: Use screen_info pointer from device Thomas Zimmermann
2023-12-04  9:27 ` [PATCH v2 3/4] fbdev/vesafb: Replace references to global screen_info by local pointer Thomas Zimmermann
2023-12-04  9:27 ` [PATCH v2 4/4] fbdev/vesafb: Use screen_info pointer from device Thomas Zimmermann

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).