1. 6cf8a3f drm/radeon/kms: move modeset init outside of GPU init by Jerome Glisse · 15 years ago
  2. 923f684 drm/radeon/kms: add common scaled modes for TV and LVDS by Alex Deucher · 15 years ago
  3. 705af9c drm/radeon/kms: pull in latest quirks and fixes from ddx by Alex Deucher · 15 years ago
  4. a381287 drm/radeon/kms/r600: use blit for BO moves by Alex Deucher · 15 years ago
  5. c000273 drm/radeon/kms: R3XX/R4XX AGP asic use PCI GART not PCIE GART by Jerome Glisse · 15 years ago
  6. 119e20d drm/radeon/kms/r600: fix blit support by Alex Deucher · 15 years ago
  7. a513c18 drm/radeon/kms: Don't try to process irq when we are unloading by Jerome Glisse · 15 years ago
  8. 905b682 drm/radeon/kms: add R4XX mc register access helper. by Jerome Glisse · 15 years ago
  9. a18d7ea drm/radeon/kms: call r100_cp_disable rather than duplicating code. by Jerome Glisse · 15 years ago
  10. 4560023 drm/radeon/kms: wait for cp idle before stopping it. by Jerome Glisse · 15 years ago
  11. 5d93b135 drm/radeon/r600: fix legacy blit code by Alex Deucher · 15 years ago
  12. cecc6b6 drm/radeon/r600: use fence->timeout directly by Alex Deucher · 15 years ago
  13. 60d15f5 drm/radeon/kms: re-apply 2007d633d639c896396e4c4b53b38068f3831307 by Alex Deucher · 15 years ago
  14. c746e20 drm/radeon/kms: don't allow ERESTART to hit userspace. by Dave Airlie · 15 years ago
  15. 620f378 drm: prune modes when output is disconnected. by Adam Jackson · 15 years ago
  16. 1ecff1e drm: shut the EDID warnings up. by Adam Jackson · 15 years ago
  17. ec2a4c3 drm/i915: get the bridge device once. by Dave Airlie · 15 years ago
  18. f641e51 drm/radeon/kms: lower debugging on dpms events. by Dave Airlie · 15 years ago
  19. a0cdc64 drm/kms/radeon: make kms default a runtime option by Dave Airlie · 15 years ago
  20. 6fcefd5 drm/kms: fix kms helper license + Kconfig by Dave Airlie · 15 years ago
  21. 3ce0a23 drm/radeon/kms: add r600 KMS support by Jerome Glisse · 15 years ago
  22. 4ce001a drm/radeon/kms: add initial radeon tv-out support. by Dave Airlie · 15 years ago
  23. 551ebd8 drm/radeon/kms: add rn50/r100/r200 CS tracker. by Dave Airlie · 15 years ago
  24. 11670d3 Merge intel drm-intel-next branch by Dave Airlie · 15 years ago
  25. 575dc34 drm/kms: remove old std mode fallback code. by Dave Airlie · 15 years ago
  26. 50fe4cf drm/kms/i915: Add the default mode for CRT output without EDID by ykzhao · 15 years ago
  27. f0fda0a drm/kms: add a function that can add the mode for the output device without EDID by Zhao Yakui · 15 years ago
  28. 559ee21 drm/kms: try to find the std mode in DMT table by Zhao Yakui · 15 years ago
  29. aa9eaa1 drm/kms: Add the default mode table by Zhao Yakui · 15 years ago
  30. 13a8195 drm: split crtc/fb helpers into a separate module by Dave Airlie · 15 years ago
  31. adf551b drm/radeon/kms: add updated registers from drm-fixes. by Dave Airlie · 15 years ago
  32. a498b82 drm/radeon/kms: block depthxy offset from use from userspace. by Dave Airlie · 15 years ago
  33. 01dfba9 drm/i915: Put the idle reclocking work on our private workqueue as well. by Eric Anholt · 15 years ago
  34. 0ef82af drm/i915: Pad ringbuffer with NOOPs before wrapping by Chris Wilson · 15 years ago
  35. 5e17ee7 drm/i915: do dynamic clock freq control only in kernel modesetting by Zhenyu Wang · 15 years ago
  36. 57cdaf9 drm/I915: Use the CRT DDC to get the EDID for DVI-connector on Mac by Keith Packard · 15 years ago
  37. 553bd14 drm/i915: fix tiling on IGDNG by Zhenyu Wang · 15 years ago
  38. 65655d4 drm/i915: modeset: always set intel_crtc->dpms_mode by moving the assignment up. by Daniel Vetter · 15 years ago
  39. c05422d drm/i915: remove open-coded drm_mode_object_find by Daniel Vetter · 15 years ago
  40. 67cf781 drm/i915: Make the downclocking debug code be under DRM_DEBUG not DRM_ERROR. by Eric Anholt · 15 years ago
  41. d6073d7 drm/i915: i915_modeset is signed by Kyle McMartin · 15 years ago
  42. 652c393 drm/i915: add dynamic clock frequency control by Jesse Barnes · 15 years ago
  43. 0430296 drm/i915: Support IGD EOS by Shaohua Li · 15 years ago
  44. ce6feab drm/i915: Enable PAL and SECAM format and add the propery for SDVO-TV by Zhao Yakui · 15 years ago
  45. 213c2e6 drm/i915: select TV format according to connector type by Ma Ling · 15 years ago
  46. 5f6a169 drm/i915: update debugfs interrupt info on IGDNG by Zhenyu Wang · 15 years ago
  47. 9e3a6d1 drm/i915: Add i915 register dumping debugfs file by Ben Gamari · 15 years ago
  48. 27c202a drm/i915: Move i915_gem_debugfs.c to i915_debugfs.c by Ben Gamari · 15 years ago
  49. 58c2fb6 drm/i915: Unref old_obj on get_fence_reg() error path by Chris Wilson · 15 years ago
  50. bcc24fb drm/i915: increase default latency constant (v2 w/comment) by Jesse Barnes · 15 years ago
  51. ff6fdbe drm/crtc_helper: avoid NULL-pointer dereference when encoder is NULL by Maarten Maathuis · 15 years ago
  52. 9c552dd drm/crtc: fix mismerge of last patch. by Dave Airlie · 15 years ago
  53. a3a0544 drm/kms: add explicit encoder disable function and detach harder. by Dave Airlie · 15 years ago
  54. ed017d9 drm: fix drm_cache.c for arch with no support. by Dave Airlie · 15 years ago
  55. fa8a123 drm/mm: add ability to dump mm lists via debugfs by Dave Airlie · 15 years ago
  56. b5af754 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  57. 3420e74 drm: fix two issues with fb consolidation. by Dave Airlie · 15 years ago
  58. 3b51096 drm: use proc_create_data() by Alexey Dobriyan · 15 years ago
  59. 882f021 drm/kms: Parse the detailed time info in CEA-EDID by Zhao Yakui · 15 years ago
  60. 785b93e drm/kms: move driver specific fb common code to helper functions (v2) by Dave Airlie · 15 years ago
  61. 7dc482d drm/r128: Add test for initialisation to all ioctls that require it by Ben Hutchings · 15 years ago
  62. 70967ab radeon: Use request_firmware() by Ben Hutchings · 15 years ago
  63. 1ae7007 drm: dereference of tmp in drm_proc_create_files() by Roel Kluin · 15 years ago
  64. ff846ab drm/crtc_helper: NULL encoder->crtc when switching encoders by Maarten Maathuis · 15 years ago
  65. e67aae7 drm/crtc_helper: replace modeset fail path with something simpler by Maarten Maathuis · 15 years ago
  66. 689d7c2 drm/radeon: cleanup mkregtable.c by Dave Airlie · 15 years ago
  67. db54501 drm/i915: Improve CRTDDC mapping by using VBT info by David Müller (ELSOFT AG) · 15 years ago
  68. a09ba7f drm/i915: Fix CPU-spinning hangs related to fence usage by using an LRU. by Eric Anholt · 15 years ago
  69. a1a2d1d drm: GEM handles are u32, not int by Pekka Paalanen · 15 years ago
  70. 3f7dc91a drm/rs600/690: use autogenerated safe register tables. by Dave Airlie · 15 years ago
  71. 52f97df drm/r128: Use request_firmware() to load CCE microcode by Ben Hutchings · 15 years ago
  72. ece2be7 drm/mga: Use request_firmware() to load microcode by Ben Hutchings · 15 years ago
  73. c9c97b8 drm/ttm: consolidate cache flushing code in one place. by Dave Airlie · 15 years ago
  74. f8aed70 drm/i915: Set crtc/clone mask in different output devices by Ma Ling · 15 years ago
  75. 27185ae drm/i915: Always use SDVO_B detect bit for SDVO output detection. by Ma Ling · 15 years ago
  76. 19e1f88 drm/i915: Fix typo that broke SVID1 in intel_sdvo_multifunc_encoder() by Roel Kluin · 15 years ago
  77. bc5e571 drm/i915: Check if BIOS enabled dual-channel LVDS on 8xx, not only on 9xx by Bruno Prémont · 15 years ago
  78. 942642a drm/i915: Set the multiplier for SDVO on G33 platform by Sean Young · 15 years ago
  79. 9f844e5 drm/radeon/kms: Fix radeon_gem_busy_ioctl harder. by Michel Dänzer · 15 years ago
  80. f779b3e drm/radeon: add GET_PARAM/INFO support for Z pipes by Alex Deucher · 15 years ago
  81. 50f1530 drm/radeon/kms: generate the safe register tables. by Dave Airlie · 15 years ago
  82. 17782d9 drm/radeon/kms: add r100/r200 OQ support. by Dave Airlie · 15 years ago
  83. 08e4d53 drm: Fix sysfs device confusion. by Thomas Hellstrom · 15 years ago
  84. e3b2415 drm/radeon/kms: implement the bo busy ioctl properly. by Dave Airlie · 15 years ago
  85. 759e4f83 drm/ttm: Fixes for "Memory accounting rework." by Thomas Hellstrom · 15 years ago
  86. 7f5f4db drm/ttm: Fixes for "Make parts of a struct ttm_bo_device global" by Thomas Hellstrom · 15 years ago
  87. 51c8b40 Merge Linus master to drm-next by Dave Airlie · 15 years ago
  88. a987fca ttm: Make parts of a struct ttm_bo_device global. by Thomas Hellstrom · 15 years ago
  89. 5fd9cba drm/ttm: Memory accounting rework. by Thomas Hellstrom · 15 years ago
  90. e9840be drm/ttm: Add a virtual ttm sysfs device. by Thomas Hellstrom · 15 years ago
  91. 327c225 drm: Enable drm drivers to add drm sysfs devices. by Thomas Hellstrom · 15 years ago
  92. 53bd838 drm: clarify scaling property names by Jesse Barnes · 15 years ago
  93. 453a7d4 drm: remove root requirement from DRM_IOCTL_SET_VERSION (+ DRM_IOCTL_AUTH_MAGIC) by Jesse Barnes · 15 years ago
  94. 5ef5f72 drm/kms: teardown crtc correctly when fb is destroyed. by Dave Airlie · 15 years ago
  95. 6a719e0 drm/kms/radeon: cleanup combios TV table like DDX. by Dave Airlie · 15 years ago
  96. bf8e828 drm/radeon/kms: memset the allocated framebuffer before using it. by Dave Airlie · 15 years ago
  97. 80e6914 drm/radeon/kms: although LVDS might be possible on crtc 1 don't do it. by Dave Airlie · 15 years ago
  98. cefb87e drm/radeon/kms: implement bo busy check + current domain by Dave Airlie · 15 years ago
  99. de1b289 drm/radeon/kms: cut down indirects in register accesses. by Dave Airlie · 15 years ago
  100. 7ed220d drm/radeon/kms: Fix up vertical blank interrupt support. by Michel Dänzer · 15 years ago