1. f779b3e drm/radeon: add GET_PARAM/INFO support for Z pipes by Alex Deucher · 15 years ago
  2. e3b2415 drm/radeon/kms: implement the bo busy ioctl properly. by Dave Airlie · 15 years ago
  3. cefb87e drm/radeon/kms: implement bo busy check + current domain by Dave Airlie · 15 years ago
  4. 6502fbf drm/radeon: Add support for RS880 chips by Alex Deucher · 15 years ago
  5. 7320700 drm/radeon: add some new r7xx pci ids by Alex Deucher · 15 years ago
  6. 84210ae Merge branch 'drm-radeon-kms' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  7. e024e11 drm/radeon/kms: add initial colortiling support. by Dave Airlie · 15 years ago
  8. ad49f50 drm/ttm/radeon: add dma32 support. by Dave Airlie · 15 years ago
  9. d172407 ttm: Make messages more readable. by Thomas Hellstrom · 15 years ago
  10. 069a9dc drm/radeon: add some missing pci ids by Alex Deucher · 15 years ago
  11. e14cbee drm: Fix shifts which were miscalculated when converting from bitfields. by Michel Dänzer · 15 years ago
  12. 0454bea drm: EDID endianness fixes. by Michel Dänzer · 15 years ago
  13. 89579f7 drm: Apply "Memory fragmentation from lost alignment blocks" by Thomas Hellstrom · 15 years ago
  14. 9a298b2 drm: Remove memory debugging infrastructure. by Eric Anholt · 15 years ago
  15. 8d15b0e Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  16. 771fe6b drm/radeon: introduce kernel modesetting for radeon hardware by Jerome Glisse · 15 years ago
  17. ba4e7d9 drm: Add the TTM GPU memory manager subsystem. by Thomas Hellstrom · 15 years ago
  18. 602c11a drm/radeon: fix mobility flags on new PCI IDs. by Dave Airlie · 15 years ago
  19. 6b70246 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  20. 3c24475 drm: include kernel list header file in hashtab header by Jerome Glisse · 15 years ago
  21. 249d604 drm: Split out the mm declarations in a separate header. Add atomic operations. by Jerome Glisse · 15 years ago
  22. 715cbb0 drm/radeon: add support for RV790. by Alex Deucher · 15 years ago
  23. 2a71ebc drm/radeon: add rv740 drm support. by Alex Deucher · 15 years ago
  24. fbe0efb drm_calloc_large: check right size, check integer overflow, use GFP_ZERO by Kristian Høgsberg · 15 years ago
  25. 4fefcb2 drm: add separate drm debugging levels by yakui_zhao · 15 years ago
  26. dcae362 drm: fix LOCK_TEST_WITH_RETURN macro by Roel Kluin · 15 years ago
  27. 80a538e drm/i915: Enable probe on new chipset by Zhenyu Wang · 15 years ago
  28. c9fb15f drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_dpms. by Keith Packard · 15 years ago
  29. 8e7d2b2 drm/i915: allocate large pointer arrays with vmalloc by Jesse Barnes · 15 years ago
  30. 08d7b3d drm/i915: Add new GET_PIPE_FROM_CRTC_ID ioctl. by Carl Worth · 15 years ago
  31. 7202178 drm/i915: add support for G41 chipset by Zhenyu Wang · 16 years ago
  32. b897e6f Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  33. 347486b intelfb: support i854 by Stefan Husemann · 15 years ago
  34. 280b713 drm/i915: Allow tiling of objects with bit 17 swizzling by the CPU. by Eric Anholt · 15 years ago
  35. 7a1fb5d drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_config by Jesse Barnes · 15 years ago
  36. 3c6fc35 DRM: drm_crtc_helper.h doesn't actually need i2c.h by Jean Delvare · 15 years ago
  37. 522b5cc drm: fix missing inline function on 32-bit powerpc. by Dave Airlie · 15 years ago
  38. f23c20c drm: detect hdmi monitor by hdmi identifier (v3) by Ma Ling · 15 years ago
  39. c972d75 drm: reorder struct drm_ioctl_desc to save space on 64 bit builds by Richard Kennedy · 15 years ago
  40. 40fc6ea radeon: add some new pci ids by Alex Deucher · 15 years ago
  41. 167f3a0 drm: read EDID extensions from monitor by Ma Ling · 15 years ago
  42. 90f959b drm: merge Linux master into HEAD by Dave Airlie · 15 years ago
  43. 2177832 agp/intel: Add support for new intel chipset. by Shaohua Li · 15 years ago
  44. 28a6227 drm: Convert proc files to seq_file and introduce debugfs by Ben Gamari · 15 years ago
  45. 5a54bd1 Merge commit 'v2.6.29' into core/header-fixes by Ingo Molnar · 15 years ago
  46. 1d7f83d make drm headers use strict integer types by Arnd Bergmann · 15 years ago
  47. 87f0da5 drm: add DRM_READ/WRITE64 wrappers around readq/writeq. by Dave Airlie · 15 years ago
  48. 8ced9c7 radeon: add RS600 pci ids by Alex Deucher · 15 years ago
  49. 7335aaf radeon: add R6xx/R7xx pci ids by Alex Deucher · 15 years ago
  50. befb73c drm/radeon: prep for r6xx/r7xx support by Alex Deucher · 15 years ago
  51. 955b12d drm: Convert proc files to seq_file and introduce debugfs by Ben Gamari · 15 years ago
  52. 8e10045 drm: Drop unused and broken dri_library_name sysfs attribute. by Kristian Høgsberg · 16 years ago
  53. 112b715 drm: claim PCI device when running in modesetting mode. by Kristian Høgsberg · 16 years ago
  54. 41c2e75 drm: Make drm_local_map use a resource_size_t offset by Benjamin Herrenschmidt · 15 years ago
  55. f77d390 drm: Split drm_map and drm_local_map by Benjamin Herrenschmidt · 15 years ago
  56. d883f7f drm: Use resource_size_t for drm_get_resource_{start, len} by Benjamin Herrenschmidt · 15 years ago
  57. 260cf8a drm: fix EDID parser problem with positive/negative hsync/vsync by Pantelis Koukousoulas · 15 years ago
  58. 7bec756 drm: disable encoders before re-routing them by Jesse Barnes · 15 years ago
  59. fe56cf4 drm: Fix ordering of bit fields in EDID structure leading huge vsync values. by Jesse Barnes · 15 years ago
  60. ab00b3e drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap. by Jesse Barnes · 15 years ago
  61. 5c3b82e drm: Propagate failure from setting crtc base. by Chris Wilson · 15 years ago
  62. ea39f83 drm: Release user fbs in drm_release by Kristian Høgsberg · 15 years ago
  63. 0f973f2 drm/i915: add fence register management to execbuf by Jesse Barnes · 15 years ago
  64. 30b2363 drm: Rip out the racy, unused vblank signal code. by Eric Anholt · 15 years ago
  65. ad2563c drm: create mode_config idr lock by Jesse Barnes · 16 years ago
  66. 40a518d drm: initial KMS config fixes by Jesse Barnes · 16 years ago
  67. fede5c9 drm: Add a debug node for vblank state. by Eric Anholt · 16 years ago
  68. 3c4fdcf drm: pin new and unpin old buffer when setting a mode. by Kristian Høgsberg · 16 years ago
  69. 8d391aa drm/i915: Add missing userland definitions for gem init/execbuffer. by Eric Anholt · 16 years ago
  70. dfef245 i915/drm: provide compat defines for userspace for certain struct members. by Dave Airlie · 16 years ago
  71. 0c7c266 drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well. by Kristian H�gsberg · 16 years ago
  72. e0c8463 drm: sanitise drm modesetting API + remove unused hotplug by Jakob Bornecrantz · 16 years ago
  73. 79e5394 DRM: i915: add mode setting support by Jesse Barnes · 16 years ago
  74. f453ba0 DRM: add mode setting support by Dave Airlie · 16 years ago
  75. de151cf drm/i915: add GEM GTT mapping support by Jesse Barnes · 16 years ago
  76. a2c0a97 drm: GEM mmap support by Jesse Barnes · 16 years ago
  77. 1147c9c drm: fix leak of uninitialized data to userspace by Vegard Nossum · 16 years ago
  78. 7c1c287 drm: move to kref per-master structures. by Dave Airlie · 16 years ago
  79. e7f7ab4 drm: cleanup exit path for module unload by Dave Airlie · 16 years ago
  80. 5244021 drm: move drm vblank initialization/cleanup to driver load/unload by Keith Packard · 16 years ago
  81. afa21e0 drm/i915: Filter pci devices based on PCI_CLASS_DISPLAY_VGA by Dave Airlie · 16 years ago
  82. 5d8e6bb drm: Remove infrastructure for supporting i915's vblank swapping. by Eric Anholt · 16 years ago
  83. 5a125c3 i915: Add GEM ioctl to get available aperture size. by Eric Anholt · 16 years ago
  84. edc6f38 radeon: fix PCI bus mastering support enables. by Alex Deucher · 16 years ago
  85. b2ceddf radeon: add RS400 family support. by Alex Deucher · 16 years ago
  86. f0738e9 drm/radeon: add support for RS740 IGP chipsets. by Alex Deucher · 16 years ago
  87. ba1eb1d i915: Map status page cached for chips with GTT-based HWS location. by Keith Packard · 16 years ago
  88. 9bfbd5c drm: kill drm_device->irq by Jesse Barnes · 16 years ago
  89. dbb19d3 i915 gem: install and uninstall irq handler in entervt and leavevt ioctls. by Kristian Høgsberg · 16 years ago
  90. ed4c9c4 i915: Add chip set ID param. by Kristian Høgsberg · 16 years ago
  91. 673a394 drm: Add GEM ("graphics execution manager") to i915 driver. by Eric Anholt · 16 years ago
  92. 0a3e67a drm: Rework vblank-wait handling to allow interrupt reduction. by Jesse Barnes · 16 years ago
  93. ddb7f4c drm: remove #define's for non-linux systems by Carlos R. Mafra · 16 years ago
  94. 242e3df drm/radeon: fixup issue with radeon and PAT support. by Dave Airlie · 16 years ago
  95. c0e0920 drm: reorganise drm tree to be more future proof. by Dave Airlie · 16 years ago