Dave,
A single vmwgfx fix for a kernel warning about a bug that could potentially
have a task wait forever in the scheduler.
The following changes since commit 79305ec6e60d320832505e95c1a028d309fcd2b6:
Merge tag 'amdkfd-fixes-2015-01-06' of
git://people.freedesktop.org/~gabbayo/linux into drm-fixes (2015-01-08 10:36:37
+1000)
are available in the git repository at:
git://people.freedesktop.org/~thomash/linux
for you to fetch changes up to 496eb6fd2c3fd13f4b914e537598e5c86ce4f52a:
drm/vmwgfx: Replace the hw mutex with a hw spinlock (2015-01-19 03:02:13
-0800)
----------------------------------------------------------------
Thomas Hellstrom (1):
drm/vmwgfx: Replace the hw mutex with a hw spinlock
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 28 +++++----------------------
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 25 ++++++++++++++++++++----
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 18 ++----------------
drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 36 +++++++++++++++--------------------
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c | 8 ++++----
drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 25 +++++++++---------------
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 2 --
7 files changed, 56 insertions(+), 86 deletions(-)