From bb63e2e73c4ff4b462039412e42f5836da9b5798 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 21 Apr 2009 01:19:54 +0100 Subject: Add domain #define, and install glamo_drm.h --- shared-core/Makefile.am | 3 ++- shared-core/glamo_drm.h | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/shared-core/Makefile.am b/shared-core/Makefile.am index 99e90d64..ee2ae78d 100644 --- a/shared-core/Makefile.am +++ b/shared-core/Makefile.am @@ -38,4 +38,5 @@ klibdrminclude_HEADERS = \ via_drm.h \ r300_reg.h \ via_3d_reg.h \ - xgi_drm.h + xgi_drm.h \ + glamo_drm.h diff --git a/shared-core/glamo_drm.h b/shared-core/glamo_drm.h index 68b65471..1f128b68 100644 --- a/shared-core/glamo_drm.h +++ b/shared-core/glamo_drm.h @@ -37,6 +37,8 @@ #include "drm.h" +#define GLAMO_GEM_DOMAIN_VRAM (0x1) + /* Glamo specific ioctls */ #define DRM_GLAMO_CMDBUF 0x01 #define DRM_GLAMO_SWAP 0x02 -- cgit v1.2.3