diff options
author | Thomas Hellström <thomas@shipmail.org> | 2008-10-29 10:54:59 +0000 |
---|---|---|
committer | Thomas Hellström <thomas@shipmail.org> | 2008-10-29 10:54:59 +0000 |
commit | 99340b879778db7890c1988e02e95ef2167c03e6 (patch) | |
tree | 9ab34c346ebc635c697d78637196c4e3d4e2151f | |
parent | 193d403170988241252e9c4d1b6ff6dcf3562f99 (diff) |
Back DRM major again
-rw-r--r-- | src/via_dri.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/via_dri.c b/src/via_dri.c index 365b7f6..67e2ce2 100644 --- a/src/via_dri.c +++ b/src/via_dri.c @@ -66,8 +66,8 @@ typedef struct static char VIAKernelDriverName[] = "via"; static char VIAClientDriverName[] = "unichrome"; -static const ViaDRMVersion drmExpected = { 6, 0, 0 }; -static const ViaDRMVersion drmCompat = { 6, 0, 0 }; +static const ViaDRMVersion drmExpected = { 3, 0, 0 }; +static const ViaDRMVersion drmCompat = { 3, 0, 0 }; static Bool VIAInitVisualConfigs(ScreenPtr pScreen); static Bool VIADRIMapInit(ScreenPtr pScreen, VIAPtr pVia); |