[git pull] drm vmwgfx and i915 fixes

2017-11-09 Thread Dave Airlie
Hey Linus,

Last few patches to wrap up.

Two i915 fixes that are on their way to stable, one vmware black
screen bug, and one const patch that I was going to drop, but it was
clearly a pretty safe one liner, if you want I can remove it.

Dave.

The following changes since commit 39dae59d66acd86d1de24294bd2f343fd5e7a625:

  Linux 4.14-rc8 (2017-11-05 13:05:14 -0800)

are available in the git repository at:

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

for you to fetch changes up to 60ccb31bd680469ee0db92b0b6594d79bd13ff87:

  Merge tag 'drm-intel-fixes-2017-11-08' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2017-11-09
11:17:32 +1000)


vmware and i915 fixes


Arvind Yadav (1):
  drm/vmwgfx: constify vmw_fence_ops

Chris Wilson (1):
  drm/i915: Deconstruct struct sgt_dma initialiser

Dave Airlie (2):
  Merge branch 'drm-vmwgfx-fixes' of
git://people.freedesktop.org/~syeh/repos_linux into drm-fixes
  Merge tag 'drm-intel-fixes-2017-11-08' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Sinclair Yeh (1):
  drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issue

Tvrtko Ursulin (1):
  drm/i915: Reject unknown syncobj flags

 drivers/gpu/drm/i915/i915_gem_execbuffer.c |  8 
 drivers/gpu/drm/i915/i915_gem_gtt.c| 25 +
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c|  2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c  |  2 +-
 include/uapi/drm/i915_drm.h|  1 +
 5 files changed, 20 insertions(+), 18 deletions(-)


[git pull] drm vmwgfx and i915 fixes

2017-11-09 Thread Dave Airlie
Hey Linus,

Last few patches to wrap up.

Two i915 fixes that are on their way to stable, one vmware black
screen bug, and one const patch that I was going to drop, but it was
clearly a pretty safe one liner, if you want I can remove it.

Dave.

The following changes since commit 39dae59d66acd86d1de24294bd2f343fd5e7a625:

  Linux 4.14-rc8 (2017-11-05 13:05:14 -0800)

are available in the git repository at:

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

for you to fetch changes up to 60ccb31bd680469ee0db92b0b6594d79bd13ff87:

  Merge tag 'drm-intel-fixes-2017-11-08' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2017-11-09
11:17:32 +1000)


vmware and i915 fixes


Arvind Yadav (1):
  drm/vmwgfx: constify vmw_fence_ops

Chris Wilson (1):
  drm/i915: Deconstruct struct sgt_dma initialiser

Dave Airlie (2):
  Merge branch 'drm-vmwgfx-fixes' of
git://people.freedesktop.org/~syeh/repos_linux into drm-fixes
  Merge tag 'drm-intel-fixes-2017-11-08' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Sinclair Yeh (1):
  drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issue

Tvrtko Ursulin (1):
  drm/i915: Reject unknown syncobj flags

 drivers/gpu/drm/i915/i915_gem_execbuffer.c |  8 
 drivers/gpu/drm/i915/i915_gem_gtt.c| 25 +
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c|  2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c  |  2 +-
 include/uapi/drm/i915_drm.h|  1 +
 5 files changed, 20 insertions(+), 18 deletions(-)