All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/10] drm/fb-helper: Various cleanups
@ 2023-01-24 13:40 ` Thomas Zimmermann
  0 siblings, 0 replies; 99+ messages in thread
From: Thomas Zimmermann @ 2023-01-24 13:40 UTC (permalink / raw)
  To: airlied, daniel, maarten.lankhorst, mripard, javierm
  Cc: dri-devel, linux-arm-kernel, linux-samsung-soc, intel-gfx,
	linux-arm-msm, freedreno, amd-gfx, linux-tegra,
	Thomas Zimmermann

Add various cleanups and changes to DRM's fbdev helpers and the
generic fbdev emulation. There's no clear theme here, just lots
of small things that need to be updated.
 
In the end, the code will better reflect which parts are in the 
DRM client, which is fbdev emulation, and which are shared fbdev
helpers.

v2:
	* cleanups in drm_fbdev_fb_destroy() (Sam)
	* fix declaration of drm_fb_helper_unprepare()

Thomas Zimmermann (10):
  drm/client: Test for connectors before sending hotplug event
  drm/client: Add hotplug_failed flag
  drm/fb-helper: Introduce drm_fb_helper_unprepare()
  drm/fbdev-generic: Initialize fb-helper structure in generic setup
  drm/fb-helper: Remove preferred_bpp parameter from fbdev internals
  drm/fb-helper: Initialize fb-helper's preferred BPP in prepare
    function
  drm/fbdev-generic: Minimize hotplug error handling
  drm/fbdev-generic: Minimize client unregistering
  drm/fbdev-generic: Inline clean-up helpers into drm_fbdev_fb_destroy()
  drm/fbdev-generic: Rename struct fb_info 'fbi' to 'info'

 drivers/gpu/drm/armada/armada_fbdev.c      |   4 +-
 drivers/gpu/drm/drm_client.c               |  10 ++
 drivers/gpu/drm/drm_fb_helper.c            |  58 ++++++---
 drivers/gpu/drm/drm_fbdev_generic.c        | 131 ++++++++-------------
 drivers/gpu/drm/exynos/exynos_drm_fbdev.c  |   4 +-
 drivers/gpu/drm/gma500/framebuffer.c       |   4 +-
 drivers/gpu/drm/i915/display/intel_fbdev.c |  11 +-
 drivers/gpu/drm/msm/msm_fbdev.c            |   4 +-
 drivers/gpu/drm/omapdrm/omap_fbdev.c       |   4 +-
 drivers/gpu/drm/radeon/radeon_fb.c         |   4 +-
 drivers/gpu/drm/tegra/fb.c                 |   7 +-
 include/drm/drm_client.h                   |   8 ++
 include/drm/drm_fb_helper.h                |   8 +-
 13 files changed, 134 insertions(+), 123 deletions(-)


base-commit: 7d3e7f64a42d66ba8da6e7b66a8d85457ef84570
-- 
2.39.0


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

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

Thread overview: 99+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-24 13:40 [PATCH v2 00/10] drm/fb-helper: Various cleanups Thomas Zimmermann
2023-01-24 13:40 ` Thomas Zimmermann
2023-01-24 13:40 ` [Intel-gfx] " Thomas Zimmermann
2023-01-24 13:40 ` Thomas Zimmermann
2023-01-24 13:40 ` [PATCH v2 01/10] drm/client: Test for connectors before sending hotplug event Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-24 13:40   ` [Intel-gfx] " Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-25  8:30   ` Javier Martinez Canillas
2023-01-25  8:30     ` Javier Martinez Canillas
2023-01-25  8:30     ` [Intel-gfx] " Javier Martinez Canillas
2023-01-25  8:30     ` Javier Martinez Canillas
2023-01-25 14:04     ` Thomas Zimmermann
2023-01-25 14:04       ` Thomas Zimmermann
2023-01-25 14:04       ` [Intel-gfx] " Thomas Zimmermann
2023-01-25 14:04       ` Thomas Zimmermann
2023-01-24 13:40 ` [PATCH v2 02/10] drm/client: Add hotplug_failed flag Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-24 13:40   ` [Intel-gfx] " Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-25  9:05   ` Javier Martinez Canillas
2023-01-25  9:05     ` Javier Martinez Canillas
2023-01-25  9:05     ` [Intel-gfx] " Javier Martinez Canillas
2023-01-25  9:05     ` Javier Martinez Canillas
2023-01-24 13:40 ` [PATCH v2 03/10] drm/fb-helper: Introduce drm_fb_helper_unprepare() Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-24 13:40   ` [Intel-gfx] " Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-25  9:18   ` Javier Martinez Canillas
2023-01-25  9:18     ` [Intel-gfx] " Javier Martinez Canillas
2023-01-25  9:18     ` Javier Martinez Canillas
2023-01-25  9:18     ` Javier Martinez Canillas
2023-01-25 14:11     ` Thomas Zimmermann
2023-01-25 14:11       ` [Intel-gfx] " Thomas Zimmermann
2023-01-25 14:11       ` Thomas Zimmermann
2023-01-25 14:11       ` Thomas Zimmermann
2023-01-24 13:40 ` [PATCH v2 04/10] drm/fbdev-generic: Initialize fb-helper structure in generic setup Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-24 13:40   ` [Intel-gfx] " Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-25  9:25   ` Javier Martinez Canillas
2023-01-25  9:25     ` Javier Martinez Canillas
2023-01-25  9:25     ` Javier Martinez Canillas
2023-01-25  9:25     ` [Intel-gfx] " Javier Martinez Canillas
2023-01-24 13:40 ` [PATCH v2 05/10] drm/fb-helper: Remove preferred_bpp parameter from fbdev internals Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-24 13:40   ` [Intel-gfx] " Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-25  9:31   ` Javier Martinez Canillas
2023-01-25  9:31     ` Javier Martinez Canillas
2023-01-25  9:31     ` [Intel-gfx] " Javier Martinez Canillas
2023-01-25  9:31     ` Javier Martinez Canillas
2023-01-24 13:40 ` [PATCH v2 06/10] drm/fb-helper: Initialize fb-helper's preferred BPP in prepare function Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-24 13:40   ` [Intel-gfx] " Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-25  4:51   ` [Intel-gfx] " kernel test robot
2023-01-25  4:51     ` kernel test robot
2023-01-25  4:51     ` kernel test robot
2023-01-25  9:41   ` Javier Martinez Canillas
2023-01-25  9:41     ` Javier Martinez Canillas
2023-01-25  9:41     ` Javier Martinez Canillas
2023-01-25  9:41     ` Javier Martinez Canillas
2023-01-25 12:12   ` [Intel-gfx] " kernel test robot
2023-01-25 12:12     ` kernel test robot
2023-01-25 12:12     ` kernel test robot
2023-01-24 13:40 ` [PATCH v2 07/10] drm/fbdev-generic: Minimize hotplug error handling Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-24 13:40   ` [Intel-gfx] " Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-25  9:44   ` Javier Martinez Canillas
2023-01-25  9:44     ` Javier Martinez Canillas
2023-01-25  9:44     ` Javier Martinez Canillas
2023-01-25  9:44     ` [Intel-gfx] " Javier Martinez Canillas
2023-01-24 13:40 ` [PATCH v2 08/10] drm/fbdev-generic: Minimize client unregistering Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-24 13:40   ` [Intel-gfx] " Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-25  9:50   ` Javier Martinez Canillas
2023-01-25  9:50     ` Javier Martinez Canillas
2023-01-25  9:50     ` [Intel-gfx] " Javier Martinez Canillas
2023-01-25  9:50     ` Javier Martinez Canillas
2023-01-24 13:40 ` [PATCH v2 09/10] drm/fbdev-generic: Inline clean-up helpers into drm_fbdev_fb_destroy() Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-24 13:40   ` [Intel-gfx] " Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-25  9:52   ` Javier Martinez Canillas
2023-01-25  9:52     ` Javier Martinez Canillas
2023-01-25  9:52     ` Javier Martinez Canillas
2023-01-25  9:52     ` [Intel-gfx] " Javier Martinez Canillas
2023-01-24 13:40 ` [PATCH v2 10/10] drm/fbdev-generic: Rename struct fb_info 'fbi' to 'info' Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-24 13:40   ` [Intel-gfx] " Thomas Zimmermann
2023-01-24 13:40   ` Thomas Zimmermann
2023-01-25  9:54   ` Javier Martinez Canillas
2023-01-25  9:54     ` Javier Martinez Canillas
2023-01-25  9:54     ` Javier Martinez Canillas
2023-01-25  9:54     ` [Intel-gfx] " Javier Martinez Canillas
2023-01-24 19:42 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/fb-helper: Various cleanups (rev2) Patchwork

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.