From: Gerd Hoffmann <kraxel@redhat.com>
To: dri-devel@lists.freedesktop.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [PATCH v2 0/6] drm/cirrus: rewrite and modernize driver.
Date: Thu, 4 Apr 2019 17:24:24 +0200 [thread overview]
Message-ID: <20190404152430.8263-1-kraxel@redhat.com> (raw)
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
next reply other threads:[~2019-04-04 15:24 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-04 15:24 Gerd Hoffmann [this message]
2019-04-04 15:24 ` [PATCH v2 1/6] drm: move tinydrm_memcpy() to drm_fb_helper.c 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 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 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 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 17:16 ` Sam Ravnborg
2019-04-04 15:24 ` [PATCH v2 6/6] drm/cirrus: rewrite and modernize driver Gerd Hoffmann
2019-04-04 17:41 ` Sam Ravnborg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190404152430.8263-1-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox