linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dave Airlie <airlied@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: dri-devel <dri-devel@lists.freedesktop.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [git pull] drm fixes for 5.1-rc2
Date: Fri, 22 Mar 2019 12:20:28 +1000	[thread overview]
Message-ID: <CAPM=9twckrmLPgfXChh6L1U-fZBr9G=s2JvXUjgorM4x4djAbA@mail.gmail.com> (raw)

Hi Linus,

Fixes for rc2, seems to be lots of little minor ones for regressions
in rc1, and some cleanups, the exynos one is the largest one, and is
for a hw difference between exynos versions.

Regards,
Dave.

drm-fixes-2019-03-22:
drm i915, amdgpu, vmwgfx, exynos, nouveau and udl fixes
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-03-22

for you to fetch changes up to 8e078788b57df678d2d469a8489748bf856d6f28:

  Merge branch 'drm-fixes-5.1' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-03-22
12:08:44 +1000)

----------------------------------------------------------------
drm i915, amdgpu, vmwgfx, exynos, nouveau and udl fixes

----------------------------------------------------------------
Andrzej Hajda (1):
      drm/exynos/mixer: fix MIXER shadow registry synchronisation code

Chris Wilson (2):
      drm/i915: Fix off-by-one in reporting hanging process
      drm/i915: Sanity check mmap length against object size

Christian König (2):
      drm/amdgpu: revert "cleanup setting bulk_movable"
      drm/amdgpu: fix invalid use of change_bit

Dan Carpenter (1):
      drm/nouveau/dmem: Fix a NULL vs IS_ERR() check

Dave Airlie (6):
      drm/udl: use drm_gem_object_put_unlocked.
      Merge branch 'linux-5.1' of git://github.com/skeggsb/linux into drm-fixes
      Merge tag 'drm-intel-fixes-2019-03-20' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge tag 'exynos-drm-fixes-for-5.1-rc2' of
git://git.kernel.org/.../daeinki/drm-exynos into drm-fixes
      Merge branch 'vmwgfx-fixes-5.1' of
git://people.freedesktop.org/~thomash/linux into drm-fixes
      Merge branch 'drm-fixes-5.1' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

Deepak Rawat (1):
      drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's

Jérôme Glisse (1):
      drm/nouveau/dmem: empty chunk do not have a buffer object
associated with them.

Thomas Preston (1):
      drm/i915/bios: assume eDP is present on port A when there is no VBT

Thomas Zimmermann (1):
      drm/vmwgfx: Don't double-free the mode stored in par->set_mode

YueHaibing (2):
      drm/nouveau/dmem: remove set but not used variable 'drm'
      drm/nouveau/debugfs: Fix check of pm_runtime_get_sync failure

 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c        |   2 +
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c         |   2 +-
 drivers/gpu/drm/exynos/exynos_mixer.c         | 110 +++++++++++++++-----------
 drivers/gpu/drm/i915/i915_gem.c               |  15 ++--
 drivers/gpu/drm/i915/i915_gpu_error.c         |   2 +-
 drivers/gpu/drm/i915/intel_bios.c             |   1 +
 drivers/gpu/drm/nouveau/nouveau_debugfs.c     |   2 +-
 drivers/gpu/drm/nouveau/nouveau_dmem.c        |  12 +--
 drivers/gpu/drm/udl/udl_gem.c                 |   2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c            |  12 +--
 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c |   2 +-
 11 files changed, 87 insertions(+), 75 deletions(-)

             reply	other threads:[~2019-03-22  2:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-22  2:20 Dave Airlie [this message]
2019-03-22  3:55 ` [git pull] drm fixes for 5.1-rc2 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPM=9twckrmLPgfXChh6L1U-fZBr9G=s2JvXUjgorM4x4djAbA@mail.gmail.com' \
    --to=airlied@gmail.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).