From: Ben Skeggs Date: Fri, 19 Jan 2007 04:39:36 +0000 (+1100) Subject: nouveau: bump drm patchlevel X-Git-Tag: 062012170305~19936 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=669fefd3da55e3946b4b65a5d1104540c04717cb;p=profile%2Fivi%2Fmesa.git nouveau: bump drm patchlevel --- diff --git a/src/mesa/drivers/dri/nouveau/nouveau_screen.c b/src/mesa/drivers/dri/nouveau/nouveau_screen.c index ab7742d..781ba01 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_screen.c +++ b/src/mesa/drivers/dri/nouveau/nouveau_screen.c @@ -327,7 +327,7 @@ void * __driCreateNewScreen_20050727( __DRInativeDisplay *dpy, int scrn, __DRIsc __DRIscreenPrivate *psp; static const __DRIversion ddx_expected = { 1, 2, 0 }; static const __DRIversion dri_expected = { 4, 0, 0 }; - static const __DRIversion drm_expected = { 0, 0, 2 }; + static const __DRIversion drm_expected = { 0, 0, 3 }; dri_interface = interface;