summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DRM part of Radeon DRI suspend/resume support (Charl Botha).config-0-0-1-20031005-freezeconfig-0-0-1-branchDavid Dawes2003-05-207-0/+368
* Support for building DRM module on OpenBSD (Wilbern Cobb, Matthieu Herrb).David Dawes2003-05-204-4/+16
* do allow reading from read only mappings...Michel Daenzer2003-05-172-2/+2
* Support AGP bridges where the AGP aperture can't be accessed directly byMichel Daenzer2003-05-1630-181/+537
* fix warning on machines where sizeof(drm_addr_t) != 4 (Randy Dunlap)Michel Daenzer2003-05-062-4/+4
* Merged texmem-0-0-1texmem-0-0-1-20030429-mergeIan Romanick2003-04-306-18/+8
* remove unused variablestexmem-0-0-1-20030429-premergeLeif Delgass2003-04-292-18/+0
* Fix a typo: On takedown the mtrr operation is MEMRANGE_SET_REMOVE, notEric Anholt2003-04-282-2/+2
* Restore Eric Anholt's DRM_*MEMORYBARRIER changes from rev 1.11Leif Delgass2003-04-282-4/+6
* Only free original pagelist in addbufs_pci if one already exists (fixesLeif Delgass2003-04-282-10/+14
* DRM_READ/WRITEMEMORYBARRIER was given an argument in the bsd tree, fix forAlan Hourihane2003-04-282-6/+4
* Put back __HAVE_KERNEL_CTX_SWITCH for David Miller's sparc drm driverKeith Whitwell2003-04-272-0/+58
* Use real endian conversion functions.Eric Anholt2003-04-274-4/+12
* Fix formatting of hw.dri sysctl.Eric Anholt2003-04-266-48/+32
* Remove the map argument from DRM_*MEMORYBARRIER. Not all of the uses ofEric Anholt2003-04-2614-36/+82
* MFL: Don't install irq handler unless the driver has been initialized.Eric Anholt2003-04-262-0/+6
* Add PCI DMA memory functions and make addbufs_pci and associated code useEric Anholt2003-04-2612-160/+380
* Ensure driver has been initialized (dev_private != NULL) before installingLeif Delgass2003-04-2631-101/+257
* Missed files in the last commit: Remove memory debugging sysctl unlessEric Anholt2003-04-264-2/+10
* Move the memory functions with debugging info to drm_memory_debug.h, andEric Anholt2003-04-265-686/+455
* Remove #if 0'ed code.Eric Anholt2003-04-262-38/+0
* 2.5.x sync patch from Linus TorvaldsKeith Whitwell2003-04-2614-80/+60
* move prototypes for gamma functions to gamma_drv.hKeith Whitwell2003-04-263-12/+9
* Remove #if 0'd codeKeith Whitwell2003-04-262-50/+0
* Replace the C atomic_cmpset_int compatibility function for -stable with theEric Anholt2003-04-262-18/+32
* Disable MTRRs on FreeBSD-stable. Without this, it hangs on boot in the MTRREric Anholt2003-04-262-2/+2
* Fix potential oops and memory leaks when allocations fail inLeif Delgass2003-04-254-60/+164
* Merge from FreeBSD-current.FreeBSD-20030424Eric Anholt2003-04-2533-40/+42
* Targets for building dristat and drmstat.David Dawes2003-04-252-0/+28
* Clean up the DRM_COPY_TO_USER()ing of DRM(infobufs), making it moreEric Anholt2003-04-252-30/+18
* Clean up the style of the linux-compat code and use ioctl() directly ratherEric Anholt2003-04-242-140/+50
* Pass dma handle from pci_alloc_consistent to the card for status page,Leif Delgass2003-04-242-2/+2
* Remove more gamma DMA infrastructure. Most of this code was copied straightEric Anholt2003-04-2414-394/+6
* Remove unused dev->map_count. We always iterate the maplist withLeif Delgass2003-04-246-6/+2
* Minor cleanups for dri/drmstat test progs (Both still need targets for newLeif Delgass2003-04-242-7/+9
* Remove unused variablesLeif Delgass2003-04-242-4/+0
* Move the debug versions of the DRM memory functions to a new file andKeith Whitwell2003-04-244-638/+960
* Remove #if 0'd code and some unused string functionsKeith Whitwell2003-04-248-97/+0
* Remove more gamma DMA code. This isn't all of it, but it's a major portion.Eric Anholt2003-04-2413-1759/+26
* Move some common code from addbufs_<type> to addbufs. Make buf_alloc beEric Anholt2003-04-246-238/+120
* Remove the ioctl_count variable from the device. A reference is held to theEric Anholt2003-04-244-32/+0
* Remove a bunch of dead code and fix spelling of a couple of comments.Eric Anholt2003-04-2414-296/+12
* Single/dual rasterizer quiescence patch for the glint/gamma DRI driverDavid Dawes2003-04-244-2/+9
* break long lineDavid Dawes2003-04-241-2/+3
* Move one definition to drm_drv.h and remove the rest of drm_init.h whichEric Anholt2003-04-2415-197/+112
* Remove DRM_DMA_HISTOGRAM and associated code.Eric Anholt2003-04-2417-577/+0
* Make DRM(read) and DRM(poll) stubs and remove DRM(write) andEric Anholt2003-04-2412-330/+6
* Install dummy/noop read & poll fops unless the driver has replacements.Keith Whitwell2003-04-237-18/+50
* deal correctly with read() from the DRM failingMichel Daenzer2003-04-231-1/+1
* get rid of superfluous fields in struct drm_radeon_ring_bufferMichel Daenzer2003-04-224-36/+34