summaryrefslogtreecommitdiff
path: root/src/i965_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i965_defines.h')
-rwxr-xr-xsrc/i965_defines.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/i965_defines.h b/src/i965_defines.h
index 5b4a076..f010ca2 100755
--- a/src/i965_defines.h
+++ b/src/i965_defines.h
@@ -821,10 +821,4 @@
#define SUBSAMPLE_YUV411 5
#define SUBSAMPLE_RGBX 6
-#define URB_SIZE(intel) (IS_GEN7(intel->device_id) ? 4096 : \
- IS_GEN8(intel->device_id) ? 4096 : \
- IS_GEN6(intel->device_id) ? 1024 : \
- IS_IRONLAKE(intel->device_id) ? 1024 : \
- IS_G4X(intel->device_id) ? 384 : 256)
-
#endif /* _I965_DEFINES_H_ */