dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] drm/dp: Extend DRM DP link helpers
@ 2015-12-14 12:55 Thierry Reding
  2015-12-14 12:55 ` [PATCH 01/12] drm/dp: Add drm_dp_link_reset() implementation Thierry Reding
                   ` (11 more replies)
  0 siblings, 12 replies; 20+ messages in thread
From: Thierry Reding @ 2015-12-14 12:55 UTC (permalink / raw)
  To: dri-devel

From: Thierry Reding <treding@nvidia.com>

This set of patches extends the existing DRM DP link helpers by caching
additional capabilities. It also reworks the helpers to make use of the
existing parsing helpers to reduce code duplication.

Thierry

Thierry Reding (12):
  drm/dp: Add drm_dp_link_reset() implementation
  drm/dp: link: Track capabilities alongside settings
  drm/dp: Turn link capabilities into booleans
  drm/dp: Probe link using existing parsing helpers
  drm/dp: Read fast training capability from link
  drm/dp: Read TPS3 capability from sink
  drm/dp: Set channel coding on link configuration
  drm/dp: Read eDP version from DPCD
  drm/dp: Add helper to get post-cursor adjustments
  drm/dp: Enable alternate scrambler when supported
  drm/dp: Read AUX read interval from DPCD
  drm/dp: Add drm_dp_link_choose() helper

 drivers/gpu/drm/drm_dp_helper.c    | 177 ++++++++++++++++++++++++++++++++++---
 drivers/gpu/drm/msm/edp/edp_ctrl.c |  12 +--
 drivers/gpu/drm/tegra/dpaux.c      |   8 +-
 drivers/gpu/drm/tegra/sor.c        |  33 ++++---
 include/drm/drm_dp_helper.h        |  77 +++++++++++++++-
 5 files changed, 266 insertions(+), 41 deletions(-)

-- 
2.5.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2016-02-29 14:44 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-14 12:55 [PATCH 00/12] drm/dp: Extend DRM DP link helpers Thierry Reding
2015-12-14 12:55 ` [PATCH 01/12] drm/dp: Add drm_dp_link_reset() implementation Thierry Reding
2015-12-14 12:55 ` [PATCH 02/12] drm/dp: link: Track capabilities alongside settings Thierry Reding
2015-12-14 12:55 ` [PATCH 03/12] drm/dp: Turn link capabilities into booleans Thierry Reding
2015-12-15 10:35   ` Daniel Vetter
2015-12-14 12:55 ` [PATCH 04/12] drm/dp: Probe link using existing parsing helpers Thierry Reding
2015-12-14 12:55 ` [PATCH 05/12] drm/dp: Read fast training capability from link Thierry Reding
2015-12-14 12:55 ` [PATCH 06/12] drm/dp: Read TPS3 capability from sink Thierry Reding
2015-12-14 12:55 ` [PATCH 07/12] drm/dp: Set channel coding on link configuration Thierry Reding
2015-12-14 12:56 ` [PATCH 08/12] drm/dp: Read eDP version from DPCD Thierry Reding
2015-12-14 12:56 ` [PATCH 09/12] drm/dp: Add helper to get post-cursor adjustments Thierry Reding
2015-12-14 12:56 ` [PATCH 10/12] drm/dp: Enable alternate scrambler when supported Thierry Reding
2015-12-14 12:56 ` [PATCH 11/12] drm/dp: Read AUX read interval from DPCD Thierry Reding
2015-12-15 10:38   ` Daniel Vetter
2016-02-29  6:38     ` Thierry Reding
2016-02-29 14:44       ` Daniel Vetter
2015-12-14 12:56 ` [PATCH 12/12] drm/dp: Add drm_dp_link_choose() helper Thierry Reding
2016-01-31 14:39   ` Jani Nikula
2016-02-29  6:29     ` Thierry Reding
2016-02-29  9:00       ` Jani Nikula

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