libdrm: update

git-svn-id: svn://kolibrios.org@5368 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2015-01-12 07:14:28 +00:00
parent 461dfb6196
commit ca8fee6c6c
5 changed files with 4477 additions and 23 deletions

View File

@@ -74,13 +74,11 @@
#if 0
#define DBG(...) do { \
if (bufmgr_gem->bufmgr.debug) \
fprintf(stderr, __VA_ARGS__); \
fprintf(stderr, __VA_ARGS__); \
} while (0)
#endif
//#define DBG(...) fprintf(stderr, __VA_ARGS__)
#else
#define DBG(...)
#endif
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))