Summary: | Make AGP/PCI detection a generic function | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Alex Deucher <alexdeucher> | ||||
Component: | Server/General | Assignee: | Xorg Project Team <xorg-team> | ||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||
Severity: | normal | ||||||
Priority: | high | CC: | ajax, idr | ||||
Version: | unspecified | ||||||
Hardware: | x86 (IA32) | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Alex Deucher
2005-01-11 06:25:45 UTC
Created attachment 3088 [details] [review] generic-agp-detect-1.patch factor it up to Pci.c, add it to the export list, add some #defines for magic reg values. drivers would still need to be converted. i'm moderately happy with it as-is, but maybe we want to extend it to xorgPciHasCapability() for things like PCI66 detect. Yeah, I think it would be better to reimplement this as a generic mechanism for probing any PCI capabilities. (In reply to comment #2) > Yeah, I think it would be better to reimplement this as a generic mechanism > for probing any PCI capabilities. We should probably add PCIE checking as well. Dave added that to the radeon driver recently. mmm, not critical enough to hold up 7.0. probably not going to make 7.1 either at this rate. this will likely fall out in the wash with idr's pci rework. (In reply to comment #5) > probably not going to make 7.1 either at this rate. this will likely fall out > in the wash with idr's pci rework. I'm right; moving out. and out again. dropping it off the radar, since it'll just happen with pci-rework ... Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future. const struct pci_agp_info * pci_device_get_agp_info( struct pci_device * dev ); |
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.