All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/8] drm/i915: Make infoframe code available to (e)DP ports
@ 2017-08-18 13:49 ville.syrjala
  2017-08-18 13:49 ` [PATCH v3 1/8] drm/dp: Add defines for DP SDP types ville.syrjala
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: ville.syrjala @ 2017-08-18 13:49 UTC (permalink / raw)
  To: intel-gfx

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

A rebased reposting of the dig_port infoframe series.

Notable changes since last time:
* Dealt with the new intel_sdvo_connector_state
* Annotated the SDP types with the DP spec version information
* Fixed the kernel docs for the PSR enable/disable funcs

Ville Syrjälä (8):
  drm/dp: Add defines for DP SDP types
  drm/i915: Check has_infoframes when enabling infoframes
  drm/i915: Disable infoframes when shutting down DDI HDMI
  drm/i915: Move infoframe vfuncs into intel_digital_port
  drm/i915: Init infoframe vfuncs for DP encoders as well
  drm/i915: Plumb crtc_state to PSR enable/disable
  drm/i915: Remove mostly duplicated video DIP handling from PSR code
  drm/i915: Constify states passed to enable/disable/etc. encoder hooks

 drivers/gpu/drm/i915/intel_crt.c    |  22 ++---
 drivers/gpu/drm/i915/intel_ddi.c    |  70 ++++++++------
 drivers/gpu/drm/i915/intel_dp.c     |  71 +++++++-------
 drivers/gpu/drm/i915/intel_dp_mst.c |  16 ++--
 drivers/gpu/drm/i915/intel_drv.h    |  60 ++++++------
 drivers/gpu/drm/i915/intel_dsi.c    |  22 ++---
 drivers/gpu/drm/i915/intel_dvo.c    |  12 +--
 drivers/gpu/drm/i915/intel_hdmi.c   | 183 ++++++++++++++++++++----------------
 drivers/gpu/drm/i915/intel_lvds.c   |  24 ++---
 drivers/gpu/drm/i915/intel_psr.c    | 118 ++++++++++-------------
 drivers/gpu/drm/i915/intel_sdvo.c   |  40 ++++----
 drivers/gpu/drm/i915/intel_tv.c     |  14 +--
 include/drm/drm_dp_helper.h         |  12 +++
 13 files changed, 343 insertions(+), 321 deletions(-)

-- 
2.13.0

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

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

end of thread, other threads:[~2017-08-22 15:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18 13:49 [PATCH v3 0/8] drm/i915: Make infoframe code available to (e)DP ports ville.syrjala
2017-08-18 13:49 ` [PATCH v3 1/8] drm/dp: Add defines for DP SDP types ville.syrjala
2017-08-18 13:49 ` [PATCH 2/8] drm/i915: Check has_infoframes when enabling infoframes ville.syrjala
2017-08-18 13:49 ` [PATCH 3/8] drm/i915: Disable infoframes when shutting down DDI HDMI ville.syrjala
2017-08-22 14:09   ` [PATCH v2 " ville.syrjala
2017-08-18 13:49 ` [PATCH v2 4/8] drm/i915: Move infoframe vfuncs into intel_digital_port ville.syrjala
2017-08-18 13:49 ` [PATCH 5/8] drm/i915: Init infoframe vfuncs for DP encoders as well ville.syrjala
2017-08-18 13:49 ` [PATCH v2 6/8] drm/i915: Plumb crtc_state to PSR enable/disable ville.syrjala
2017-08-18 13:49 ` [PATCH 7/8] drm/i915: Remove mostly duplicated video DIP handling from PSR code ville.syrjala
2017-08-18 13:49 ` [PATCH v3 8/8] drm/i915: Constify states passed to enable/disable/etc. encoder hooks ville.syrjala
2017-08-18 14:16 ` ✗ Fi.CI.BAT: failure for drm/i915: Make infoframe code available to (e)DP ports (rev3) Patchwork
2017-08-18 17:41 ` Patchwork
2017-08-18 19:07 ` ✓ Fi.CI.BAT: success " Patchwork
2017-08-22 14:44 ` ✓ Fi.CI.BAT: success for drm/i915: Make infoframe code available to (e)DP ports (rev4) Patchwork
2017-08-22 15:06 ` [PATCH v3 0/8] drm/i915: Make infoframe code available to (e)DP ports Ville Syrjälä

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.