All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] drm/i915/dsi: convert DSI sub-encoders to drm_bridge
@ 2013-09-20 12:31 Jani Nikula
  2013-09-20 12:31 ` [RFC PATCH 1/4] drm/i915/dsi: remove hot plug callback Jani Nikula
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jani Nikula @ 2013-09-20 12:31 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula, yogesh.mohan.marimuthu

Hi all, this series converts the homebrew DSI sub-encoder model to use
the recently merged drm_bridge model instead. I hear there's fixes
coming on top of current -nightly, so we may want to get those in before
this one. High level comments still welcome; those will apply regardless
of the order in which stuff gets merge.

BR,
Jani.


Jani Nikula (3):
  drm/i915/dsi: remove hot plug callback
  drm/i915/dsi: call drm_bridge callbacks if available
  drm/i915/dsi: switch from custom sub-encoder model to drm_bridge

Shobhit Kumar (1):
  drm/i915/dsi: add AUO MIPI DSI display driver

 drivers/gpu/drm/i915/Makefile          |    1 +
 drivers/gpu/drm/i915/auo_dsi_display.c |  253 ++++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_dsi.c       |  149 +++++++------------
 drivers/gpu/drm/i915/intel_dsi.h       |   50 ++-----
 4 files changed, 322 insertions(+), 131 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/auo_dsi_display.c

-- 
1.7.9.5

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

end of thread, other threads:[~2013-09-20 12:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-20 12:31 [RFC PATCH 0/4] drm/i915/dsi: convert DSI sub-encoders to drm_bridge Jani Nikula
2013-09-20 12:31 ` [RFC PATCH 1/4] drm/i915/dsi: remove hot plug callback Jani Nikula
2013-09-20 12:31 ` [RFC PATCH 2/4] drm/i915/dsi: call drm_bridge callbacks if available Jani Nikula
2013-09-20 12:31 ` [RFC PATCH 3/4] drm/i915/dsi: switch from custom sub-encoder model to drm_bridge Jani Nikula
2013-09-20 12:31 ` [RFC PATCH 4/4] drm/i915/dsi: add AUO MIPI DSI display driver Jani Nikula

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.