mbox series

[PULL] drm-intel-next-fixes

Message ID 20181019103755.GA4850@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-19

Message

Joonas Lahtinen Oct. 19, 2018, 10:37 a.m. UTC
Hi Dave,

Here are the promised MST fixes that were missing due to being
in i915 tree, yet outside i915 directory.

Further explanation in the previous PR's thread.

Regards, Joonas

***

drm-intel-next-fixes-2018-10-19:
- The missing 4 MST patches that tooling didn't pick from drm core/nouveau
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-19

for you to fetch changes up to 7b0f61e91b6056c71649efa3204112a4b6cf5fc8:

  drm/nouveau: Fix nv50_mstc->best_encoder() (2018-10-19 11:46:46 +0300)

----------------------------------------------------------------
- The missing 4 MST patches that tooling didn't pick from drm core/nouveau

----------------------------------------------------------------
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_mst.c     |  8 ++--
 drivers/gpu/drm/nouveau/dispnv50/disp.c | 14 ++-----
 include/drm/drm_connector.h             | 71 ++++++++++++++++++++++++++++++++-
 5 files changed, 103 insertions(+), 22 deletions(-)

Comments

Daniel Vetter Oct. 19, 2018, 12:34 p.m. UTC | #1
On Fri, Oct 19, 2018 at 12:38 PM Joonas Lahtinen
<joonas.lahtinen@linux.intel.com> wrote:
>
> Hi Dave,
>
> Here are the promised MST fixes that were missing due to being
> in i915 tree, yet outside i915 directory.
>
> Further explanation in the previous PR's thread.

fwiw, lgtm.

Cheers, Daniel
>
> Regards, Joonas
>
> ***
>
> drm-intel-next-fixes-2018-10-19:
> - The missing 4 MST patches that tooling didn't pick from drm core/nouveau
> 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-19
>
> for you to fetch changes up to 7b0f61e91b6056c71649efa3204112a4b6cf5fc8:
>
>   drm/nouveau: Fix nv50_mstc->best_encoder() (2018-10-19 11:46:46 +0300)
>
> ----------------------------------------------------------------
> - The missing 4 MST patches that tooling didn't pick from drm core/nouveau
>
> ----------------------------------------------------------------
> 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_mst.c     |  8 ++--
>  drivers/gpu/drm/nouveau/dispnv50/disp.c | 14 ++-----
>  include/drm/drm_connector.h             | 71 ++++++++++++++++++++++++++++++++-
>  5 files changed, 103 insertions(+), 22 deletions(-)