Dave, Daniel The main 5.6 -next pull from vmwgfx. Minor things here and there, as well as an added ioctl for host messaging and a corresponding api version bump. Thanks, Thomas The following changes since commit 71e7274066c646bb3d9da39d2f4db0a6404c0a2d: Merge tag 'drm-intel-next-2020-01-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2020-01-15 16:57:54 +1000) are available in the Git repository at: git://people.freedesktop.org/~thomash/linux vmwgfx-next for you to fetch changes up to b20414252068263c736d008e536658f9ce13d74a: drm/vmwgfx: Use VM_PFNMAP instead of VM_MIXEDMAP when possible (2020-01-15 14:34:49 +0100) ---------------------------------------------------------------- Emil Velikov (3): drm/vmwgfx: move the require_exist handling together drm/vmwgfx: check master authentication in surface_ref ioctls drm/vmwgfx: drop DRM_AUTH for render ioctls Lukas Bulwahn (1): drm/vmwgfx: Replace deprecated PTR_RET Navid Emamdoost (1): drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_add Roland Scheidegger (1): drm/vmwgfx: add ioctl for messaging from/to guest userspace to/from host Thomas Hellstrom (3): drm/vmwgfx: Don't use the HB port if memory encryption is active drm/vmwgfx: Bump driver minor version drm/vmwgfx: Use VM_PFNMAP instead of VM_MIXEDMAP when possible Thomas Zimmermann (1): drm/vmwgfx: Call vmw_driver_{load,unload}() before registering device drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c | 4 +- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 76 ++++++++++++++++++------- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 6 +- drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 21 +++++-- drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | 90 +++++++++++++++++++++++++++++- drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 16 ++++-- drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c | 4 ++ include/uapi/drm/vmwgfx_drm.h | 17 ++++++ 8 files changed, 200 insertions(+), 34 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel