Update expected DRM version to 2.0.0
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 25 Nov 2004 14:05:05 +0000 (14:05 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 25 Nov 2004 14:05:05 +0000 (14:05 +0000)
src/mesa/drivers/dri/unichrome/via_screen.c

index 242348a..fb00950 100644 (file)
@@ -390,7 +390,7 @@ void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc
    __DRIscreenPrivate *psp;
    static const __DRIversion ddx_expected = { 4, 0, 0 };
    static const __DRIversion dri_expected = { 4, 0, 0 };
-   static const __DRIversion drm_expected = { 1, 1, 0 };
+   static const __DRIversion drm_expected = { 2, 0, 0 };
 
    if ( ! driCheckDriDdxDrmVersions2( "Unichrome",
                                      dri_version, & dri_expected,