1. 6fcefd5 drm/kms: fix kms helper license + Kconfig by Dave Airlie · 15 years ago
  2. 3ce0a23 drm/radeon/kms: add r600 KMS support by Jerome Glisse · 15 years ago
  3. 4ce001a drm/radeon/kms: add initial radeon tv-out support. by Dave Airlie · 15 years ago
  4. 551ebd8 drm/radeon/kms: add rn50/r100/r200 CS tracker. by Dave Airlie · 15 years ago
  5. 11670d3 Merge intel drm-intel-next branch by Dave Airlie · 15 years ago
  6. 575dc34 drm/kms: remove old std mode fallback code. by Dave Airlie · 15 years ago
  7. 50fe4cf drm/kms/i915: Add the default mode for CRT output without EDID by ykzhao · 15 years ago
  8. f0fda0a drm/kms: add a function that can add the mode for the output device without EDID by Zhao Yakui · 15 years ago
  9. 559ee21 drm/kms: try to find the std mode in DMT table by Zhao Yakui · 15 years ago
  10. aa9eaa1 drm/kms: Add the default mode table by Zhao Yakui · 15 years ago
  11. 13a8195 drm: split crtc/fb helpers into a separate module by Dave Airlie · 15 years ago
  12. adf551b drm/radeon/kms: add updated registers from drm-fixes. by Dave Airlie · 15 years ago
  13. a498b82 drm/radeon/kms: block depthxy offset from use from userspace. by Dave Airlie · 15 years ago
  14. 01dfba9 drm/i915: Put the idle reclocking work on our private workqueue as well. by Eric Anholt · 15 years ago
  15. 0ef82af drm/i915: Pad ringbuffer with NOOPs before wrapping by Chris Wilson · 15 years ago
  16. 5e17ee7 drm/i915: do dynamic clock freq control only in kernel modesetting by Zhenyu Wang · 15 years ago
  17. 57cdaf9 drm/I915: Use the CRT DDC to get the EDID for DVI-connector on Mac by Keith Packard · 15 years ago
  18. 553bd14 drm/i915: fix tiling on IGDNG by Zhenyu Wang · 15 years ago
  19. 65655d4 drm/i915: modeset: always set intel_crtc->dpms_mode by moving the assignment up. by Daniel Vetter · 15 years ago
  20. c05422d drm/i915: remove open-coded drm_mode_object_find by Daniel Vetter · 15 years ago
  21. 67cf781 drm/i915: Make the downclocking debug code be under DRM_DEBUG not DRM_ERROR. by Eric Anholt · 15 years ago
  22. d6073d7 drm/i915: i915_modeset is signed by Kyle McMartin · 16 years ago
  23. 652c393 drm/i915: add dynamic clock frequency control by Jesse Barnes · 15 years ago
  24. 0430296 drm/i915: Support IGD EOS by Shaohua Li · 15 years ago
  25. ce6feab drm/i915: Enable PAL and SECAM format and add the propery for SDVO-TV by Zhao Yakui · 15 years ago
  26. 213c2e6 drm/i915: select TV format according to connector type by Ma Ling · 15 years ago
  27. 5f6a169 drm/i915: update debugfs interrupt info on IGDNG by Zhenyu Wang · 15 years ago
  28. 9e3a6d1 drm/i915: Add i915 register dumping debugfs file by Ben Gamari · 15 years ago
  29. 27c202a drm/i915: Move i915_gem_debugfs.c to i915_debugfs.c by Ben Gamari · 15 years ago
  30. 58c2fb6 drm/i915: Unref old_obj on get_fence_reg() error path by Chris Wilson · 15 years ago
  31. bcc24fb drm/i915: increase default latency constant (v2 w/comment) by Jesse Barnes · 15 years ago
  32. ff6fdbe drm/crtc_helper: avoid NULL-pointer dereference when encoder is NULL by Maarten Maathuis · 15 years ago
  33. 9c552dd drm/crtc: fix mismerge of last patch. by Dave Airlie · 15 years ago
  34. a3a0544 drm/kms: add explicit encoder disable function and detach harder. by Dave Airlie · 15 years ago
  35. ed017d9 drm: fix drm_cache.c for arch with no support. by Dave Airlie · 15 years ago
  36. fa8a123 drm/mm: add ability to dump mm lists via debugfs by Dave Airlie · 15 years ago
  37. b5af754 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  38. 3420e74 drm: fix two issues with fb consolidation. by Dave Airlie · 15 years ago
  39. 3b51096 drm: use proc_create_data() by Alexey Dobriyan · 15 years ago
  40. 882f021 drm/kms: Parse the detailed time info in CEA-EDID by Zhao Yakui · 15 years ago
  41. 785b93e drm/kms: move driver specific fb common code to helper functions (v2) by Dave Airlie · 15 years ago
  42. 7dc482d drm/r128: Add test for initialisation to all ioctls that require it by Ben Hutchings · 15 years ago
  43. 70967ab radeon: Use request_firmware() by Ben Hutchings · 15 years ago
  44. 1ae7007 drm: dereference of tmp in drm_proc_create_files() by Roel Kluin · 15 years ago
  45. ff846ab drm/crtc_helper: NULL encoder->crtc when switching encoders by Maarten Maathuis · 15 years ago
  46. e67aae7 drm/crtc_helper: replace modeset fail path with something simpler by Maarten Maathuis · 15 years ago
  47. 689d7c2 drm/radeon: cleanup mkregtable.c by Dave Airlie · 15 years ago
  48. db54501 drm/i915: Improve CRTDDC mapping by using VBT info by David Müller (ELSOFT AG) · 15 years ago
  49. a09ba7f drm/i915: Fix CPU-spinning hangs related to fence usage by using an LRU. by Eric Anholt · 15 years ago
  50. a1a2d1d drm: GEM handles are u32, not int by Pekka Paalanen · 15 years ago
  51. 3f7dc91a drm/rs600/690: use autogenerated safe register tables. by Dave Airlie · 15 years ago
  52. 52f97df drm/r128: Use request_firmware() to load CCE microcode by Ben Hutchings · 15 years ago
  53. ece2be7 drm/mga: Use request_firmware() to load microcode by Ben Hutchings · 15 years ago
  54. c9c97b8 drm/ttm: consolidate cache flushing code in one place. by Dave Airlie · 15 years ago
  55. f8aed70 drm/i915: Set crtc/clone mask in different output devices by Ma Ling · 15 years ago
  56. 27185ae drm/i915: Always use SDVO_B detect bit for SDVO output detection. by Ma Ling · 15 years ago
  57. 19e1f88 drm/i915: Fix typo that broke SVID1 in intel_sdvo_multifunc_encoder() by Roel Kluin · 15 years ago
  58. bc5e571 drm/i915: Check if BIOS enabled dual-channel LVDS on 8xx, not only on 9xx by Bruno Prémont · 15 years ago
  59. 942642a drm/i915: Set the multiplier for SDVO on G33 platform by Sean Young · 15 years ago
  60. 9f844e5 drm/radeon/kms: Fix radeon_gem_busy_ioctl harder. by Michel Dänzer · 15 years ago
  61. f779b3e drm/radeon: add GET_PARAM/INFO support for Z pipes by Alex Deucher · 15 years ago
  62. 50f1530 drm/radeon/kms: generate the safe register tables. by Dave Airlie · 15 years ago
  63. 17782d9 drm/radeon/kms: add r100/r200 OQ support. by Dave Airlie · 15 years ago
  64. 08e4d53 drm: Fix sysfs device confusion. by Thomas Hellstrom · 15 years ago
  65. e3b2415 drm/radeon/kms: implement the bo busy ioctl properly. by Dave Airlie · 15 years ago
  66. 759e4f8 drm/ttm: Fixes for "Memory accounting rework." by Thomas Hellstrom · 15 years ago
  67. 7f5f4db drm/ttm: Fixes for "Make parts of a struct ttm_bo_device global" by Thomas Hellstrom · 15 years ago
  68. 51c8b40 Merge Linus master to drm-next by Dave Airlie · 15 years ago
  69. a987fca ttm: Make parts of a struct ttm_bo_device global. by Thomas Hellstrom · 15 years ago
  70. 5fd9cba drm/ttm: Memory accounting rework. by Thomas Hellstrom · 15 years ago
  71. e9840be drm/ttm: Add a virtual ttm sysfs device. by Thomas Hellstrom · 15 years ago
  72. 327c225 drm: Enable drm drivers to add drm sysfs devices. by Thomas Hellstrom · 15 years ago
  73. 53bd838 drm: clarify scaling property names by Jesse Barnes · 15 years ago
  74. 453a7d4 drm: remove root requirement from DRM_IOCTL_SET_VERSION (+ DRM_IOCTL_AUTH_MAGIC) by Jesse Barnes · 15 years ago
  75. 5ef5f72 drm/kms: teardown crtc correctly when fb is destroyed. by Dave Airlie · 15 years ago
  76. 6a719e0 drm/kms/radeon: cleanup combios TV table like DDX. by Dave Airlie · 15 years ago
  77. bf8e828 drm/radeon/kms: memset the allocated framebuffer before using it. by Dave Airlie · 15 years ago
  78. 80e6914 drm/radeon/kms: although LVDS might be possible on crtc 1 don't do it. by Dave Airlie · 15 years ago
  79. cefb87e drm/radeon/kms: implement bo busy check + current domain by Dave Airlie · 15 years ago
  80. de1b289 drm/radeon/kms: cut down indirects in register accesses. by Dave Airlie · 15 years ago
  81. 7ed220d drm/radeon/kms: Fix up vertical blank interrupt support. by Michel Dänzer · 15 years ago
  82. 3f8befe drm/radeon/kms: add rv530 R300_SU_REG_DEST + reloc for ZPASS_ADDR by Dave Airlie · 15 years ago
  83. ebb177d drm/edid: fixup detailed timings like the X server. by Dave Airlie · 15 years ago
  84. 616b843 drm/radeon/kms: Add specific rs690 authorized register table by Jerome Glisse · 15 years ago
  85. cfcf473 drm: fixup include file in drm_encoder_slave by Dave Airlie · 15 years ago
  86. a75f023 drm: Add more standard TV properties. by Francisco Jerez · 15 years ago
  87. 841b411 drm: Fix drm_cvt_mode() for interlaced modes. by Francisco Jerez · 15 years ago
  88. 6cb504c drm/i915: silence vblank warnings by Frans Pop · 15 years ago
  89. 8d3457e drm: silence pointless vblank warning. by Paul Rolland · 15 years ago
  90. 38d5487 drm: When adding probed modes, preserve duplicate mode types by Keith Packard · 15 years ago
  91. b32b8e6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 15 years ago
  92. 1733292 drm/radeon/kms: setup MC/VRAM the same way for suspend/resume by Dave Airlie · 15 years ago
  93. 985fe84 drm/radeon/kms: Fix caching mode selection for GTT object by Jerome Glisse · 15 years ago
  94. 819e006 drm/i915: Fix read outside array bounds in restoring the SWF10 range. by Roel Kluin · 15 years ago
  95. 9c9fe1f drm/i915: Use our own workqueue to avoid wedging the system along with the GPU. by Eric Anholt · 15 years ago
  96. 6502fbf drm/radeon: Add support for RS880 chips by Alex Deucher · 15 years ago
  97. b6b7902 drm: Define some new standard TV properties. by Francisco Jerez · 15 years ago
  98. aeaa1ad drm: Define DRM_MODE_SUBCONNECTOR_SCART by Francisco Jerez · 15 years ago
  99. 74bd3c2 drm: Define DRM_MODE_CONNECTOR_TV by Francisco Jerez · 15 years ago
  100. 2066fac drm/kms: slave encoder interface. by Francisco Jerez · 15 years ago