Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.h
authorJose Fonseca <jrfonseca@users.sourceforge.net>
Tue, 3 Jun 2003 23:27:01 +0000 (23:27 +0000)
committerJose Fonseca <jrfonseca@users.sourceforge.net>
Tue, 3 Jun 2003 23:27:01 +0000 (23:27 +0000)
commit6611a5fb7f41f81e38391c77903d98a29937ceed
tree94f89336a8e7c0a8eb08b2c20b0c0a1eb0464a7d
parenta709d4c97c2de9d75ba845da41d61f8734ee573b
Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.h
    respectively. Splited the work out of the ioctls and renamed (with the
    _ioctl prefix). Added some more documentation. Did the same for
    drm_sgpsupport.h.
29 files changed:
linux-core/drmP.h
linux-core/drm_bufs.c
linux-core/drm_drv.c
linux-core/drm_memory.h
linux-core/drm_memory_debug.h
linux-core/i810_drv.c
linux-core/i830_drv.c
linux-core/mga_drv.c
linux-core/r128_drv.c
linux-core/radeon_drv.c
linux-core/sis_drv.c
linux/drmP.h
linux/drm_agp.h [new file with mode: 0644]
linux/drm_agp_tmp.h [moved from linux-core/drm_agpsupport.c with 68% similarity]
linux/drm_agpsupport.h [deleted file]
linux/drm_bufs.h
linux/drm_drv.h
linux/drm_memory.h
linux/drm_memory_debug.h
linux/drm_scatter.h [deleted file]
linux/drm_sg.h [new file with mode: 0644]
linux/drm_sg_tmp.h [moved from linux-core/drm_scatter.c with 69% similarity]
linux/gamma_drv.c
linux/i810_drv.c
linux/i830_drv.c
linux/mga_drv.c
linux/r128_drv.c
linux/radeon_drv.c
linux/sis_drv.c