All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Fixes and cleanup for DRM fbdev emulation and deferred I/O
@ 2023-01-21 19:24 ` Javier Martinez Canillas
  0 siblings, 0 replies; 14+ messages in thread
From: Javier Martinez Canillas @ 2023-01-21 19:24 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-fbdev, Thomas Zimmermann, Helge Deller,
	Javier Martinez Canillas, Noralf Trønnes, dri-devel,
	Jaya Kumar

Hello,

This patch series contains two fixes and a cleanup for things that I noticed
while debugging a regression in the fbdev emulation for a DRM driver.

The first two patches are trivial and shoulnd't be controversial, the third
patch is less trivial, but it has been already reviewed by Thomas and I did
test it to make sure that works as expected. With it, I got rid of the WARN
that happened due a mutex used after it has been destroyed.

Best regards,
Javier

Changes in v2:
- Re-introduce the CONFIG_FB_DEFERRED_IO ifdef guard for the @fbdefio field
  declaration since the kernel test robot reported that's needed at the end.

Javier Martinez Canillas (3):
  fbdev: Remove unused struct fb_deferred_io .first_io field
  drm/fb-helper: Check fb_deferred_io_init() return value
  drm/fb-helper: Use a per-driver FB deferred I/O handler

 drivers/gpu/drm/drm_fbdev_generic.c | 15 ++++++++-------
 drivers/video/fbdev/core/fb_defio.c |  4 ----
 include/drm/drm_fb_helper.h         | 12 ++++++++++++
 include/linux/fb.h                  |  1 -
 4 files changed, 20 insertions(+), 12 deletions(-)

-- 
2.39.0


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

end of thread, other threads:[~2023-01-24 10:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-21 19:24 [PATCH v2 0/3] Fixes and cleanup for DRM fbdev emulation and deferred I/O Javier Martinez Canillas
2023-01-21 19:24 ` Javier Martinez Canillas
2023-01-21 19:24 ` [PATCH v2 1/3] fbdev: Remove unused struct fb_deferred_io .first_io field Javier Martinez Canillas
2023-01-21 19:24   ` Javier Martinez Canillas
2023-01-24 10:09   ` Javier Martinez Canillas
2023-01-24 10:09     ` Javier Martinez Canillas
2023-01-21 19:24 ` [PATCH v2 2/3] drm/fb-helper: Check fb_deferred_io_init() return value Javier Martinez Canillas
2023-01-21 19:24   ` Javier Martinez Canillas
2023-01-24 10:18   ` Javier Martinez Canillas
2023-01-24 10:18     ` Javier Martinez Canillas
2023-01-21 19:24 ` [PATCH v2 3/3] drm/fb-helper: Use a per-driver FB deferred I/O handler Javier Martinez Canillas
2023-01-21 19:24   ` Javier Martinez Canillas
2023-01-24 10:19   ` Javier Martinez Canillas
2023-01-24 10:19     ` Javier Martinez Canillas

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.