diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon_dri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c index 21fec980..d302f3e1 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; |