All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/17] drm/dp: Miscellaneous improvements
@ 2018-02-05 19:38 Thierry Reding
  2018-02-05 19:38 ` [PATCH 01/17] drm/dp: Add missing kerneldoc for struct drm_dp_link Thierry Reding
                   ` (16 more replies)
  0 siblings, 17 replies; 20+ messages in thread
From: Thierry Reding @ 2018-02-05 19:38 UTC (permalink / raw)
  To: dri-devel

From: Thierry Reding <treding@nvidia.com>

Hi,

this set of patches is based on work that I had done some 2-3 years ago
to enable DP support on Pixel C. I never really got that to work, but I
recently got my hands on newer hardware with DP connectivity, so I went
to revive these patches.

I think this takes into account all review comments I was able to find
and adds a bit of kerneldoc here and there. I've got a couple of patches
on top of this that implement DP support (and make use of more of these
helpers in the existing eDP support) for Tegra.

Thierry

Thierry Reding (17):
  drm/dp: Add missing kerneldoc for struct drm_dp_link
  drm/dp: Add drm_dp_link_reset() implementation
  drm/dp: Track link 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: Read channel coding capability from sink
  drm/dp: Read alternate scrambler reset capability from sink
  drm/dp: Read eDP version from DPCD
  drm/dp: Read AUX read interval from DPCD
  drm/dp: Do not busy-loop during link training
  drm/dp: Use drm_dp_aux_rd_interval()
  drm/dp: Add helper to get post-cursor adjustments
  drm/dp: Set channel coding on link configuration
  drm/dp: Enable alternate scrambler reset when supported
  drm/dp: Add drm_dp_link_choose() helper

 drivers/gpu/drm/bridge/tc358767.c      |  20 ++--
 drivers/gpu/drm/drm_dp_helper.c        | 211 +++++++++++++++++++++++++++++----
 drivers/gpu/drm/msm/edp/edp_ctrl.c     |  12 +-
 drivers/gpu/drm/rockchip/cdn-dp-core.c |   8 +-
 drivers/gpu/drm/rockchip/cdn-dp-reg.c  |  13 +-
 drivers/gpu/drm/tegra/dpaux.c          |   8 +-
 drivers/gpu/drm/tegra/sor.c            |  32 ++---
 include/drm/drm_dp_helper.h            |  95 ++++++++++++++-
 8 files changed, 328 insertions(+), 71 deletions(-)

-- 
2.15.1

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

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

end of thread, other threads:[~2018-03-13 12:36 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-05 19:38 [PATCH 00/17] drm/dp: Miscellaneous improvements Thierry Reding
2018-02-05 19:38 ` [PATCH 01/17] drm/dp: Add missing kerneldoc for struct drm_dp_link Thierry Reding
2018-02-05 19:38 ` [PATCH 02/17] drm/dp: Add drm_dp_link_reset() implementation Thierry Reding
2018-02-05 19:38 ` [PATCH 03/17] drm/dp: Track link capabilities alongside settings Thierry Reding
2018-02-05 19:38 ` [PATCH 04/17] drm/dp: Turn link capabilities into booleans Thierry Reding
2018-02-05 19:38 ` [PATCH 05/17] drm/dp: Probe link using existing parsing helpers Thierry Reding
2018-02-05 19:38 ` [PATCH 06/17] drm/dp: Read fast training capability from link Thierry Reding
2018-02-05 19:38 ` [PATCH 07/17] drm/dp: Read TPS3 capability from sink Thierry Reding
2018-02-05 19:38 ` [PATCH 08/17] drm/dp: Read channel coding " Thierry Reding
2018-02-05 19:38 ` [PATCH 09/17] drm/dp: Read alternate scrambler reset " Thierry Reding
2018-02-05 19:38 ` [PATCH 10/17] drm/dp: Read eDP version from DPCD Thierry Reding
2018-02-05 19:38 ` [PATCH 11/17] drm/dp: Read AUX read interval " Thierry Reding
2018-02-05 19:38 ` [PATCH 12/17] drm/dp: Do not busy-loop during link training Thierry Reding
2018-02-05 19:38 ` [PATCH 13/17] drm/dp: Use drm_dp_aux_rd_interval() Thierry Reding
2018-02-05 19:38 ` [PATCH 14/17] drm/dp: Add helper to get post-cursor adjustments Thierry Reding
2018-02-05 19:38 ` [PATCH 15/17] drm/dp: Set channel coding on link configuration Thierry Reding
2018-02-05 19:38 ` [PATCH 16/17] drm/dp: Enable alternate scrambler reset when supported Thierry Reding
2018-02-05 19:38 ` [PATCH 17/17] drm/dp: Add drm_dp_link_choose() helper Thierry Reding
2018-02-07 12:53   ` Jani Nikula
2018-03-13 12:36     ` Thierry Reding

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.