All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com, Thierry Reding <thierry.reding@gmail.com>,
	dri-devel@lists.freedesktop.org
Subject: [RFC PATCH 0/7] drm/i915/dp: convert to new aux channel helpers
Date: Tue,  4 Feb 2014 15:40:43 +0200	[thread overview]
Message-ID: <cover.1391520164.git.jani.nikula@intel.com> (raw)

These are based on drm-intel-nightly plus Thierry's aux channel
infrastructure patches [1], and supersede my dp aux fixes [2].

Patches 1-4 are prep work and fixes to our current code.

Patches 5 and 7 do the actual conversion for native aux and i2c over
aux, respectively. Patch 6 is minor cleanup in between.

I've very briefly tested this to work; I don't intend to put much more
effort into this until Thierry's series is merged (or updated if
necessary).


BR,
Jani.


[1] http://mid.gmane.org/1390332263-11974-1-git-send-email-treding@nvidia.com
[2] http://mid.gmane.org/cover.1391074436.git.jani.nikula@intel.com

Jani Nikula (7):
  drm/i915/dp: clean up cargo culted intel_dp_aux_native_read_retry()
    usage
  drm/i915/dp: fix dp aux native read return value checks
  drm/i915/dp: split edp_panel_vdd_on() for reuse
  drm/i915/dp: move edp vdd enable/disable at a lower level in
    i2c-over-aux
  drm/i915/dp: use the new drm helpers for dp aux
  drm/i915/dp: move dp aux ch register init to aux init
  drm/i915/dp: use the new drm helpers for dp i2c-over-aux

 drivers/gpu/drm/i915/intel_dp.c  |  482 ++++++++++++++------------------------
 drivers/gpu/drm/i915/intel_drv.h |    3 +-
 2 files changed, 171 insertions(+), 314 deletions(-)

-- 
1.7.9.5

             reply	other threads:[~2014-02-04 13:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-04 13:40 Jani Nikula [this message]
2014-02-04 13:40 ` [RFC PATCH 1/7] drm/i915/dp: clean up cargo culted intel_dp_aux_native_read_retry() usage Jani Nikula
2014-02-04 14:20   ` Ville Syrjälä
2014-02-04 13:40 ` [RFC PATCH 2/7] drm/i915/dp: fix dp aux native read return value checks Jani Nikula
2014-02-04 13:40 ` [RFC PATCH 3/7] drm/i915/dp: split edp_panel_vdd_on() for reuse Jani Nikula
2014-02-04 13:40 ` [RFC PATCH 4/7] drm/i915/dp: move edp vdd enable/disable at a lower level in i2c-over-aux Jani Nikula
2014-02-04 13:40 ` [RFC PATCH 5/7] drm/i915/dp: use the new drm helpers for dp aux Jani Nikula
2014-02-04 13:40 ` [RFC PATCH 6/7] drm/i915/dp: move dp aux ch register init to aux init Jani Nikula
2014-02-04 13:40 ` [RFC PATCH 7/7] drm/i915/dp: use the new drm helpers for dp i2c-over-aux 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.1391520164.git.jani.nikula@intel.com \
    --to=jani.nikula@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=thierry.reding@gmail.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.