public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drm/i915: switch to drm core dp aux helpers
@ 2014-03-14 14:51 Jani Nikula
  2014-03-14 14:51 ` [PATCH 1/6] drm/dp: let drivers specify the name of the I2C-over-AUX adapter Jani Nikula
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Jani Nikula @ 2014-03-14 14:51 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula, Thierry Reding

Switch over to using Thierry's drm dp aux helpers.

The previous RFC series (from before the helpers were merged) is at
[1]. I specifically decided to dodge the sleep state issues pointed out
by Ville [2] for now; this series does not make us better or worse in
this regard.

Only briefly tested on SNB, but seems to work.

Patch 1 has been posted and reviewed on dri-devel already [3], and is
included here for completeness.

(These patches demonstrate that git format-patch needs a "function
rewrite" option... the diffs in patches 4 and 6 turned out quite hideous
with mixed + and - lines.)



BR,
Jani.


[1] http://mid.gmane.org/cover.1391520164.git.jani.nikula@intel.com
[2] http://mid.gmane.org/20140204142053.GH3891@intel.com
[3] http://mid.gmane.org/1394020227-16738-1-git-send-email-jani.nikula@intel.com

Jani Nikula (6):
  drm/dp: let drivers specify the name of the I2C-over-AUX adapter
  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/drm_dp_helper.c  |    3 +-
 drivers/gpu/drm/i915/intel_dp.c  |  513 ++++++++++++++------------------------
 drivers/gpu/drm/i915/intel_drv.h |    3 +-
 include/drm/drm_dp_helper.h      |    4 +
 4 files changed, 189 insertions(+), 334 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-03-18 14:06 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-14 14:51 [PATCH 0/6] drm/i915: switch to drm core dp aux helpers Jani Nikula
2014-03-14 14:51 ` [PATCH 1/6] drm/dp: let drivers specify the name of the I2C-over-AUX adapter Jani Nikula
2014-03-17 14:09   ` Rodrigo Vivi
2014-03-14 14:51 ` [PATCH 2/6] drm/i915/dp: split edp_panel_vdd_on() for reuse Jani Nikula
2014-03-17 14:09   ` Rodrigo Vivi
2014-03-17 14:47     ` Rodrigo Vivi
2014-03-14 14:51 ` [PATCH 3/6] drm/i915/dp: move edp vdd enable/disable at a lower level in i2c-over-aux Jani Nikula
2014-03-17 14:09   ` Rodrigo Vivi
2014-03-14 14:51 ` [PATCH 4/6] drm/i915/dp: use the new drm helpers for dp aux Jani Nikula
2014-03-17 14:08   ` Rodrigo Vivi
2014-03-17 14:51     ` Rodrigo Vivi
2014-03-17 14:54       ` Jani Nikula
2014-03-18 10:54     ` Jani Nikula
2014-03-18 14:02       ` Rodrigo Vivi
2014-03-18 14:06         ` Daniel Vetter
2014-03-14 14:51 ` [PATCH 5/6] drm/i915/dp: move dp aux ch register init to aux init Jani Nikula
2014-03-17 14:12   ` Rodrigo Vivi
2014-03-17 14:48     ` Jani Nikula
2014-03-14 14:51 ` [PATCH 6/6] drm/i915/dp: use the new drm helpers for dp i2c-over-aux Jani Nikula
2014-03-17 14:45   ` Rodrigo Vivi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox