public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm: DP++ adaptor support
@ 2016-02-23 16:46 ville.syrjala
  2016-02-23 16:46 ` [PATCH 1/4] drm: Add helper for DP++ adaptors ville.syrjala
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: ville.syrjala @ 2016-02-23 16:46 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

While looking at a regression caused by i915's use of 12bpc HDMI mode,
I ended up reading the DP dual mode spec, and that lead to this patch
series.

I intentionally made the basics of the helper look somewhat like
Thierry's HDMI 2.0 SCDC stuff [1], except with a few less bugs :P

The entire series is available here:
git://github.com/vsyrjala/linux.git dp_dual_mode_2

[1] https://lists.freedesktop.org/archives/dri-devel/2015-September/090929.html

Ville Syrjälä (4):
  drm: Add helper for DP++ adaptors
  drm/i915: Respect DP++ adaptor TMDS clock limit
  drm/i915: Enable/disable TMDS output buffers in DP++ adaptor as needed
  drm/i915: Determine DP++ type 1 DVI adaptor presence based on VBT

 drivers/gpu/drm/Makefile                  |   2 +-
 drivers/gpu/drm/drm_dp_dual_mode_helper.c | 324 ++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_bios.h         |   3 +
 drivers/gpu/drm/i915/intel_dp.c           |  28 +++
 drivers/gpu/drm/i915/intel_drv.h          |   5 +
 drivers/gpu/drm/i915/intel_hdmi.c         | 107 +++++++++-
 include/drm/drm_dp_dual_mode_helper.h     |  80 ++++++++
 7 files changed, 540 insertions(+), 9 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_dp_dual_mode_helper.c
 create mode 100644 include/drm/drm_dp_dual_mode_helper.h

-- 
2.4.10

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2016-04-04 14:09 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-23 16:46 [PATCH 0/4] drm: DP++ adaptor support ville.syrjala
2016-02-23 16:46 ` [PATCH 1/4] drm: Add helper for DP++ adaptors ville.syrjala
2016-03-31 19:25   ` Zanoni, Paulo R
2016-03-31 20:33     ` Ville Syrjälä
2016-02-23 16:46 ` [PATCH 2/4] drm/i915: Respect DP++ adaptor TMDS clock limit ville.syrjala
2016-02-24 17:09   ` Ville Syrjälä
2016-02-29 16:02   ` Daniel Vetter
2016-02-23 16:46 ` [PATCH 3/4] drm/i915: Enable/disable TMDS output buffers in DP++ adaptor as needed ville.syrjala
2016-02-25 12:51   ` [PATCH v2 " ville.syrjala
2016-03-31 19:26     ` Zanoni, Paulo R
2016-03-31 20:39       ` Ville Syrjälä
2016-02-23 16:46 ` [PATCH 4/4] drm/i915: Determine DP++ type 1 DVI adaptor presence based on VBT ville.syrjala
2016-03-31 22:06   ` Zanoni, Paulo R
2016-04-01  7:14     ` [Intel-gfx] " Jani Nikula
2016-04-01 14:45     ` Ville Syrjälä
2016-04-04 14:09       ` Zanoni, Paulo R
2016-02-23 17:18 ` ✗ Fi.CI.BAT: warning for drm: DP++ adaptor support Patchwork

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