diff options
author | Roland Scheidegger <[email protected]> | 2005-07-27 18:21:34 +0000 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2005-07-27 18:21:34 +0000 |
commit | 67d94e5a8645854491d9663f74e0f8e68106fa96 (patch) | |
tree | f2621bf8619b325c63315ac9a877ab037889e656 /src/mesa/drivers | |
parent | a7df74ea024d5897040124784ed908e4c4ea4fe4 (diff) |
test for the proper drm version, at least 1.17 is required
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/r300/radeon_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/radeon_screen.c b/src/mesa/drivers/dri/r300/radeon_screen.c index 34f5d84e361..bc65dd81b8a 100644 --- a/src/mesa/drivers/dri/r300/radeon_screen.c +++ b/src/mesa/drivers/dri/r300/radeon_screen.c @@ -802,7 +802,7 @@ void *__driCreateNewScreen_20050725(__DRInativeDisplay * dpy, int scrn, __DRIscreenPrivate *psp; static const __DRIutilversion2 ddx_expected = { 4, 5, 0, 0 }; static const __DRIversion dri_expected = { 4, 0, 0 }; - static const __DRIversion drm_expected = { 1, 11, 1 }; + static const __DRIversion drm_expected = { 1, 17, 0 }; dri_interface = interface; |