intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/8] drm/fb-helper: Move modesetting code to drm_client
@ 2019-05-23 13:44 Noralf Trønnes
  2019-05-23 13:44 ` [PATCH v6 1/8] drm/atomic: Move __drm_atomic_helper_disable_plane/set_config() Noralf Trønnes
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Noralf Trønnes @ 2019-05-23 13:44 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx, Noralf Trønnes

This moves the modesetting code from drm_fb_helper to drm_client so it
can be shared by all internal clients.

Changes this time:
- Improve commit messages

All patches have been reviewed now, thanks alot for reviewing!

Noralf.

Noralf Trønnes (8):
  drm/atomic: Move __drm_atomic_helper_disable_plane/set_config()
  drm/fb-helper: Remove drm_fb_helper_crtc
  drm/fb-helper: Prepare to move out commit code
  drm/fb-helper: Move out commit code
  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

 Documentation/gpu/drm-client.rst     |    3 +
 Documentation/gpu/todo.rst           |    7 +
 drivers/gpu/drm/Kconfig              |    5 +
 drivers/gpu/drm/Makefile             |    3 +-
 drivers/gpu/drm/drm_atomic.c         |  168 ++++
 drivers/gpu/drm/drm_atomic_helper.c  |  164 ----
 drivers/gpu/drm/drm_bootsplash.c     |  358 +++++++
 drivers/gpu/drm/drm_client.c         |   17 +-
 drivers/gpu/drm/drm_client_modeset.c | 1086 +++++++++++++++++++++
 drivers/gpu/drm/drm_crtc_internal.h  |    5 +
 drivers/gpu/drm/drm_drv.c            |    4 +
 drivers/gpu/drm/drm_fb_helper.c      | 1305 ++------------------------
 include/drm/drm_atomic_helper.h      |    4 -
 include/drm/drm_client.h             |   49 +
 include/drm/drm_fb_helper.h          |   92 +-
 15 files changed, 1800 insertions(+), 1470 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_bootsplash.c
 create mode 100644 drivers/gpu/drm/drm_client_modeset.c

-- 
2.20.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2019-05-24 15:26 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-23 13:44 [PATCH v6 0/8] drm/fb-helper: Move modesetting code to drm_client Noralf Trønnes
2019-05-23 13:44 ` [PATCH v6 1/8] drm/atomic: Move __drm_atomic_helper_disable_plane/set_config() Noralf Trønnes
2019-05-23 13:44 ` [PATCH v6 2/8] drm/fb-helper: Remove drm_fb_helper_crtc Noralf Trønnes
2019-05-23 18:58   ` Noralf Trønnes
2019-05-23 13:44 ` [PATCH v6 3/8] drm/fb-helper: Prepare to move out commit code Noralf Trønnes
2019-05-23 13:44 ` [PATCH v6 4/8] drm/fb-helper: Move " Noralf Trønnes
2019-05-23 13:44 ` [PATCH v6 5/8] drm/fb-helper: Remove drm_fb_helper_connector Noralf Trønnes
2019-05-23 13:44 ` [PATCH v6 6/8] drm/fb-helper: Prepare to move out modeset config code Noralf Trønnes
2019-05-23 13:44 ` [PATCH v6 7/8] drm/fb-helper: Move " Noralf Trønnes
2019-05-23 13:44 ` [PATCH v6 8/8] drm/client: Hack: Add bootsplash example Noralf Trønnes
2019-05-23 16:24 ` ✗ Fi.CI.BAT: failure for drm/fb-helper: Move modesetting code to drm_client (rev7) Patchwork
2019-05-23 16:53 ` [PATCH v6 0/8] drm/fb-helper: Move modesetting code to drm_client Sam Ravnborg
2019-05-24 12:10   ` Gerd Hoffmann
2019-05-24 15:18   ` Linus Walleij
2019-05-24 15:26     ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).