Modify drm_driver::device_is_agp to return a tri-state value to indicate
authorIan Romanick <idr@us.ibm.com>
Fri, 27 May 2005 23:42:11 +0000 (23:42 +0000)
committerIan Romanick <idr@us.ibm.com>
Fri, 27 May 2005 23:42:11 +0000 (23:42 +0000)
commit4a84416c458027462ee6112a5fa442415597f6c2
treecd39aea11afea9b04442e5a818b220e40b3c70b9
parentc9abd2fec509c271339d1ca3addd95df884df80a
Modify drm_driver::device_is_agp to return a tri-state value to indicate
    that a device absolutely is, absolutely is not, or may or may not be
    AGP. Modify the i915 DRM to use this to force all i9x5 devices to be
    "AGP" (even the PCI-e devices).
Reported by: Lukas Hejtmanek
bsd-core/drmP.h
bsd-core/drm_agpsupport.c
bsd-core/i915_drv.c
linux-core/drmP.h
linux-core/i915_drv.c
linux-core/mga_drv.c
shared-core/i915_dma.c
shared-core/i915_drv.h