summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/svga_types.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2015-06-25 21:15:11 +0300
committerThomas Hellstrom <thellstrom@vmware.com>2015-08-05 15:01:04 +0300
commitcb09bbcc429a290d01ebf23b9f0193dee0da6779 (patch)
tree28ff32f8e9dcd21dddafe74a41673f158a4d5e54 /drivers/gpu/drm/vmwgfx/svga_types.h
parent13eec7eaae00276c952852f4c2723cd55ac0fb8c (diff)
downloadlinux-cb09bbcc429a290d01ebf23b9f0193dee0da6779.tar.xz
vmwgfx: Update device headers for command buffers.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/svga_types.h')
-rw-r--r--drivers/gpu/drm/vmwgfx/svga_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vmwgfx/svga_types.h b/drivers/gpu/drm/vmwgfx/svga_types.h
index 55836dedcfc2..1186898208ed 100644
--- a/drivers/gpu/drm/vmwgfx/svga_types.h
+++ b/drivers/gpu/drm/vmwgfx/svga_types.h
@@ -40,6 +40,9 @@ typedef uint16_t uint16;
typedef uint32_t uint32;
typedef uint8_t uint8;
typedef int32_t int32;
+typedef uint64_t uint64;
typedef bool Bool;
+typedef uint64 PA;
+typedef uint32 SVGAMobId;
#endif