diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2004-11-25 14:05:05 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2004-11-25 14:05:05 +0000 |
commit | 7a293a996224aa4fcb20bee70609f863a534d0de (patch) | |
tree | 6856bf49e7e94f730460a64930391e43a59c0f25 /src/mesa/drivers/dri/unichrome | |
parent | 6dbb8ead0ff4ea788d92e0c5f49d6996e96e3527 (diff) |
Update expected DRM version to 2.0.0
Diffstat (limited to 'src/mesa/drivers/dri/unichrome')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/via_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_screen.c b/src/mesa/drivers/dri/unichrome/via_screen.c index 242348a953..fb00950bbb 100644 --- a/src/mesa/drivers/dri/unichrome/via_screen.c +++ b/src/mesa/drivers/dri/unichrome/via_screen.c @@ -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, |