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(-)
On 29 August 2017 at 06:22, Sinclair Yeh syeh@vmware.com wrote:
Hi Dave,
The following changes since commit 7c0059dd832cc686bf0febefdcf8295cdd93007f:
Just a reminder, -next branches need to be sent before rc6 if you want them in the next kernel.
I'll take a look at this branch later since it's pretty late in the day, but I'm merging some other stuff that was stuck so I'll see if this has much impact.
Dave.
On Tue, Aug 29, 2017 at 06:35:38AM +1000, Dave Airlie wrote:
On 29 August 2017 at 06:22, Sinclair Yeh syeh@vmware.com wrote:
Hi Dave,
The following changes since commit 7c0059dd832cc686bf0febefdcf8295cdd93007f:
Just a reminder, -next branches need to be sent before rc6 if you want them in the next kernel.
Sorry about this. We were finalizing a few patches.
I'll take a look at this branch later since it's pretty late in the day, but I'm merging some other stuff that was stuck so I'll see if this has much impact.
Ok, if it doesn't work, then we'll just get onto the next train.
thanks,
Sinclair
dri-devel@lists.freedesktop.org