1. 4f8fa60 Reworked PCI MMIO command buffer parser, and imported code from the Mesa by Thomas Hellstrom · 20 years ago
  2. f0a8628 patch from bug 1803 - will try and push to kernel soon by Dave Airlie · 20 years ago
  3. 4b4df87 Fix more build problems on linux-core by Jon Smirl · 20 years ago
  4. 76b1a7f make linux-core build again by Jon Smirl · 20 years ago
  5. 6483e7a add missing CHIP_RV350 to radeon_enums by Roland Scheidegger · 20 years ago
  6. a1d9e5a Refine the locking of the DRM. Most significant is covering the driver by Eric Anholt · 20 years ago
  7. c5beded add some more r300 pci ids by Dave Airlie · 20 years ago
  8. c21cdee respect cc and cflags by Dave Airlie · 20 years ago
  9. 67f6c5e Don't link in files which no longer exist. by Eric Anholt · 20 years ago
  10. fa3fdbd Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stop by Eric Anholt · 20 years ago
  11. d37457b Add the drm Makefile and update .cvsignores. by Eric Anholt · 20 years ago
  12. cb5aaa8 Convert more drivers for bsd-core, moving the ioctl definitions to shared by Eric Anholt · 20 years ago
  13. 7ddbd38 Remove some core stuff that ended up being unnecessary. by Eric Anholt · 20 years ago
  14. 7bdccfd Get r128 basically working: Hook up the driver's dma ioctl, use the proper by Eric Anholt · 20 years ago
  15. ae7a171 Move the lock/unlock ioctls to a more logical place, in drm_lock.c. by Eric Anholt · 20 years ago
  16. cca29ac Connect up r128_ioctls in driver config. by Eric Anholt · 20 years ago
  17. 069f53a Move radeon i2c include to top of file by Jon Smirl · 20 years ago
  18. 642a810 Export missing r128 ioctl symbol by Jon Smirl · 20 years ago
  19. 000c8eb Fix Linux build. Why won't this complile? extern int const foo; static by Jon Smirl · 20 years ago
  20. b2f275b Hook the debug output up to a sysctl, so you can choose to enable at by Eric Anholt · 20 years ago
  21. 7adee84 Add file missed in last commit: Commit first pieces of port to OpenBSD, by Eric Anholt · 20 years ago
  22. d7510ea Commit first pieces of port to OpenBSD, done by Martin Lexa (martin at by Eric Anholt · 20 years ago
  23. cf259f1 Remove the vestiges of the memory-debug code. by Eric Anholt · 20 years ago
  24. c9202c8 Commit WIP of BSD conversion to core model. Compiles for r128, radeon, but by Eric Anholt · 20 years ago
  25. 39a2364 Move ati_pcigart shared routines into drm-core module by Jon Smirl · 20 years ago
  26. f08a01c Fixed bug in via_dma.c. The code didn't check that the lock was held by the by Thomas Hellstrom · 20 years ago
  27. 9409d82 Reworked the jump-code in via_dma.c. The command regulator now seems to by Thomas Hellstrom · 20 years ago
  28. 08758b2 correct historic mis-attribution of copyright by Keith Whitwell · 20 years ago
  29. 5128542 Allow drivers to override reclaim_buffers in an OS-independent way by by Felix Kuehling · 20 years ago
  30. 8264e2c Some stabilizing work to the DMA ring-buffer code. Temporarily replaced the by Thomas Hellstrom · 20 years ago
  31. 816a291 Switch SPIN_LOCK_UNLOCKED to spin_lock_init() by Jon Smirl · 20 years ago
  32. c611cb9 Add include of moduleparam.h by Jon Smirl · 20 years ago
  33. b974e2c Break poll() to make it match the Xserver's broken expectations. by Jon Smirl · 20 years ago
  34. 486a84d fix for 2.4 build by Dave Airlie · 20 years ago
  35. b37efda Round 2 of getting rid of inter_module_get() by Jon Smirl · 20 years ago
  36. 43cbf43 Revert symbol_get() changes from drm_drv by Jon Smirl · 20 years ago
  37. 4b29f85 fix inter module put/get by Dave Airlie · 20 years ago
  38. 1473556 actually 2.6.10 introduced pfn range so it should work now.. by Dave Airlie · 20 years ago
  39. 182a0e5 fix pfn vs page for older kernels (2.6.9-rc kernels many not work..) by Dave Airlie · 20 years ago
  40. 8d7e798 Apply radeon r300 microcode patch to non-core by Dave Airlie · 20 years ago
  41. 9ea6fe7 Prepare to eliminate inter_module_get("agp") by Jon Smirl · 20 years ago
  42. ad87dd8 Bring in patch from kernel for remap_pfn_range by Jon Smirl · 20 years ago
  43. d76f734 Fix up the radeon i2c error handing by Jon Smirl · 20 years ago
  44. 17ce338 Don't release an i2c channel that has not initialized correctly by Jon Smirl · 20 years ago
  45. 7ebbebf Switch linux-core from using dev->pdev->driver->name to by Jon Smirl · 20 years ago
  46. 5ae6c5a Fix dd vs di version typo in drm_setversion by Jon Smirl · 20 years ago
  47. 157a814 Add a protective check against a possible buffer overflow by Jon Smirl · 20 years ago
  48. bcfbd73 Fix missing I2C busses to be non-fatal error. by Jon Smirl · 20 years ago
  49. ca1ec92 drm-core, Clean up bug error path on stealth mode exit by Jon Smirl · 20 years ago
  50. 0d89b19 Update Doxygen configuration & comments. by Jose Fonseca · 20 years ago
  51. d403173 Fixed off by one errors in clipping. by Ville Syrjala · 20 years ago
  52. 52fdf10 Fixed bad formatting. by Ville Syrjala · 20 years ago
  53. a8b2c94 Remove drm_init.c by Jon Smirl · 20 years ago
  54. 91aa327 Move drm_cpu_valid out of drm_init. drm_init is empty now. by Jon Smirl · 20 years ago
  55. fa50e2b Switch linux-core over to 2.6 parameter model to enable debug use by Jon Smirl · 20 years ago
  56. 5e8838f Add a poll function that alternates between zero and normal poll return to by Jon Smirl · 20 years ago
  57. bbfe18e Via updates. Fixed unlikely but possible uint32_t overflow in ring-buffer by Thomas Hellstrom · 20 years ago
  58. ad70dc6 Breakout heads into their own data structures. by Jon Smirl · 20 years ago
  59. ad549c5 Rename fn_tbl to driver. Core driver now uses pci_driver name which by Jon Smirl · 20 years ago
  60. 3f02a79 Vladimir requested support so we can at least load r300 microcode for by Dave Airlie · 20 years ago
  61. 5654a78 Forgot to add the new Makefile by Jon Smirl · 20 years ago
  62. b5e02f8 Make the test programs build by Jon Smirl · 20 years ago
  63. 8727326 cleanup VIA driver to look a bit like others before kernel merge by Dave Airlie · 20 years ago
  64. efcb9fb fix up whitespacing in Kconfig by Dave Airlie · 20 years ago
  65. fec94a8 Lindent the via stuff so I can include it in kernel by Dave Airlie · 20 years ago
  66. e09229d remove unused dma remnants that were gamma only - these could cause an oops by Dave Airlie · 20 years ago
  67. d24194e Changed unsigned to uint32_t in some ioctl parameters. Introduced first by Thomas Hellstrom · 20 years ago
  68. 3981f17 Fix refcount bug in stealth mode by Jon Smirl · 20 years ago
  69. 6619c5d Fix drm_exit to allow for DRM(global) being deleted when framebuffer is by Jon Smirl · 20 years ago
  70. 61d36f6 Revert back to drm_order() instead of using kernel get_order(). The by Jon Smirl · 20 years ago
  71. 4dbc1e8 Patch for Kconfig for making i830/i915 not build together by Dave Airlie · 20 years ago
  72. 6dee840 enable the device in the right order, remove __devinit from drm_int by Jon Smirl · 20 years ago
  73. aba12cf janitor-list_for_each-drivers-char-drm-radeon_memc.patch from mm kernel by Jon Smirl · 20 years ago
  74. e17abf5 Make the debug memory functions compile for the core model. by Jon Smirl · 20 years ago
  75. a36a6a2 Remove DRM() macros from core ffb driver. DaveA says he'll make it compile by Jon Smirl · 20 years ago
  76. 9f9a8f1 Lindent of core build. Drivers checked for no binary diffs. A few files by Jon Smirl · 20 years ago
  77. 368493e savage.h not used in core builds by Jon Smirl · 20 years ago
  78. e1d74a9 core ffb.h is not used anymore by Jon Smirl · 20 years ago
  79. b3d70ad Remove unused drm_module.h by Jon Smirl · 20 years ago
  80. 1c0a437 Move things around to reduce public symbols and even out files. Switch to by Jon Smirl · 20 years ago
  81. 3aef384 Make fops per driver instead of global, remove default flush, poll, read by Jon Smirl · 20 years ago
  82. 0bff0d9 Getting the AGP module is a global resource. Make sure a dual PCI/AGP by Jon Smirl · 20 years ago
  83. 9e42118 Fix the shared directory I accidentally stomped on by Jon Smirl · 20 years ago
  84. 6d6526f core needs three new files by Jon Smirl · 20 years ago
  85. fa6b1d1 First check in for DRM that splits core from personality modules by Jon Smirl · 20 years ago
  86. 77fa7b9 Flip the 2.4 check so that it looks for 2.6 instead. This will allow builds by Jon Smirl · 20 years ago
  87. edbfb46 README with hints on how to make a 2.6 specific version of a 2.4/2.6 shared by Jon Smirl · 20 years ago
  88. 1d6392f Makefile reminder to build in 2.6 when on 2.6 by Jon Smirl · 20 years ago
  89. 74f063f Create new linux-2.6 build. Move all gpl files into the 2.6 build. If you by Jon Smirl · 20 years ago
  90. 36a257c Remove 2.6 code that allow DRM major device number to be shared. We can add by Jon Smirl · 20 years ago
  91. 55c5e24 Add new sysfs support files by Jon Smirl · 20 years ago
  92. c158a36 1) switches from class_sysfs to drm sysfs implementation to allow by Jon Smirl · 20 years ago
  93. af326f6 Create permanent maps of framebuffer, aperture and MMIO registers. Added by Felix Kuehling · 20 years ago
  94. 27fc998 Remove hotplug reset support from DRM driver. This will be handled by the by Jon Smirl · 20 years ago
  95. 184a503 Add *.flags to cvsignore. by Eric Anholt · 20 years ago
  96. 2ad0680 Make DRM permanent maps match broken X behavior. X is mapping regions that by Jon Smirl · 20 years ago
  97. 6f31c42 Remove size restriction on permanent addmap by Jon Smirl · 20 years ago
  98. 59cc1d8 Felix's fix for map request smaller than permanent map size by Jon Smirl · 20 years ago
  99. 5654880 remove HAVE_COUNTERS by Dave Airlie · 20 years ago
  100. fa75a81 another fix after the macro stuff by Dave Airlie · 20 years ago