OSDN Git Service

drm/vmwgfx: Add support for SVGA3dCmdDefineGBSurface_v3
authorDeepak Rawat <drawat@vmware.com>
Wed, 20 Jun 2018 21:20:23 +0000 (14:20 -0700)
committerThomas Hellstrom <thellstrom@vmware.com>
Fri, 6 Jul 2018 18:16:08 +0000 (20:16 +0200)
commitcdff8e73006c05ee342dd588b5ba90b5def56184
tree3f6043df4bd4b208221fa2bc56dbe9f61f3d1b45
parent30aeee6728abf29b29d625061782519a15be88db
drm/vmwgfx: Add support for SVGA3dCmdDefineGBSurface_v3

SVGA device added new command SVGA3dCmdDefineGBSurface_v3 which allows
64-bit SVGA3dSurfaceAllFlags. This commit adds support for
SVGA3dCmdDefineGBSurface_v3 command in vmwgfx.

Signed-off-by: Deepak Rawat <drawat@vmware.com>
Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
drivers/gpu/drm/vmwgfx/vmwgfx_surface.c