1. 93522f6 Revert the janitorial - that works is now on the new branch by Jose Fonseca · 21 years ago
  2. 0a995b6 file i830_compat.c was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
  3. 22e5f8d file i830.h was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
  4. 2efebc9 file i830_dma.c was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
  5. a9611f0 file i830_drm.h was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
  6. 900bd6e file i830_drv.c was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
  7. cf840e7 file i830_drv.h was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
  8. 4d0e244 file i830_irq.c was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
  9. fbde3dc file i830_mem.c was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
  10. 9e7d617 Possibly fix stanford checker complaints about sarea by Keith Whitwell · 21 years ago
  11. fdf320a Move the linux AGP includes into drm_agp.h and only define the AGP data by Jose Fonseca · 21 years ago
  12. 0b01c70 Texture rectangle support for r100 by Keith Whitwell · 21 years ago
  13. 9884014 Revert bogus last commit by Keith Whitwell · 21 years ago
  14. 1062b99 Don't activate blend fallbacks unless blending is enabled by Keith Whitwell · 21 years ago
  15. 1a2bb43 Verify 'drm_agp' is not NULL for all its wrappers - this causes no overhead by Jose Fonseca · 21 years ago
  16. e3a149f Check that the AGPGART "drm_agp" symbol pointer is valid before by Jose Fonseca · 21 years ago
  17. f723f74 fix pitch compile error by Dave Airlie · 21 years ago
  18. 8eaa2d2 add page flipping support to the DRM, up version number to 1.3.0... by Dave Airlie · 21 years ago
  19. 8e7cd92 Added the Doxygen configuration file. Minor documentation fixes. by Jose Fonseca · 21 years ago
  20. 6611a5f Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.h by Jose Fonseca · 21 years ago
  21. a709d4c file i830_mem.c was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
  22. 8946394 file i830_compat.c was initially added on branch i865-agp-0-1-branch. by Keith Whitwell · 21 years ago
  23. 518db77 Restore change to _DRM_VBLANK_SIGNAL from rev. 1.41, which was reverted by Leif Delgass · 21 years ago
  24. ccf6d6a Restore DRM_*MEMORYBARRIER change reverted with documentation merge by Leif Delgass · 21 years ago
  25. d2443b2 Merged DRM documentation. by Jose Fonseca · 21 years ago
  26. aeb4bc3 Add support to r128 for MESA_ycbcr_texture (Ian Romanick, Leif Delgass) by Leif Delgass · 21 years ago
  27. c0efa1a DRM part of Radeon DRI suspend/resume support (Charl Botha). by David Dawes · 22 years ago
  28. 2134577 Support for building DRM module on OpenBSD (Wilbern Cobb, Matthieu Herrb). by David Dawes · 22 years ago
  29. b942999 do allow reading from read only mappings... by Michel Daenzer · 22 years ago
  30. e5d3c7f Support AGP bridges where the AGP aperture can't be accessed directly by by Michel Daenzer · 22 years ago
  31. 1d5bf7a fix warning on machines where sizeof(drm_addr_t) != 4 (Randy Dunlap) by Michel Daenzer · 22 years ago
  32. 285b1cd Merged texmem-0-0-1 by Ian Romanick · 22 years ago
  33. 7e1a4bf remove unused variables by Leif Delgass · 22 years ago
  34. 87ed795 Fix a typo: On takedown the mtrr operation is MEMRANGE_SET_REMOVE, not by Eric Anholt · 22 years ago
  35. 5f1e239 Restore Eric Anholt's DRM_*MEMORYBARRIER changes from rev 1.11 by Leif Delgass · 22 years ago
  36. a57d320 Only free original pagelist in addbufs_pci if one already exists (fixes by Leif Delgass · 22 years ago
  37. 6eb5364 DRM_READ/WRITEMEMORYBARRIER was given an argument in the bsd tree, fix for by Alan Hourihane · 22 years ago
  38. c584292 Put back __HAVE_KERNEL_CTX_SWITCH for David Miller's sparc drm driver by Keith Whitwell · 22 years ago
  39. 22b9b72 Use real endian conversion functions. by Eric Anholt · 22 years ago
  40. 9828bd2 Fix formatting of hw.dri sysctl. by Eric Anholt · 22 years ago
  41. 766a1da Remove the map argument from DRM_*MEMORYBARRIER. Not all of the uses of by Eric Anholt · 22 years ago
  42. a172ee2 MFL: Don't install irq handler unless the driver has been initialized. by Eric Anholt · 22 years ago
  43. ce514e0 Add PCI DMA memory functions and make addbufs_pci and associated code use by Eric Anholt · 22 years ago
  44. f2a0c54 Ensure driver has been initialized (dev_private != NULL) before installing by Leif Delgass · 22 years ago
  45. a79adaa Missed files in the last commit: Remove memory debugging sysctl unless by Eric Anholt · 22 years ago
  46. 8621ae3 Move the memory functions with debugging info to drm_memory_debug.h, and by Eric Anholt · 22 years ago
  47. 79a0c57 Remove #if 0'ed code. by Eric Anholt · 22 years ago
  48. f5844ce 2.5.x sync patch from Linus Torvalds by Keith Whitwell · 22 years ago
  49. 2c40a56 move prototypes for gamma functions to gamma_drv.h by Keith Whitwell · 22 years ago
  50. 2142b78 Remove #if 0'd code by Keith Whitwell · 22 years ago
  51. e60eb69 Replace the C atomic_cmpset_int compatibility function for -stable with the by Eric Anholt · 22 years ago
  52. acb5d6b Disable MTRRs on FreeBSD-stable. Without this, it hangs on boot in the MTRR by Eric Anholt · 22 years ago
  53. cb32dde Fix potential oops and memory leaks when allocations fail in by Leif Delgass · 22 years ago
  54. 77ee73f Merge from FreeBSD-current. by Eric Anholt · 22 years ago
  55. c3092ea Targets for building dristat and drmstat. by David Dawes · 22 years ago
  56. 58650c3 Clean up the DRM_COPY_TO_USER()ing of DRM(infobufs), making it more legible. by Eric Anholt · 22 years ago
  57. 781828b Clean up the style of the linux-compat code and use ioctl() directly rather by Eric Anholt · 22 years ago
  58. 16fda82 Pass dma handle from pci_alloc_consistent to the card for status page, by Leif Delgass · 22 years ago
  59. a147df8 Remove more gamma DMA infrastructure. Most of this code was copied straight by Eric Anholt · 22 years ago
  60. d6a82ff Remove unused dev->map_count. We always iterate the maplist with by Leif Delgass · 22 years ago
  61. 2dc672a Minor cleanups for dri/drmstat test progs (Both still need targets for new by Leif Delgass · 22 years ago
  62. cd3d609 Remove unused variables by Leif Delgass · 22 years ago
  63. 5740607 Move the debug versions of the DRM memory functions to a new file and by Keith Whitwell · 22 years ago
  64. a41594e Remove #if 0'd code and some unused string functions by Keith Whitwell · 22 years ago
  65. 0117856 Remove more gamma DMA code. This isn't all of it, but it's a major portion. by Eric Anholt · 22 years ago
  66. c6d2af7 Move some common code from addbufs_<type> to addbufs. Make buf_alloc be by Eric Anholt · 22 years ago
  67. af3bfde Remove the ioctl_count variable from the device. A reference is held to the by Eric Anholt · 22 years ago
  68. bcd527e Remove a bunch of dead code and fix spelling of a couple of comments. by Eric Anholt · 22 years ago
  69. 00522ce Single/dual rasterizer quiescence patch for the glint/gamma DRI driver by David Dawes · 22 years ago
  70. 9d603b0 break long line by David Dawes · 22 years ago
  71. 9b2b233 Move one definition to drm_drv.h and remove the rest of drm_init.h which by Eric Anholt · 22 years ago
  72. e21473c Remove DRM_DMA_HISTOGRAM and associated code. by Eric Anholt · 22 years ago
  73. 1fc0a5e Make DRM(read) and DRM(poll) stubs and remove DRM(write) and by Eric Anholt · 22 years ago
  74. e15b0b6 Install dummy/noop read & poll fops unless the driver has replacements. by Keith Whitwell · 22 years ago
  75. 23a76c3 deal correctly with read() from the DRM failing by Michel Daenzer · 22 years ago
  76. d5db114 get rid of superfluous fields in struct drm_radeon_ring_buffer by Michel Daenzer · 22 years ago
  77. 5ee61c1 Remove AGP dependency in kernel config for radeon, sis. Remove by Leif Delgass · 22 years ago
  78. 22608a4 Only mga, i810, i830 require AGP (should mga define __MUST_HAVE_AGP?) by Leif Delgass · 22 years ago
  79. 879e3d3 change PREINSTALL/POSTINSTALL/UNINSTALL irq code to real functions as per by Alan Hourihane · 22 years ago
  80. 9c5d162 remove unused variable by Alan Hourihane · 22 years ago
  81. 0782f0d fix gamma headers by Alan Hourihane · 22 years ago
  82. 73e2099 Rename drm_lists.h to gamma_lists.h by Keith Whitwell · 22 years ago
  83. 700e880 new file by Keith Whitwell · 22 years ago
  84. 928c25d Move the excitingly named DRM(flush_block_and_flush) and friends to by Keith Whitwell · 22 years ago
  85. aba6bf7 remove unused __HAVE_KERNEL_CTX_SWITCH code by Keith Whitwell · 22 years ago
  86. a178092 Move a chunk of gamma-specific code out of drm_dma.h. Remove unused by Keith Whitwell · 22 years ago
  87. 056762a remove unused dma histogram code by Keith Whitwell · 22 years ago
  88. 5141da9 Move a bunch of gamma-specific code into a gamma-specific file. Restore the by Keith Whitwell · 22 years ago
  89. 13211ad add more get_param queries for embedded project by Keith Whitwell · 22 years ago
  90. fc4fb6b remove DRM read, poll and write_string by Keith Whitwell · 22 years ago
  91. 46e0619 Check for NULL map before calling DRM(ioremapfree) on cleanup. Prevents an by Leif Delgass · 22 years ago
  92. da35a90 Add a Kconfig file as used in recent 2.5.x kernels. by David Dawes · 22 years ago
  93. 21af320 Make Config.in look more like a recent 2.4.x kernel version. by David Dawes · 22 years ago
  94. dbb7beb Rework the Linux drm kernel module build to leverage off the standard by David Dawes · 22 years ago
  95. c2d7ff1 Bring some drm module changes over from the XFree86 trunk: by David Dawes · 22 years ago
  96. d1b7f55 Fix DRM module build on 2.5.41 and later kernels (tqueue -> workqueue). by David Dawes · 22 years ago
  97. 48e389f file drm_pci.h was initially added on branch mach64-0-0-5-branch. by Jose Fonseca · 22 years ago
  98. 244d4fa file mach64_drv.c was initially added on branch mach64-0-0-6-branch. by Eric Anholt · 22 years ago
  99. 353c84d file Makefile was initially added on branch mach64-0-0-6-branch. by Eric Anholt · 22 years ago
  100. 12a52fd file drm_linux_list.h was initially added on branch mach64-0-0-6-branch. by Eric Anholt · 22 years ago