Added device_is_agp callback to drm_driver. This function is called by the
authorIan Romanick <idr@us.ibm.com>
Mon, 16 May 2005 17:37:10 +0000 (17:37 +0000)
committerIan Romanick <idr@us.ibm.com>
Mon, 16 May 2005 17:37:10 +0000 (17:37 +0000)
commite051cd19c00ed28997ff6fece0d1d4308b171229
treeac705c230e9f7a5c1c6dcc5144cc2fc3d6fdbeb3
parentbd72c6990f22381af61f62bffe70619f726d5923
Added device_is_agp callback to drm_driver. This function is called by the
    platform-specific drm_device_is_agp function. Added implementation of
    this function the the Linux-specific portion of the MGA driver to
    detect PCI G450 cards. Added code to the Linux-specific portion of the
    generic DRM layer to not initialize AGP infrastructure if the card is
    not AGP (this matches what already existed in BSD).
Bumped the driver date and the driver patch-level for MGA.
This mostly fixes bugzilla #3248. The BSD side still needs an
    implementation of mga_driver_device_is_agp.
bsd-core/drmP.h
bsd-core/drm_agpsupport.c
bsd-core/mga_drv.c
linux-core/drmP.h
linux-core/drm_stub.c
linux-core/mga_drv.c
shared-core/mga_drv.h