mbox series

[PULL] drm-intel-next-fixes

Message ID 20181025131836.GA2296@jlahtine-desk.ger.corp.intel.com (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-intel-next-fixes | expand

Pull-request

git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-next-fixes-2018-10-25

Message

Joonas Lahtinen Oct. 25, 2018, 1:18 p.m. UTC
Hi Dave,

One fix to avoid applying link retraining workaround on eDP monitors
that was missing Fixes: (kindly pointed out by Jani) in addition
to the patches in previous PR.

I also got GVT PR for -next-fixes, but it had an issue with S-o-bs,
so I'll include it then in -fixes pull.

Regards, Joonas

***

drm-intel-next-fixes-2018-10-25:
- Fix to avoid link retraining workaround on eDP (the other is a comment change)
The following changes since commit f2bfc71aee75feff33ca659322b72ffeed5a243d:

  Merge tag 'drm-intel-next-fixes-2018-10-18' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2018-10-19 14:28:11 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-next-fixes-2018-10-25

for you to fetch changes up to f9776280c29e77a18cbc7ebb6d48f7885e494990:

  drm/i915/dp: Restrict link retrain workaround to external monitors (2018-10-24 13:48:12 +0300)

----------------------------------------------------------------
- Fix to avoid link retraining workaround on eDP (the other is a comment change)

----------------------------------------------------------------
Dhinakaran Pandiyan (2):
      drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()
      drm/i915/dp: Restrict link retrain workaround to external monitors

Lyude Paul (4):
      drm/atomic_helper: Disallow new modesets on unregistered connectors
      drm/atomic_helper: Allow DPMS On<->Off changes for unregistered connectors
      drm/atomic_helper: Stop modesets on unregistered connectors harder
      drm/nouveau: Fix nv50_mstc->best_encoder()

 drivers/gpu/drm/drm_atomic_helper.c     | 21 +++++++++-
 drivers/gpu/drm/drm_connector.c         | 11 ++---
 drivers/gpu/drm/i915/intel_dp.c         | 20 ++++------
 drivers/gpu/drm/i915/intel_dp_mst.c     |  8 ++--
 drivers/gpu/drm/nouveau/dispnv50/disp.c | 14 ++-----
 include/drm/drm_connector.h             | 71 ++++++++++++++++++++++++++++++++-
 6 files changed, 110 insertions(+), 35 deletions(-)