All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] drm fixes for v4.14-rc8
@ 2017-11-03  4:53 ` Dave Airlie
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Airlie @ 2017-11-03  4:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: dri-devel, LKML

Hi Linus,

One nouveau regression fix,
Some amdgpu fixes for stable to fix hangs on some harvested Polaris GPUs
A set of KASAN and regression fixes for i915, their CI system seems to
be working pretty well now.

Dave.


The following changes since commit 0b07194bb55ed836c2cc7c22e866b87a14681984:

  Linux 4.14-rc7 (2017-10-29 13:58:38 -0700)

are available in the git repository at:

  git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-v4.14-rc8

for you to fetch changes up to 9cc06965fc8b7c5592b6a1355dff2623611bfeb3:

  Merge branch 'drm-fixes-4.14' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2017-11-02
14:40:12 +1000)

----------------------------------------------------------------
i915, amdgpu and nouveau fixes

----------------------------------------------------------------
Ben Skeggs (1):
      drm/nouveau/kms/nv50: use the correct state for base channel
notifier setup

Chris Wilson (3):
      drm/i915: Hold rcu_read_lock when iterating over the radixtree (objects)
      drm/i915: Hold rcu_read_lock when iterating over the radixtree (vma idr)
      drm/i915: Check incoming alignment for unfenced buffers (on i915gm)

Dave Airlie (3):
      Merge branch 'linux-4.14' of git://github.com/skeggsb/linux into drm-fixes
      Merge tag 'drm-intel-fixes-2017-11-01' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge branch 'drm-fixes-4.14' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

Jani Nikula (1):
      drm/i915/edp: read edp display control registers unconditionally

Leo Liu (2):
      drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvesting
      drm/amdgpu: allow harvesting check for Polaris VCE

Maarten Lankhorst (1):
      drm/i915: Do not rely on wm preservation for ILK watermarks

Manasi Navare (1):
      drm/i915: Cancel the modeset retry work during modeset cleanup

 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c      |  4 +++
 drivers/gpu/drm/amd/amdgpu/vce_v3_0.c      | 12 +++----
 drivers/gpu/drm/i915/i915_gem.c            |  2 ++
 drivers/gpu/drm/i915/i915_gem_context.c    |  2 ++
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |  4 +++
 drivers/gpu/drm/i915/intel_display.c       | 19 ++++++++++-
 drivers/gpu/drm/i915/intel_dp.c            | 13 ++++++--
 drivers/gpu/drm/i915/intel_drv.h           |  1 -
 drivers/gpu/drm/i915/intel_pm.c            | 51 ++++++++++++------------------
 drivers/gpu/drm/nouveau/nv50_display.c     |  6 ++--
 10 files changed, 70 insertions(+), 44 deletions(-)

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

* [git pull] drm fixes for v4.14-rc8
@ 2017-11-03  4:53 ` Dave Airlie
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Airlie @ 2017-11-03  4:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, dri-devel

Hi Linus,

One nouveau regression fix,
Some amdgpu fixes for stable to fix hangs on some harvested Polaris GPUs
A set of KASAN and regression fixes for i915, their CI system seems to
be working pretty well now.

Dave.


The following changes since commit 0b07194bb55ed836c2cc7c22e866b87a14681984:

  Linux 4.14-rc7 (2017-10-29 13:58:38 -0700)

are available in the git repository at:

  git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-v4.14-rc8

for you to fetch changes up to 9cc06965fc8b7c5592b6a1355dff2623611bfeb3:

  Merge branch 'drm-fixes-4.14' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2017-11-02
14:40:12 +1000)

----------------------------------------------------------------
i915, amdgpu and nouveau fixes

----------------------------------------------------------------
Ben Skeggs (1):
      drm/nouveau/kms/nv50: use the correct state for base channel
notifier setup

Chris Wilson (3):
      drm/i915: Hold rcu_read_lock when iterating over the radixtree (objects)
      drm/i915: Hold rcu_read_lock when iterating over the radixtree (vma idr)
      drm/i915: Check incoming alignment for unfenced buffers (on i915gm)

Dave Airlie (3):
      Merge branch 'linux-4.14' of git://github.com/skeggsb/linux into drm-fixes
      Merge tag 'drm-intel-fixes-2017-11-01' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge branch 'drm-fixes-4.14' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

Jani Nikula (1):
      drm/i915/edp: read edp display control registers unconditionally

Leo Liu (2):
      drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvesting
      drm/amdgpu: allow harvesting check for Polaris VCE

Maarten Lankhorst (1):
      drm/i915: Do not rely on wm preservation for ILK watermarks

Manasi Navare (1):
      drm/i915: Cancel the modeset retry work during modeset cleanup

 drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c      |  4 +++
 drivers/gpu/drm/amd/amdgpu/vce_v3_0.c      | 12 +++----
 drivers/gpu/drm/i915/i915_gem.c            |  2 ++
 drivers/gpu/drm/i915/i915_gem_context.c    |  2 ++
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |  4 +++
 drivers/gpu/drm/i915/intel_display.c       | 19 ++++++++++-
 drivers/gpu/drm/i915/intel_dp.c            | 13 ++++++--
 drivers/gpu/drm/i915/intel_drv.h           |  1 -
 drivers/gpu/drm/i915/intel_pm.c            | 51 ++++++++++++------------------
 drivers/gpu/drm/nouveau/nv50_display.c     |  6 ++--
 10 files changed, 70 insertions(+), 44 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2017-11-03  4:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-03  4:53 [git pull] drm fixes for v4.14-rc8 Dave Airlie
2017-11-03  4:53 ` Dave Airlie

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.