From: Ben Skeggs Date: Mon, 28 Jan 2008 07:40:11 +0000 (+1100) Subject: nouveau: ddx versioning changed to match nouveau.ko versioning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d342a6eeccb829dfbdb95f259bc9a272a16a8b4b;p=mesa.git nouveau: ddx versioning changed to match nouveau.ko versioning --- diff --git a/src/mesa/drivers/dri/nouveau_winsys/nouveau_screen.c b/src/mesa/drivers/dri/nouveau_winsys/nouveau_screen.c index c58af22c98c..f06e1784831 100644 --- a/src/mesa/drivers/dri/nouveau_winsys/nouveau_screen.c +++ b/src/mesa/drivers/dri/nouveau_winsys/nouveau_screen.c @@ -264,7 +264,8 @@ __driCreateNewScreen_20050727(__DRInativeDisplay *dpy, int scrn, __GLcontextModes ** driver_modes) { __DRIscreenPrivate *psp; - static const __DRIversion ddx_expected = { 1, 2, 0 }; + static const __DRIversion ddx_expected = + { 0, 0, NOUVEAU_DRM_HEADER_PATCHLEVEL }; static const __DRIversion dri_expected = { 4, 0, 0 }; static const __DRIversion drm_expected = { 0, 0, NOUVEAU_DRM_HEADER_PATCHLEVEL };