All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 00/10] drm/i915: Implement proper fallback training for MST
@ 2018-04-11 19:29 ` Lyude Paul
  0 siblings, 0 replies; 23+ messages in thread
From: Lyude Paul @ 2018-04-11 19:29 UTC (permalink / raw)
  To: intel-gfx
  Cc: David Airlie, Sean Paul, Maarten Lankhorst, linux-kernel,
	dri-devel, Gustavo Padovan, Rodrigo Vivi, Jani Nikula,
	Joonas Lahtinen, Leo (Sunpeng) Li, Andrey Grodzovsky,
	Alex Deucher, nouveau, Christian König, Roman Li,
	Ben Skeggs, David (ChunMing) Zhou, Jerry (Fangzhi) Zuo,
	Shirish S, Tony Cheng, Harry Wentland, amd-gfx, Lyude Paul

Latest version of PW series 39642, hopefully this should also actually
come up on intel-gfx and go through CI.

No changes other than rebasing to the current drm-intel-next-queued

Lyude Paul (10):
  drm/atomic: Print debug message on atomic check failure
  drm/i915: Move DP modeset retry work into intel_dp
  drm/dp_mst: Fix naming on drm_atomic_get_mst_topology_state()
  drm/dp_mst: Remove all evil duplicate state pointers
  drm/dp_mst: Make drm_dp_mst_topology_state subclassable
  drm/dp_mst: Add reset_state callback to topology mgr
  drm/i915: Only use one link bw config for MST topologies
  drm/i915: Make intel_dp_mst_atomic_check() idempotent
  drm/dp_mst: Add MST fallback retraining helpers
  drm/i915: Implement proper fallback training for MST

 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  14 +-
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |  35 +-
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.h    |   4 +-
 drivers/gpu/drm/drm_atomic.c                       |   5 +-
 drivers/gpu/drm/drm_dp_mst_topology.c              | 548 ++++++++++++++++++++-
 drivers/gpu/drm/i915/intel_ddi.c                   |  10 +-
 drivers/gpu/drm/i915/intel_display.c               |  14 +-
 drivers/gpu/drm/i915/intel_dp.c                    | 361 ++++++++++----
 drivers/gpu/drm/i915/intel_dp_link_training.c      |   6 +-
 drivers/gpu/drm/i915/intel_dp_mst.c                | 177 +++++--
 drivers/gpu/drm/i915/intel_drv.h                   |  20 +-
 drivers/gpu/drm/nouveau/nv50_display.c             |  15 +-
 drivers/gpu/drm/radeon/radeon_dp_mst.c             |  13 +-
 include/drm/drm_dp_mst_helper.h                    |  42 +-
 14 files changed, 1086 insertions(+), 178 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-04-11 23:02 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-11 19:29 [PATCH v6 00/10] drm/i915: Implement proper fallback training for MST Lyude Paul
2018-04-11 19:29 ` Lyude Paul
2018-04-11 19:29 ` [PATCH v6 01/10] drm/atomic: Print debug message on atomic check failure Lyude Paul
2018-04-11 19:29   ` Lyude Paul
2018-04-11 19:29 ` [PATCH v6 02/10] drm/i915: Move DP modeset retry work into intel_dp Lyude Paul
2018-04-11 19:29   ` Lyude Paul
2018-04-11 19:29 ` [PATCH v6 03/10] drm/dp_mst: Fix naming on drm_atomic_get_mst_topology_state() Lyude Paul
2018-04-11 19:29   ` Lyude Paul
2018-04-11 19:29 ` [PATCH v6 04/10] drm/dp_mst: Remove all evil duplicate state pointers Lyude Paul
2018-04-11 19:29   ` Lyude Paul
2018-04-11 19:29 ` [PATCH v6 05/10] drm/dp_mst: Make drm_dp_mst_topology_state subclassable Lyude Paul
2018-04-11 19:29   ` Lyude Paul
2018-04-11 19:29 ` [PATCH v6 06/10] drm/dp_mst: Add reset_state callback to topology mgr Lyude Paul
2018-04-11 19:29   ` Lyude Paul
2018-04-11 19:29 ` [PATCH v6 07/10] drm/i915: Only use one link bw config for MST topologies Lyude Paul
2018-04-11 19:29   ` Lyude Paul
2018-04-11 19:29 ` [PATCH v6 08/10] drm/i915: Make intel_dp_mst_atomic_check() idempotent Lyude Paul
2018-04-11 19:29   ` Lyude Paul
2018-04-11 19:29 ` [PATCH v6 09/10] drm/dp_mst: Add MST fallback retraining helpers Lyude Paul
2018-04-11 19:29 ` [PATCH v6 10/10] drm/i915: Implement proper fallback training for MST Lyude Paul
2018-04-11 19:40 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2018-04-11 19:57 ` ✓ Fi.CI.BAT: success " Patchwork
2018-04-11 23:02 ` ✓ Fi.CI.IGT: " Patchwork

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.