Converts the remaining drm_agp_foo functions to be a drm_agp_foo and
authorIan Romanick <idr@us.ibm.com>
Thu, 3 Nov 2005 00:38:25 +0000 (00:38 +0000)
committerIan Romanick <idr@us.ibm.com>
Thu, 3 Nov 2005 00:38:25 +0000 (00:38 +0000)
commit39615ec06e8ca9280b4feefc42e008c9795541bd
treec6bdd5fd5ae23a3e9a5773ab91b873857f3e2252
parent10ec05793f9b0ca47ce0a07aa445f8799d2ceba1
Converts the remaining drm_agp_foo functions to be a drm_agp_foo and
    drm_agp_foo_ioctl pair. Modifies the MGA DRM to use the drm_agp_foo
    functions instead of the drm_foo_agp functions. The drm_foo_agp
    functions are no longer exported by drm.ko.
Ensures that dma->seg_count and dma->page_count are properly set in
    drm_addbufs_{agp,sg,fb}. drm_addbufs_pci was already correct.
Ensures that mga_do_agp_dma_bootstrap correctly sets agp_buffer_token.
At this point PCI DMA is still broken.
Xorg bug: #4797 Reviewed by: Dave Airlie, Eric Anholt Signed-off-by: Ian
    Romanick <idr@us.ibm.com>
linux-core/drmP.h
linux-core/drm_agpsupport.c
linux-core/drm_bufs.c
linux-core/drm_core.h
linux-core/drm_drv.c
linux-core/drm_memory.c
linux-core/drm_memory_debug.c
shared-core/mga_dma.c
shared-core/mga_drv.h