summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-07-09Add some forgoten files.newdrm-0-0-1-branchJose Fonseca2-0/+261
2003-07-09Several fixes to get some of the stuff to compile.Jose Fonseca32-318/+1524
2003-07-01Creation of PCI, AGP and SG buffer pools. Make buffers ioctls use these (toJose Fonseca20-1405/+916
keep backwards compatability). Move some of the templates into proper C files which will be shared by all modules. (This changes are not complete and everythin is severily broken ATM).
2003-06-22Remove the redundant \\brief Doxygen tags (missed this one).Jose Fonseca2-16/+16
2003-06-22Beginning of a DMA buffer pool and free list management API.Jose Fonseca3-0/+503
2003-06-22Remove the redundant \\brief Doxygen tags.Jose Fonseca1-8/+8
2003-06-21Janitorial of the drm_fops.h (also moving some of the file ops funcs inJose Fonseca8-756/+54
drm_drv.h into drm_fops_tmp.h). Move vmalist definitio into drm_vm.h.
2003-06-21Add the new PCI memory support files.Jose Fonseca3-0/+396
2003-06-21Janitorial of drm_stub.h.Jose Fonseca20-379/+252
2003-06-21Add some overview documentation to drm_stub.hJose Fonseca2-14/+36
2003-06-21Do an internal reference count of the AGPGART external "drm_agp" - thisJose Fonseca4-53/+23
should hopefully resolve the AGPGART module release problem, but it's still untested.
2003-06-21Remove the memory debugging statistics (drm_memory_debug.h) and therebyJose Fonseca11-998/+11
eliminating another wrapper layer over the AGP functions.
2003-06-21Janitorial of drm_memory.h.Jose Fonseca20-697/+417
2003-06-21Janitorial of the drm_vm.h. Move some definition of some DMA related dataJose Fonseca22-1301/+759
structures into drm_dma.h.
2003-06-21Janitorial of drm_dma.h.Jose Fonseca24-1081/+636
2003-06-21Move the no-op ioctl into drm_drv.hJose Fonseca5-22/+28
2003-06-21Janitorial of the drm_lock.h.Jose Fonseca22-703/+432
2003-06-19Janitorial of drm_bufs.h.Jose Fonseca8-2675/+1512
2003-06-16Possibly fix stanford checker complaints about sareaKeith Whitwell2-60/+30
2003-06-14Move the linux AGP includes into drm_agp.h and only define the AGP dataJose Fonseca3-19/+17
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 Whitwell7-3/+23
2003-06-09Revert bogus last commitKeith Whitwell2-10/+0
2003-06-09Don't activate blend fallbacks unless blending is enabledKeith Whitwell2-0/+10
2003-06-07Verify 'drm_agp' is not NULL for all its wrappers - this causes no overheadJose Fonseca1-8/+12
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 Fonseca2-2/+6
initializing the DRM device - this was causing a kernel oops when the AGPGART module wasn't loaded.
2003-06-07fix pitch compile errorDave Airlie2-2/+2
2003-06-05add page flipping support to the DRM, up version number to 1.3.0...Dave Airlie7-23/+289
2003-06-03Added the Doxygen configuration file. Minor documentation fixes.Jose Fonseca7-20/+2137
2003-06-03Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.hJose Fonseca29-1137/+623
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.
2003-06-03file i830_mem.c was initially added on branch i865-agp-0-1-branch.Keith Whitwell0-0/+0
2003-05-30file i830_compat.c was initially added on branch i865-agp-0-1-branch.Keith Whitwell0-0/+0
2003-05-28Restore change to _DRM_VBLANK_SIGNAL from rev. 1.41, which was revertedLeif Delgass3-3/+3
with the documentation merge.
2003-05-28Restore DRM_*MEMORYBARRIER change reverted with documentation mergeLeif Delgass2-6/+6
2003-05-27Merged DRM documentation.Jose Fonseca48-1198/+5048
2003-05-26Add support to r128 for MESA_ycbcr_texture (Ian Romanick, Leif Delgass)Leif Delgass5-3/+25
2003-05-20DRM part of Radeon DRI suspend/resume support (Charl Botha).config-0-0-1-20031005-freezeconfig-0-0-1-branchDavid Dawes7-0/+368
2003-05-20Support for building DRM module on OpenBSD (Wilbern Cobb, Matthieu Herrb).David Dawes4-4/+16
(resync with XFree86 trunk)
2003-05-17do allow reading from read only mappings...Michel Daenzer2-2/+2
2003-05-16Support AGP bridges where the AGP aperture can't be accessed directly byMichel Daenzer30-181/+537
the CPU (David Mosberger, Benjamin Herrenschmidt, myself, Paul Mackerras, Jeff Wiedemeier)
2003-05-06fix warning on machines where sizeof(drm_addr_t) != 4 (Randy Dunlap)Michel Daenzer2-4/+4
2003-04-30Merged texmem-0-0-1texmem-0-0-1-20030429-mergeIan Romanick6-18/+8
2003-04-29remove unused variablestexmem-0-0-1-20030429-premergeLeif Delgass2-18/+0
2003-04-28Fix a typo: On takedown the mtrr operation is MEMRANGE_SET_REMOVE, notEric Anholt2-2/+2
_UPDATE.
2003-04-28Restore Eric Anholt's DRM_*MEMORYBARRIER changes from rev 1.11Leif Delgass2-4/+6
2003-04-28Only free original pagelist in addbufs_pci if one already exists (fixesLeif Delgass2-10/+14
oops).
2003-04-28DRM_READ/WRITEMEMORYBARRIER was given an argument in the bsd tree, fix forAlan Hourihane2-6/+4
linux
2003-04-27Put back __HAVE_KERNEL_CTX_SWITCH for David Miller's sparc drm driverKeith Whitwell2-0/+58
(which doesn't live in our cvs).
2003-04-27Use real endian conversion functions.Eric Anholt4-4/+12
2003-04-26Fix formatting of hw.dri sysctl.Eric Anholt6-48/+32
2003-04-26Remove the map argument from DRM_*MEMORYBARRIER. Not all of the uses ofEric Anholt14-36/+82
DRM_*MEMORYBARRIER we had were related to an MMIO space. This means arch-specific code on the BSDs, unfortunately. Also add DRM_MEMORYBARRIER() and change the DRM_READMEMORYBARRIER()s that used to be read/write barriers to it.