| Summary: |
r300 DRM version check is broken |
| Product: |
xorg
|
Reporter: |
Adam Jackson <ajax> |
| Component: |
Driver/Radeon | Assignee: |
Xorg Project Team <xorg-team> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
|
| Severity: |
normal
|
|
|
| Priority: |
high
|
|
|
| Version: |
6.8.99.900 (6.9 RC0) | |
|
| Hardware: |
PowerPC | |
|
| OS: |
Mac OS X (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Bug Depends on: |
|
|
|
| Bug Blocks: |
1690
|
|
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
radeon_drv.h in drm says: * 1.17- Add initial support for R300 (3D). But radeon_dri.c in the server says: } else if (info->ChipFamily >= CHIP_FAMILY_R300) { req_minor = 12; 1.12 is when r300 microcode upload was initially enabled, so from 1.12 to 1.16 inclusive we can do CP accel on r300. but below 1.17 we shouldn't be calling DRIScreenInit for r300, because it'll fail in a non-obvious way (libGL will complain about no GL visuals).