diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-08-28 20:51:14 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-08-28 20:51:14 +0000 |
commit | dbd83cf18e1bf5e7e31e1ac150227bd27e8b1739 (patch) | |
tree | a6da83ffb3f6a9bca45e85dbdf8384c665bf2a49 /src/radeon_dri.c | |
parent | ce0589ff3b9fcf8c6bab64da4dba40ba540a6a03 (diff) |
Bug #4148: Bump required DRM version for r300 to 1.17.
Diffstat (limited to 'src/radeon_dri.c')
-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 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; |