summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-11DA: code cleanups for i810_dma.c from 2.4 kernelDave Airlie
2003-08-08Added some information as to when (which DRM version) various queries wereIan Romanick
added.
2003-08-07build fix for kernels >= 2.6Michel Daenzer
2003-08-06Fix maplist entries being used after they were freed; thanks to BenjaminMichel Daenzer
Herrenschmidt for tracking this down
2003-07-29IRQ code cleanup suggested by Linus TorvaldsMichel Daenzer
i830 build fix
2003-07-26Degrade uninformative error message to debug message, as in other driversMichel Daenzer
2003-07-26Add Rage 128 pageflipping support, defaults to off. DRM version bump toEric Anholt
2.5.0. It still has some issues, including a flicker in the fps meter in tuxracer and I've seen garbage left behind after moving/closing windows. However, it's usable. Add the Option "EnablePageFlip" "YES" to use it.
2003-07-26Fix FreeBSD build after IRQ changes.Eric Anholt
2003-07-25Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't breakMichel Daenzer
the i830 driver or the BSDs. :)
2003-07-25Fail in DRM(agp_acquire) if the AGP aperture can't be used, such that the XMichel Daenzer
server falls back to PCI GART or disables the DRI gracefully
2003-07-11Restore __HAVE_KERNEL_CTX_SWITCH, required for the sparc drm module in theKeith Whitwell
kernel tree. Added comments to that effect.
2003-07-09DA: fix for bug 484 in Bugzilla, originally from me, reworked by DavidDave Airlie
Dawes to avoid backword incompatibilities...
2003-07-09file drm_mem.h was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-07-09file drm_dma.c was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-07-09file drm_fops.c was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-07-09file drm_lock.c was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-07-09file drm_stub.c was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-07-09file drm_vm.c was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-07-08Removed unused __HAVE_KERNEL_CTX_SWITCH, whatever that was.Keith Whitwell
2003-07-04Don't need to include linux/wrapper.h - we only use Set/ClearPageReservedLeif Delgass
from linux/mm.h now and wrapper.h has been removed in 2.5.69 and later.
2003-07-01file drm_agp.c was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-07-01file drm_bufs.c was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-07-01file drm_mem.c was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-07-01file drm_pci.c was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-07-01file drm_sg.c was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-06-23file savage_dma.c was initially added on branch savage-1_0_0-branch.Alan Hourihane
2003-06-23file savage_state.c was initially added on branch savage-1_0_0-branch.Alan Hourihane
2003-06-21file drm_pci_tmp.h was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-06-21file drm_stub_tmp.h was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-06-21file drm_memory_tmp.h was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-06-21file drm_vm_tmp.h was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-06-21file drm_dma_tmp.h was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-06-21file drm_lock_tmp.h was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-06-19file drm_bufs_tmp.h was initially added on branch newdrm-0-0-1-branch.Jose Fonseca
2003-06-19Revert the janitorial - that works is now on the new branchJose Fonseca
newdrm-0-0-1-branch.
2003-06-18file i830_compat.c was initially added on branch i865-agp-0-1-branch.Keith Whitwell
2003-06-18file i830.h was initially added on branch i865-agp-0-1-branch.Keith Whitwell
2003-06-18file i830_dma.c was initially added on branch i865-agp-0-1-branch.Keith Whitwell
2003-06-18file i830_drm.h was initially added on branch i865-agp-0-1-branch.Keith Whitwell
2003-06-18file i830_drv.c was initially added on branch i865-agp-0-1-branch.Keith Whitwell
2003-06-18file i830_drv.h was initially added on branch i865-agp-0-1-branch.Keith Whitwell
2003-06-18file i830_irq.c was initially added on branch i865-agp-0-1-branch.Keith Whitwell
2003-06-18file i830_mem.c was initially added on branch i865-agp-0-1-branch.Keith Whitwell
2003-06-16Possibly fix stanford checker complaints about sareaKeith Whitwell
2003-06-14Move the linux AGP includes into drm_agp.h and only define the AGP dataJose 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-10Texture rectangle support for r100Keith Whitwell
2003-06-09Revert bogus last commitKeith Whitwell
2003-06-09Don't activate blend fallbacks unless blending is enabledKeith Whitwell
2003-06-07Verify 'drm_agp' is not NULL for all its wrappers - this causes no overheadJose Fonseca
and must be done if in future a driver tries to talk to the AGP directly from kernelspace instead of userspace, and the AGP is not present.
2003-06-07Check that the AGPGART "drm_agp" symbol pointer is valid beforeJose Fonseca
initializing the DRM device - this was causing a kernel oops when the AGPGART module wasn't loaded.