From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com, yogesh.mohan.marimuthu@intel.com
Subject: [RFC PATCH 0/4] drm/i915/dsi: convert DSI sub-encoders to drm_bridge
Date: Fri, 20 Sep 2013 15:31:33 +0300 [thread overview]
Message-ID: <cover.1379679948.git.jani.nikula@intel.com> (raw)
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
next reply other threads:[~2013-09-20 12:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-20 12:31 Jani Nikula [this message]
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
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=cover.1379679948.git.jani.nikula@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=yogesh.mohan.marimuthu@intel.com \
/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 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.