From dbd83cf18e1bf5e7e31e1ac150227bd27e8b1739 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sun, 28 Aug 2005 20:51:14 +0000 Subject: Bug #4148: Bump required DRM version for r300 to 1.17. --- src/radeon_dri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/radeon_dri.c') diff --git a/src/radeon_dri.c b/src/radeon_dri.c index 21fec98..d302f3e 100644 --- a/src/radeon_dri.c +++ b/src/radeon_dri.c @@ -1394,7 +1394,7 @@ Bool RADEONDRIScreenInit(ScreenPtr pScreen) req_minor = 10; req_patch = 0; } else if (info->ChipFamily >= CHIP_FAMILY_R300) { - req_minor = 12; + req_minor = 17; req_patch = 0; } else if (info->ChipFamily >= CHIP_FAMILY_R200) { req_minor = 5; -- cgit v1.2.3