1. 9e4f908 RADEON: switch over to new production microcode by Alex Deucher · 16 years ago
  2. d8af16d RADEON: production microcode for all radeons, r1xx-r6xx by Alex Deucher · 16 years ago
  3. 1f96e9a drm/pcigart: fix the pci gart to use the drm_pci wrapper. by Dave Airlie · 16 years ago
  4. 5b1d926 drm/rs690: set AGP_BASE_2 to 0 by Dave Airlie · 16 years ago
  5. dd9eb92 drm: set rs690 gart base completly. by Dave Airlie · 16 years ago
  6. b8755ff drm: add initial rs690 support for drm. by Maciej Cencora · 17 years ago
  7. 9ab620d drm: cleanup DRM_DEBUG() parameters by Márton Németh · 17 years ago
  8. 814f695 Merge branch 'master' into r500-support by Dave Airlie · 17 years ago
  9. 690dd04 bsd: Replace other occurrences of msleep with mtx_sleep by Robert Noland · 17 years ago
  10. e51b3c8 r500: add a bunch of all r5xx pci ids.. by Dave Airlie · 17 years ago
  11. dc0ec76 radeon: add initial r5xx support by Dave Airlie · 17 years ago
  12. a905109 radeon: refactor out the fb/agp location read/write. by Dave Airlie · 17 years ago
  13. 7f6bf84 drm: remove lots of spurious whitespace. by Dave Airlie · 17 years ago
  14. bb5f215 radeon: set the address to access the aperture on the CPU side correctly by Dave Airlie · 17 years ago
  15. 5b38e13 Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. by Eric Anholt · 17 years ago
  16. c1119b1 Replace filp in ioctl arguments with drm_file *file_priv. by Eric Anholt · 17 years ago
  17. e39286e Remove DRM_ERR OS macro. by Eric Anholt · 17 years ago
  18. 24311d5 drm: remove drm_buf_t by Dave Airlie · 17 years ago
  19. 21ee6fb drm: remove drmP.h internal typedefs by Dave Airlie · 17 years ago
  20. b95ac8b drm: detypedef drm.h and fixup all problems by Dave Airlie · 17 years ago
  21. 3181573 r300: Added the CP maximum fetch size and ring rptr update variables. by Oliver McFadden · 17 years ago
  22. 4e9d215 radeon: add support for vblank on crtc2 by Dave Airlie · 17 years ago
  23. ce58e53 whitespace fixups from kernel by Dave Airlie · 17 years ago
  24. 9f9c190 remove DRM_GETSAREA and replace with drm_getsarea function by Dave Airlie · 17 years ago
  25. 059b5d9 rs480: Renamed some unknown registers. See dri-devel list. by Oliver McFadden · 17 years ago
  26. a70f8e0 radeon: add support for reverse engineered xpress200m by Dave Airlie · 17 years ago
  27. 188a93c radeon: make PCI GART aperture size variable, but making table size variable by Dave Airlie · 18 years ago
  28. c9178c3 ati: make pcigart code able to handle variable size PCI GART aperture by Dave Airlie · 18 years ago
  29. 8ff0267 radeon: Fix u32 overflows when determining AGP base address in card space. by Michel Dänzer · 18 years ago
  30. 3cc64a9 drm: use radeon specific names for radeon flags by Dave Airlie · 18 years ago
  31. 35066b5 Revert "Make sure busmastering gets disabled on module unload." by Michel Dänzer · 18 years ago
  32. 645453c Bug #7629: Fix for CHIP_IS_AGP getting 'restored' with non-AGP cards by Michel Dänzer · 18 years ago
  33. af7b89d Make sure busmastering gets disabled on module unload. by Adam Jackson · 18 years ago
  34. d5e0f8b Use RADEON_RB3D_DSTCACHE_CTLSTAT instead of RADEON_RB2D_DSTCACHE_CTLSTAT. by Michel Dänzer · 18 years ago
  35. 2a47f6b Make sure CHIP_IS_AGP flag is set when not overriding to PCI mode. by Michel Dänzer · 18 years ago
  36. c91748e When writeback isn't used, actually disable it in the hardware. by Michel Dänzer · 18 years ago
  37. b1a64b8 add consts to radeon microcode. From: tilman by Dave Airlie · 18 years ago
  38. 985738f radeon fix up the PCI ids for new memory map like the kernel one.. not by Dave Airlie · 18 years ago
  39. 06e8bd2 Add all radeon pci ids known by ddx, but only r350/rv350 and below (new by Roland Scheidegger · 19 years ago
  40. 9fad101 add benh's memory management patch by Dave Airlie · 19 years ago
  41. 4791dc8 major realigment of DRM CVS with kernel code, makes integration much easier by Dave Airlie · 19 years ago
  42. 4c98852 step back one reported bugs against that patch by Dave Airlie · 19 years ago
  43. 274fdf4 fix radeon memory mapping from Ben Herrenschmidt by Dave Airlie · 19 years ago
  44. c6344e8 Assert an MIT copyright on sis_drm.h, since one was lacking and I created by Eric Anholt · 19 years ago
  45. 1a256df Catch FreeBSD up to the pcie gart changes. Required minor modification to by Eric Anholt · 19 years ago
  46. f42cdc8 Add support to turn writeback off via radeon module option by Dave Airlie · 19 years ago
  47. 6ff57e2 fix pci overriding from userspace by Dave Airlie · 19 years ago
  48. d4dec1d hopefully fix server recycling on PCIE by Dave Airlie · 19 years ago
  49. ba8f4fb make PCI Express work on 64-bit machines, thanks to Alex Deucher (agd5f) by Dave Airlie · 19 years ago
  50. 5565a00 Add GART in FB support for ati pcigart, and PCIE support for r300 by Dave Airlie · 19 years ago
  51. 7af0186 add Egberts 32/64 bit patch (its in kernel already...) by Dave Airlie · 19 years ago
  52. c789ea1 Rename the driver hooks in the DRM to something a little more by Eric Anholt · 19 years ago
  53. bb9502a Mark some radeon init variables deprecated. These used to be passed in but by Jon Smirl · 19 years ago
  54. ab59dd2 Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya, by Eric Anholt · 19 years ago
  55. 5d96c74 - Remove drm_initmap and replace its usage with drm_addmap. This reduces by Eric Anholt · 19 years ago
  56. 298b6fc Change initialization of radeon register access to _DRM_READ_ONLY. Flags of by Jon Smirl · 19 years ago
  57. ae2264d Remove I2C support from radeon driver. Same support is available from by Jon Smirl · 19 years ago
  58. 31a06d0 Use msleep instead of tsleep to drop the DRM device lock and avoid a by Eric Anholt · 19 years ago
  59. 300e086 fix agp detection on linux by Dave Airlie · 20 years ago
  60. 080a547 - Implement drm_initmap, and extend it with the resource number to help by Eric Anholt · 20 years ago
  61. 0d6b7fc cleanup patch from Adrian Bunk <bunk@stusta.de> by Dave Airlie · 20 years ago
  62. 43c3223 (Stephane Marchesin,me) Add radeon framebuffer tiling support to radeon by Roland Scheidegger · 20 years ago
  63. 408376b replace magic number with macro constant RADEON_ZBLOCK16 by Roland Scheidegger · 20 years ago
  64. c4a87c6 (Stephane Marchesin, me) add hyperz support to radeon drm. Only fast z by Roland Scheidegger · 20 years ago
  65. c9202c8 Commit WIP of BSD conversion to core model. Compiles for r128, radeon, but by Eric Anholt · 20 years ago
  66. 3f02a79 Vladimir requested support so we can at least load r300 microcode for by Dave Airlie · 20 years ago
  67. 61d36f6 Revert back to drm_order() instead of using kernel get_order(). The by Jon Smirl · 20 years ago
  68. 9f9a8f1 Lindent of core build. Drivers checked for no binary diffs. A few files by Jon Smirl · 20 years ago
  69. 1c0a437 Move things around to reduce public symbols and even out files. Switch to by Jon Smirl · 20 years ago
  70. fa6b1d1 First check in for DRM that splits core from personality modules by Jon Smirl · 20 years ago
  71. 27fc998 Remove hotplug reset support from DRM driver. This will be handled by the by Jon Smirl · 20 years ago
  72. 6f31c42 Remove size restriction on permanent addmap by Jon Smirl · 20 years ago
  73. 0c6fb0f Add linux sysfs i2c support to radeon driver. This patch adds GPL licensed by Jon Smirl · 20 years ago
  74. e6d468a More general patch to mark resources in use by all DRM drivers. Makes the by Jon Smirl · 20 years ago
  75. d4dbf45 Merged drmfntbl-0-0-2 by Dave Airlie · 20 years ago
  76. 7fe4f60 set pointers to NULL after freeing, remove some extra debugging by Dave Airlie · 20 years ago
  77. 5c9ed83 Merged drmfntbl-0-0-1 by Dave Airlie · 20 years ago
  78. 93e8c20 preparation patch for radeon permanent mapping registers/framebuffer makes by Dave Airlie · 20 years ago
  79. 02df04d sync up with current 2.6 kernel bk tree - mostly __user annotations by Dave Airlie · 20 years ago
  80. 9fb6986 Don't ioremap the framebuffer area. The ioremapped area wasn't used by by Eric Anholt · 21 years ago
  81. 66c9e30 - Tie the DRM to a specific device: setunique no longer succeeds when given by Eric Anholt · 21 years ago
  82. 2655ccd Memory layout transition: by Michel Daenzer · 21 years ago
  83. 2950f9e - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them by Eric Anholt · 21 years ago
  84. 062751a Remove artificial PCI GART limitations, rename AGP to GART where appropriate by Michel Daenzer · 21 years ago
  85. 07a9b30 Clean up Radeon DRI resume code by Michel Daenzer · 21 years ago
  86. c0efa1a DRM part of Radeon DRI suspend/resume support (Charl Botha). by David Dawes · 21 years ago
  87. e5d3c7f Support AGP bridges where the AGP aperture can't be accessed directly by by Michel Daenzer · 21 years ago
  88. 1d5bf7a fix warning on machines where sizeof(drm_addr_t) != 4 (Randy Dunlap) by Michel Daenzer · 21 years ago
  89. f2a0c54 Ensure driver has been initialized (dev_private != NULL) before installing by Leif Delgass · 21 years ago
  90. d5db114 get rid of superfluous fields in struct drm_radeon_ring_buffer by Michel Daenzer · 21 years ago
  91. 5ee61c1 Remove AGP dependency in kernel config for radeon, sis. Remove by Leif Delgass · 21 years ago
  92. 13211ad add more get_param queries for embedded project by Keith Whitwell · 21 years ago
  93. 46e0619 Check for NULL map before calling DRM(ioremapfree) on cleanup. Prevents an by Leif Delgass · 21 years ago
  94. 1728bc6 merged drm-filp-0-1-branch by Keith Whitwell · 21 years ago
  95. c14006b XFree86 4.3.0 merge by Alan Hourihane · 21 years ago
  96. cfa778a Merge from bsd-4-0-0-branch. by Eric Anholt · 22 years ago
  97. 77ea378 Fix radeon for BSD. by Eric Anholt · 22 years ago
  98. a1fc6af Note that radeon_do_cp_idle() can fail, cope with it. by Keith Whitwell · 22 years ago
  99. 320802e more cleanups, free mem heap data on last client exit by Keith Whitwell · 22 years ago
  100. 14e831b Remove printk by Keith Whitwell · 22 years ago