Ratchet required version down to 1.5 (pre-TTM).
authorEric Anholt <eric@anholt.net>
Fri, 18 May 2007 18:29:55 +0000 (11:29 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 18 May 2007 18:29:55 +0000 (11:29 -0700)
src/mesa/drivers/dri/i915tex/intel_screen.c

index a1b8070f81e78486791697a6e39a38540bdae6ad..e268af91f1e881c2d458cd38b61fa0ada5d8d3cf 100644 (file)
@@ -879,7 +879,7 @@ __driCreateNewScreen_20050727(__DRInativeDisplay * dpy, int scrn,
    __DRIscreenPrivate *psp;
    static const __DRIversion ddx_expected = { 1, 5, 0 };
    static const __DRIversion dri_expected = { 4, 0, 0 };
-   static const __DRIversion drm_expected = { 1, 7, 0 };
+   static const __DRIversion drm_expected = { 1, 5, 0 };
 
    dri_interface = interface;