All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] drm/cirrus: rewrite and modernize driver.
@ 2019-04-04 15:24 Gerd Hoffmann
  2019-04-04 15:24   ` Gerd Hoffmann
                   ` (6 more replies)
  0 siblings, 7 replies; 26+ messages in thread
From: Gerd Hoffmann @ 2019-04-04 15:24 UTC (permalink / raw)
  To: dri-devel; +Cc: Gerd Hoffmann

v2:
 - It's a little series now.  It moves tinydrm converters
   to drm_fb_helpers.c first.
 - Added support for RG24 and XR24.  Without bpp module
   parameter, instead the driver will convert formats if
   needed.
 - A bunch of little tweaks here and there (embedded
   struct drm_driver, use more drm helpers, ...)

Gerd Hoffmann (6):
  drm: move tinydrm_memcpy() to drm_fb_helper.c
  drm: add dstclip parameter to drm_fb_memcpy()
  drm: move tinydrm_xrgb8888_to_rgb565() to drm_fb_helper.c
  drm: add dstclip parameter to drm_fb_xrgb8888_to_rgb565()
  drm: add drm_fb_xrgb8888_to_rgb888() function to drm_fb_helper.c
  drm/cirrus: rewrite and modernize driver.

 drivers/gpu/drm/cirrus/cirrus_drv.h           | 251 -------
 include/drm/drm_fb_helper.h                   |  11 +
 include/drm/tinydrm/tinydrm-helpers.h         |   5 -
 drivers/gpu/drm/cirrus/cirrus.c               | 621 ++++++++++++++++++
 drivers/gpu/drm/cirrus/cirrus_drv.c           | 161 -----
 drivers/gpu/drm/cirrus/cirrus_fbdev.c         | 309 ---------
 drivers/gpu/drm/cirrus/cirrus_main.c          | 328 ---------
 drivers/gpu/drm/cirrus/cirrus_mode.c          | 617 -----------------
 drivers/gpu/drm/cirrus/cirrus_ttm.c           | 343 ----------
 drivers/gpu/drm/drm_fb_helper.c               | 127 ++++
 .../gpu/drm/tinydrm/core/tinydrm-helpers.c    |  69 --
 drivers/gpu/drm/tinydrm/mipi-dbi.c            |   5 +-
 drivers/gpu/drm/cirrus/Kconfig                |   2 +-
 drivers/gpu/drm/cirrus/Makefile               |   3 -
 14 files changed, 763 insertions(+), 2089 deletions(-)
 delete mode 100644 drivers/gpu/drm/cirrus/cirrus_drv.h
 create mode 100644 drivers/gpu/drm/cirrus/cirrus.c
 delete mode 100644 drivers/gpu/drm/cirrus/cirrus_drv.c
 delete mode 100644 drivers/gpu/drm/cirrus/cirrus_fbdev.c
 delete mode 100644 drivers/gpu/drm/cirrus/cirrus_main.c
 delete mode 100644 drivers/gpu/drm/cirrus/cirrus_mode.c
 delete mode 100644 drivers/gpu/drm/cirrus/cirrus_ttm.c

-- 
2.18.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2019-04-04 18:42 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-04 15:24 [PATCH v2 0/6] drm/cirrus: rewrite and modernize driver Gerd Hoffmann
2019-04-04 15:24 ` [PATCH v2 1/6] drm: move tinydrm_memcpy() to drm_fb_helper.c Gerd Hoffmann
2019-04-04 15:24   ` Gerd Hoffmann
2019-04-04 17:04   ` Sam Ravnborg
2019-04-04 18:37   ` Noralf Trønnes
2019-04-04 15:24 ` [PATCH v2 2/6] drm: add dstclip parameter to drm_fb_memcpy() Gerd Hoffmann
2019-04-04 15:24   ` Gerd Hoffmann
2019-04-04 17:09   ` Sam Ravnborg
2019-04-04 17:09     ` Sam Ravnborg
2019-04-04 15:24 ` [PATCH v2 3/6] drm: move tinydrm_xrgb8888_to_rgb565() to drm_fb_helper.c Gerd Hoffmann
2019-04-04 15:24   ` Gerd Hoffmann
2019-04-04 17:11   ` Sam Ravnborg
2019-04-04 18:42   ` Noralf Trønnes
2019-04-04 15:24 ` [PATCH v2 4/6] drm: add dstclip parameter to drm_fb_xrgb8888_to_rgb565() Gerd Hoffmann
2019-04-04 15:24   ` Gerd Hoffmann
2019-04-04 17:17   ` Sam Ravnborg
2019-04-04 17:17     ` Sam Ravnborg
2019-04-04 15:24 ` [PATCH v2 5/6] drm: add drm_fb_xrgb8888_to_rgb888() function to drm_fb_helper.c Gerd Hoffmann
2019-04-04 15:24   ` Gerd Hoffmann
2019-04-04 17:16   ` Sam Ravnborg
2019-04-04 15:24 ` [PATCH v2 6/6] drm/cirrus: rewrite and modernize driver Gerd Hoffmann
2019-04-04 15:24 ` Gerd Hoffmann
2019-04-04 15:24   ` Gerd Hoffmann
2019-04-04 17:41   ` Sam Ravnborg
2019-04-04 17:41   ` Sam Ravnborg
2019-04-04 17:41     ` Sam Ravnborg

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.