Dave,
This introduces a header update and support for multisample surfaces.
The following changes since commit 812a954b787ab5a91d62e597a36351628b08d079:
drm/vmwgfx: Remove an obsolete __le32 conversion (2018-07-03 20:41:23 +0200)
are available in the Git repository at:
git://people.freedesktop.org/~thomash/linux tags/vmwgfx-next-4.19-3
for you to fetch changes up to 9b07b287aa3ef49695bfad59c1870cd942f579a8:
drm/vmwgfx: Expose SM4_1 param to user space (2018-07-06 20:16:09 +0200)
---------------------------------------------------------------- Deepak Rawat (7): drm/vmwgfx: Update the device headers drm/vmwgfx: Add SM4_1 flag drm/vmwgfx: Add support for SVGA3dCmdDefineGBSurface_v3 drm/vmwgfx: Support for SVGA3dSurfaceAllFlags in vmwgfx drm/vmwgfx: Add new ioctl for GB surface create and reference drm/vmwgfx: Add support for multisampling drm/vmwgfx: Expose SM4_1 param to user space
Neha Bhende (2): drm/vmwgfx: Add CAP2 support in vmwgfx drm/vmwgfx: Add support for SVGA3dCmdIntraSurfaceCopy command
drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h | 230 +++-- .../gpu/drm/vmwgfx/device_include/svga3d_devcaps.h | 83 +- drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h | 297 ++++-- .../gpu/drm/vmwgfx/device_include/svga3d_limits.h | 4 +- .../drm/vmwgfx/device_include/svga3d_surfacedefs.h | 1090 +++++++++++--------- .../gpu/drm/vmwgfx/device_include/svga3d_types.h | 331 ++++-- drivers/gpu/drm/vmwgfx/device_include/svga_reg.h | 177 +++- drivers/gpu/drm/vmwgfx/device_include/svga_types.h | 3 + drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 49 +- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 24 +- drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 32 +- drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c | 21 +- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 20 +- drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c | 5 + drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 528 ++++++---- include/uapi/drm/vmwgfx_drm.h | 107 ++ 16 files changed, 2032 insertions(+), 969 deletions(-)
dri-devel@lists.freedesktop.org