Bug 4148 - r300 DRM version check is broken
Summary: r300 DRM version check is broken
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: 6.8.99.900 (6.9 RC0)
Hardware: PowerPC Mac OS X (All)
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 1690
  Show dependency treegraph
 
Reported: 2005-08-19 22:35 UTC by Adam Jackson
Modified: 2007-01-23 20:00 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Adam Jackson 2005-08-19 22:35:36 UTC
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).
Comment 1 Adam Jackson 2005-08-28 13:52:05 UTC
screw it, just require 1.17 for r300, it's simpler and i don't think we've ever
shipped CP accel for r300 yet.

fixed in head.


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.