projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42aaa54
)
nouveau: match drm version bump
author
Ben Skeggs
<skeggsb@gmail.com>
Mon, 26 Mar 2007 11:31:43 +0000
(21:31 +1000)
committer
Ben Skeggs
<skeggsb@gmail.com>
Mon, 26 Mar 2007 11:31:43 +0000
(21:31 +1000)
src/mesa/drivers/dri/nouveau/nouveau_screen.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/nouveau/nouveau_screen.c
b/src/mesa/drivers/dri/nouveau/nouveau_screen.c
index 65bde99671d1ae23ac7c9e5052cf12a9d1571f99..7a4b9f1cd0022661e32a30d7b1349ce279b7a81b 100644
(file)
--- a/
src/mesa/drivers/dri/nouveau/nouveau_screen.c
+++ b/
src/mesa/drivers/dri/nouveau/nouveau_screen.c
@@
-328,7
+328,7
@@
void * __driCreateNewScreen_20050727( __DRInativeDisplay *dpy, int scrn, __DRIsc
static const __DRIversion ddx_expected = { 1, 2, 0 };
static const __DRIversion dri_expected = { 4, 0, 0 };
static const __DRIversion drm_expected = { 0, 0, NOUVEAU_DRM_HEADER_PATCHLEVEL };
-#if NOUVEAU_DRM_HEADER_PATCHLEVEL !=
5
+#if NOUVEAU_DRM_HEADER_PATCHLEVEL !=
6
#error nouveau_drm.h version doesn't match expected version
#endif
dri_interface = interface;