Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=3248          
     




------- Additional Comments From [EMAIL PROTECTED]  2005-06-14 15:26 -------
mike, that's what drm_device_is_agp does:

static __inline__ int drm_device_is_agp(drm_device_t *dev)
{
        return pci_find_capability(dev->pdev, PCI_CAP_ID_AGP);
}

the problem is that the PCI G450 will appear to be an AGP device all the time. 
so merely walking the cap list will actually be wrong for this device, yay
matrox.  you have to both walk the cap list _and_ allow for a device-specific 
check.          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to