Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-14 | Move the linux AGP includes into drm_agp.h and only define the AGP data | Jose Fonseca | |
structures if AGP support is enabled in the kernel (__REALLY_HAVE_AGP). This fixes the compile errors on kernels without AGP support. | |||
2003-06-07 | Check that the AGPGART "drm_agp" symbol pointer is valid before | Jose Fonseca | |
initializing the DRM device - this was causing a kernel oops when the AGPGART module wasn't loaded. | |||
2003-06-03 | Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.h | Jose Fonseca | |
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. |