- 02675a4 Merge from FreeBSD r1.11: We have memset in the kernel, no need to define by Eric Anholt · 21 years ago
- 447d8c5 DA: code cleanups for i810_dma.c from 2.4 kernel by Dave Airlie · 21 years ago
- c99acb5 Added some information as to when (which DRM version) various queries were by Ian Romanick · 21 years ago
- e7944ef build fix for kernels >= 2.6 by Michel Daenzer · 21 years ago
- da16867 Fix maplist entries being used after they were freed; thanks to Benjamin by Michel Daenzer · 21 years ago
- 4b60cae IRQ code cleanup suggested by Linus Torvalds i830 build fix by Michel Daenzer · 21 years ago
- c26ffea Degrade uninformative error message to debug message, as in other drivers by Michel Daenzer · 21 years ago
- aaf2105 Add Rage 128 pageflipping support, defaults to off. DRM version bump to by Eric Anholt · 21 years ago
- 983db58 Fix FreeBSD build after IRQ changes. by Eric Anholt · 21 years ago
- bef7017 Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't break by Michel Daenzer · 21 years ago
- 32ef0f5 Fail in DRM(agp_acquire) if the AGP aperture can't be used, such that the X by Michel Daenzer · 21 years ago
- 3669639 Restore __HAVE_KERNEL_CTX_SWITCH, required for the sparc drm module in the by Keith Whitwell · 21 years ago
- 1654bc5 DA: fix for bug 484 in Bugzilla, originally from me, reworked by David by Dave Airlie · 21 years ago
- f4188a7 file drm_mem.h was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 7dc959e file drm_dma.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 49d1525 file drm_fops.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 6a0e485 file drm_lock.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- c7f9545 file drm_stub.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- cf6e798 file drm_vm.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 2daf147 Removed unused __HAVE_KERNEL_CTX_SWITCH, whatever that was. by Keith Whitwell · 21 years ago
- 39e1c53 Don't need to include linux/wrapper.h - we only use Set/ClearPageReserved by Leif Delgass · 21 years ago
- 01d6ae9 file drm_agp.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- a145363 file drm_bufs.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 7c565e4 file drm_mem.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 43d3934 file drm_pci.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 8ec900a file drm_sg.c was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 66d39b5 file savage_dma.c was initially added on branch savage-1_0_0-branch. by Alan Hourihane · 21 years ago
- 5640add file savage_state.c was initially added on branch savage-1_0_0-branch. by Alan Hourihane · 21 years ago
- 1b0eb5e file drm_pci_tmp.h was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- dab537c file drm_stub_tmp.h was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- b568f83 file drm_memory_tmp.h was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 7014016 file drm_vm_tmp.h was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- b816fa6 file drm_dma_tmp.h was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- d64200e file drm_lock_tmp.h was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- e7334f9 file drm_bufs_tmp.h was initially added on branch newdrm-0-0-1-branch. by Jose Fonseca · 21 years ago
- 93522f6 Revert the janitorial - that works is now on the new branch by Jose Fonseca · 21 years ago
- 0a995b6 file i830_compat.c was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
- 22e5f8d file i830.h was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
- 2efebc9 file i830_dma.c was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
- a9611f0 file i830_drm.h was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
- 900bd6e file i830_drv.c was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
- cf840e7 file i830_drv.h was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
- 4d0e244 file i830_irq.c was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
- fbde3dc file i830_mem.c was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
- 9e7d617 Possibly fix stanford checker complaints about sarea by Keith Whitwell · 21 years ago
- fdf320a Move the linux AGP includes into drm_agp.h and only define the AGP data by Jose Fonseca · 21 years ago
- 0b01c70 Texture rectangle support for r100 by Keith Whitwell · 21 years ago
- 9884014 Revert bogus last commit by Keith Whitwell · 21 years ago
- 1062b99 Don't activate blend fallbacks unless blending is enabled by Keith Whitwell · 21 years ago
- 1a2bb43 Verify 'drm_agp' is not NULL for all its wrappers - this causes no overhead by Jose Fonseca · 21 years ago
- e3a149f Check that the AGPGART "drm_agp" symbol pointer is valid before by Jose Fonseca · 21 years ago
- f723f74 fix pitch compile error by Dave Airlie · 21 years ago
- 8eaa2d2 add page flipping support to the DRM, up version number to 1.3.0... by Dave Airlie · 21 years ago
- 8e7cd92 Added the Doxygen configuration file. Minor documentation fixes. by Jose Fonseca · 21 years ago
- 6611a5f Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.h by Jose Fonseca · 21 years ago
- a709d4c file i830_mem.c was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
- 8946394 file i830_compat.c was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
- 518db77 Restore change to _DRM_VBLANK_SIGNAL from rev. 1.41, which was reverted by Leif Delgass · 21 years ago
- ccf6d6a Restore DRM_*MEMORYBARRIER change reverted with documentation merge by Leif Delgass · 21 years ago
- d2443b2 Merged DRM documentation. by Jose Fonseca · 21 years ago
- aeb4bc3 Add support to r128 for MESA_ycbcr_texture (Ian Romanick, Leif Delgass) by Leif Delgass · 21 years ago
- c0efa1a DRM part of Radeon DRI suspend/resume support (Charl Botha). by David Dawes · 21 years ago
- 2134577 Support for building DRM module on OpenBSD (Wilbern Cobb, Matthieu Herrb). by David Dawes · 21 years ago
- b942999 do allow reading from read only mappings... by Michel Daenzer · 21 years ago
- e5d3c7f Support AGP bridges where the AGP aperture can't be accessed directly by by Michel Daenzer · 21 years ago
- 1d5bf7a fix warning on machines where sizeof(drm_addr_t) != 4 (Randy Dunlap) by Michel Daenzer · 22 years ago
- 285b1cd Merged texmem-0-0-1 by Ian Romanick · 22 years ago
- 7e1a4bf remove unused variables by Leif Delgass · 22 years ago
- 87ed795 Fix a typo: On takedown the mtrr operation is MEMRANGE_SET_REMOVE, not by Eric Anholt · 22 years ago
- 5f1e239 Restore Eric Anholt's DRM_*MEMORYBARRIER changes from rev 1.11 by Leif Delgass · 22 years ago
- a57d320 Only free original pagelist in addbufs_pci if one already exists (fixes by Leif Delgass · 22 years ago
- 6eb5364 DRM_READ/WRITEMEMORYBARRIER was given an argument in the bsd tree, fix for by Alan Hourihane · 22 years ago
- c584292 Put back __HAVE_KERNEL_CTX_SWITCH for David Miller's sparc drm driver by Keith Whitwell · 22 years ago
- 22b9b72 Use real endian conversion functions. by Eric Anholt · 22 years ago
- 9828bd2 Fix formatting of hw.dri sysctl. by Eric Anholt · 22 years ago
- 766a1da Remove the map argument from DRM_*MEMORYBARRIER. Not all of the uses of by Eric Anholt · 22 years ago
- a172ee2 MFL: Don't install irq handler unless the driver has been initialized. by Eric Anholt · 22 years ago
- ce514e0 Add PCI DMA memory functions and make addbufs_pci and associated code use by Eric Anholt · 22 years ago
- f2a0c54 Ensure driver has been initialized (dev_private != NULL) before installing by Leif Delgass · 22 years ago
- a79adaa Missed files in the last commit: Remove memory debugging sysctl unless by Eric Anholt · 22 years ago
- 8621ae3 Move the memory functions with debugging info to drm_memory_debug.h, and by Eric Anholt · 22 years ago
- 79a0c57 Remove #if 0'ed code. by Eric Anholt · 22 years ago
- f5844ce 2.5.x sync patch from Linus Torvalds by Keith Whitwell · 22 years ago
- 2c40a56 move prototypes for gamma functions to gamma_drv.h by Keith Whitwell · 22 years ago
- 2142b78 Remove #if 0'd code by Keith Whitwell · 22 years ago
- e60eb69 Replace the C atomic_cmpset_int compatibility function for -stable with the by Eric Anholt · 22 years ago
- acb5d6b Disable MTRRs on FreeBSD-stable. Without this, it hangs on boot in the MTRR by Eric Anholt · 22 years ago
- cb32dde Fix potential oops and memory leaks when allocations fail in by Leif Delgass · 22 years ago
- 77ee73f Merge from FreeBSD-current. by Eric Anholt · 22 years ago
- c3092ea Targets for building dristat and drmstat. by David Dawes · 22 years ago
- 58650c3 Clean up the DRM_COPY_TO_USER()ing of DRM(infobufs), making it more legible. by Eric Anholt · 22 years ago
- 781828b Clean up the style of the linux-compat code and use ioctl() directly rather by Eric Anholt · 22 years ago
- 16fda82 Pass dma handle from pci_alloc_consistent to the card for status page, by Leif Delgass · 22 years ago
- a147df8 Remove more gamma DMA infrastructure. Most of this code was copied straight by Eric Anholt · 22 years ago
- d6a82ff Remove unused dev->map_count. We always iterate the maplist with by Leif Delgass · 22 years ago
- 2dc672a Minor cleanups for dri/drmstat test progs (Both still need targets for new by Leif Delgass · 22 years ago
- cd3d609 Remove unused variables by Leif Delgass · 22 years ago
- 5740607 Move the debug versions of the DRM memory functions to a new file and by Keith Whitwell · 22 years ago
- a41594e Remove #if 0'd code and some unused string functions by Keith Whitwell · 22 years ago
- 0117856 Remove more gamma DMA code. This isn't all of it, but it's a major portion. by Eric Anholt · 22 years ago