From: "Noralf Trønnes" <noralf@tronnes.org>
To: dri-devel@lists.freedesktop.org
Cc: intel-gfx@lists.freedesktop.org,
"Noralf Trønnes" <noralf@tronnes.org>,
sam@ravnborg.org
Subject: [PATCH v8 0/5] drm/fb-helper: Move modesetting code to drm_client
Date: Sat, 8 Jun 2019 17:26:52 +0200 [thread overview]
Message-ID: <20190608152657.36613-1-noralf@tronnes.org> (raw)
This moves the modesetting code from drm_fb_helper to drm_client so it
can be shared by all internal clients.
Let's see what the CI says about the remaining patches. I have added the
bootsplash todo entry patch adding Sam as contact.
Noralf.
Noralf Trønnes (5):
drm/fb-helper: Remove drm_fb_helper_connector
drm/fb-helper: Prepare to move out modeset config code
drm/fb-helper: Move out modeset config code
drm/client: Hack: Add bootsplash example
drm/todo: Add bootsplash entry
Documentation/gpu/todo.rst | 19 +
drivers/gpu/drm/Kconfig | 5 +
drivers/gpu/drm/Makefile | 1 +
drivers/gpu/drm/drm_bootsplash.c | 358 +++++++++++
drivers/gpu/drm/drm_client.c | 7 +
drivers/gpu/drm/drm_client_modeset.c | 707 ++++++++++++++++++++-
drivers/gpu/drm/drm_drv.c | 4 +
drivers/gpu/drm/drm_fb_helper.c | 886 +--------------------------
include/drm/drm_client.h | 23 +-
include/drm/drm_fb_helper.h | 84 +--
10 files changed, 1149 insertions(+), 945 deletions(-)
create mode 100644 drivers/gpu/drm/drm_bootsplash.c
--
2.20.1
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next reply other threads:[~2019-06-08 15:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-08 15:26 Noralf Trønnes [this message]
2019-06-08 15:26 ` [PATCH v8 1/5] drm/fb-helper: Remove drm_fb_helper_connector Noralf Trønnes
2019-06-08 15:26 ` [PATCH v8 2/5] drm/fb-helper: Prepare to move out modeset config code Noralf Trønnes
2019-06-08 15:26 ` [PATCH v8 3/5] drm/fb-helper: Move " Noralf Trønnes
2019-06-08 15:26 ` [PATCH v8 4/5] drm/client: Hack: Add bootsplash example Noralf Trønnes
2019-06-08 15:26 ` [PATCH v8 5/5] drm/todo: Add bootsplash entry Noralf Trønnes
2019-06-10 10:18 ` ✗ Fi.CI.CHECKPATCH: warning for drm/fb-helper: Move modesetting code to drm_client (rev9) Patchwork
2019-06-10 10:22 ` ✗ Fi.CI.SPARSE: " Patchwork
2019-06-10 10:41 ` ✓ Fi.CI.BAT: success " Patchwork
2019-06-10 23:14 ` ✓ Fi.CI.IGT: " Patchwork
2019-06-11 13:00 ` [PATCH v8 0/5] drm/fb-helper: Move modesetting code to drm_client Noralf Trønnes
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=20190608152657.36613-1-noralf@tronnes.org \
--to=noralf@tronnes.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=sam@ravnborg.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