[Git PULL] vmwgfx-next
Sinclair Yeh
syeh at vmware.com
Mon Aug 28 20:22:37 UTC 2017
Hi Dave,
The following changes since commit 7c0059dd832cc686bf0febefdcf8295cdd93007f:
Merge branch 'linux-4.14' of git://github.com/skeggsb/linux into drm-next (2017-08-23 05:32:26 +1000)
are available in the git repository at:
git://people.freedesktop.org/~syeh/repos_linux drm-vmwgfx-next
for you to fetch changes up to d78acfe934e3b9f533f72ee3dde0982935fc2b32:
drm/vmwgfx: Bump the version for fence FD support (2017-08-28 17:53:32 +0200)
----------------------------------------------------------------
Sinclair Yeh (4):
drm/vmwgfx: Prepare to support fence fd
drm/vmwgfx: Add support for imported Fence File Descriptor
drm/vmwgfx: Add export fence to file descriptor support
drm/vmwgfx: Bump the version for fence FD support
Thomas Hellstrom (5):
drm/vmwgfx: Don't use drm_irq_[un]install
drm/vmwgfx: Move irq bottom half processing to threads
drm/vmwgfx: Restart command buffers after errors
drm/vmwgfx: Support the NOP_ERROR command
drm/vmwgfx: Fix incorrect command header offset at restart
drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c | 242 ++++++++++++++++++++++++++++++++++++++++++++----------------
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 11 +--
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 39 ++++++----
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 148 +++++++++++++++++++++++++++++++++----
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 104 +++++++++++++++++---------
drivers/gpu/drm/vmwgfx/vmwgfx_fence.h | 4 +
drivers/gpu/drm/vmwgfx/vmwgfx_irq.c | 111 +++++++++++++++++++++++-----
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 2 +-
include/uapi/drm/vmwgfx_drm.h | 11 ++-
9 files changed, 511 insertions(+), 161 deletions(-)
More information about the dri-devel
mailing list