linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] drm: Add various helpers for simple drivers
@ 2016-05-05 13:24 Noralf Trønnes
  2016-05-05 13:24 ` [PATCH 1/4] drm/fb-cma-helper: Add function drm_fb_cma_create_with_funcs() Noralf Trønnes
                   ` (3 more replies)
  0 siblings, 4 replies; 29+ messages in thread
From: Noralf Trønnes @ 2016-05-05 13:24 UTC (permalink / raw)
  To: dri-devel; +Cc: daniel, treding, linux-kernel, Noralf Trønnes

This patchset adds various helpers that was originally part of the
tinydrm patchset.

Essentially it adds 3 functions:
- drm_fb_cma_create_with_funcs()
  CMA backed framebuffer supporting a dirty() callback.
- drm_simple_display_pipe_init()
  Plane, crtc and encoder are collapsed into one entity.
- drm_panel_connector_create()
  Create a simple connector for a panel.

Noralf Trønnes (4):
  drm/fb-cma-helper: Add function drm_fb_cma_create_with_funcs()
  drm: Make drm_encoder_helper_funcs optional
  drm: Add helper for simple display pipeline
  drm/panel: Add helper for simple panel connector

 drivers/gpu/drm/Kconfig                 |   7 ++
 drivers/gpu/drm/Makefile                |   2 +
 drivers/gpu/drm/drm_atomic_helper.c     |  11 ++-
 drivers/gpu/drm/drm_crtc_helper.c       |  41 +++++++--
 drivers/gpu/drm/drm_fb_cma_helper.c     |  29 ++++--
 drivers/gpu/drm/drm_panel_helper.c      | 117 ++++++++++++++++++++++++
 drivers/gpu/drm/drm_simple_kms_helper.c | 157 ++++++++++++++++++++++++++++++++
 drivers/gpu/drm/panel/Kconfig           |   7 ++
 include/drm/drm_fb_cma_helper.h         |   3 +
 include/drm/drm_panel_helper.h          |  20 ++++
 include/drm/drm_simple_kms_helper.h     |  88 ++++++++++++++++++
 11 files changed, 466 insertions(+), 16 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_panel_helper.c
 create mode 100644 drivers/gpu/drm/drm_simple_kms_helper.c
 create mode 100644 include/drm/drm_panel_helper.h
 create mode 100644 include/drm/drm_simple_kms_helper.h

--
2.2.2

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

end of thread, other threads:[~2016-05-10 22:36 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-05 13:24 [PATCH 0/4] drm: Add various helpers for simple drivers Noralf Trønnes
2016-05-05 13:24 ` [PATCH 1/4] drm/fb-cma-helper: Add function drm_fb_cma_create_with_funcs() Noralf Trønnes
2016-05-05 16:27   ` Daniel Vetter
2016-05-06 13:01     ` Noralf Trønnes
2016-05-06 13:13       ` Daniel Vetter
2016-05-05 13:24 ` [PATCH 2/4] drm: Make drm_encoder_helper_funcs optional Noralf Trønnes
2016-05-05 16:23   ` Daniel Vetter
2016-05-09 19:19     ` Noralf Trønnes
2016-05-10  6:53       ` Daniel Vetter
2016-05-05 13:24 ` [PATCH 3/4] drm: Add helper for simple display pipeline Noralf Trønnes
2016-05-05 16:45   ` Daniel Vetter
2016-05-09 14:46   ` Daniel Vetter
2016-05-09 18:37     ` Noralf Trønnes
2016-05-10  6:59       ` Daniel Vetter
2016-05-10 22:36         ` Daniel Vetter
2016-05-05 13:24 ` [PATCH 4/4] drm/panel: Add helper for simple panel connector Noralf Trønnes
2016-05-05 17:03   ` Daniel Vetter
2016-05-06 13:39     ` Noralf Trønnes
2016-05-06 14:01       ` Thierry Reding
2016-05-06 14:07         ` Daniel Vetter
2016-05-06 14:03   ` Thierry Reding
2016-05-06 14:08     ` Daniel Vetter
2016-05-06 14:15       ` Thierry Reding
2016-05-06 14:34         ` Noralf Trønnes
2016-05-06 14:41           ` Daniel Vetter
2016-05-06 14:43           ` Thierry Reding
2016-05-06 19:45             ` Noralf Trønnes
2016-05-07  9:59               ` Daniel Vetter
2016-05-07 12:46                 ` Noralf Trønnes

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).