summaryrefslogtreecommitdiff
path: root/i965_defines.h
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2009-07-27 17:11:25 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2009-07-27 17:13:41 +0800
commit4e87262a7fd84708aa674ba66bb8413eb88ca042 (patch)
tree012658bb909fd1068fe8a2e883128d14cf0ae638 /i965_defines.h
parentc3f90f889276135e93e2ee8b41829d0f8dc39092 (diff)
i965_drv_video: Eanble VAAPI on IGDNG
Diffstat (limited to 'i965_defines.h')
-rw-r--r--i965_defines.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/i965_defines.h b/i965_defines.h
index e0f38b2..e4e5b2d 100644
--- a/i965_defines.h
+++ b/i965_defines.h
@@ -321,5 +321,6 @@
#define I965_TILEWALK_XMAJOR 0
#define I965_TILEWALK_YMAJOR 1
-#define URB_SIZE(intel) (IS_G4X(intel->device_id) ? 384 : 256)
+#define URB_SIZE(intel) (IS_IGDNG(intel->device_id) ? 1024 : \
+ IS_G4X(intel->device_id) ? 384 : 256)
#endif /* _I965_DEFINES_H_ */