1. 3e4b998 drm/radeon/kms/atom: add proper external encoders support by Alex Deucher · 15 years ago
  2. 99999aa drm/radeon/kms/atom: cleanup and unify DVO handling by Alex Deucher · 15 years ago
  3. 8b83485 drm/radeon/kms: properly power up/down the eDP panel as needed (v4) by Alex Deucher · 15 years ago
  4. c7a71fc drm/radeon/kms/atom: set sane defaults in atombios_get_encoder_mode() by Alex Deucher · 15 years ago
  5. ba251bd drm/radeon/kms: turn the backlight off explicitly for dpms by Alex Deucher · 15 years ago
  6. d33ef52 drm/radeon/kms: fix typo in r600 cs checker by Alex Deucher · 15 years ago
  7. 21e2eae drm: radeon: fix error value sign by Vasiliy Kulikov · 15 years ago
  8. 1679056 drm/radeon/kms: fix and unify tiled buffer alignment checking for r6xx/7xx by Alex Deucher · 15 years ago
  9. 7dfbbdc drm/ttm: Be consistent on ttm_bo_init() failures by Thomas Hellstrom · 15 years ago
  10. 2b66b50 drm/radeon/kms: Fix retrying ttm_bo_init() after it failed once. by Michel Dänzer · 15 years ago
  11. b2298fd drm/radeon/kms: fix thermal sensor reporting on rv6xx by Alex Deucher · 15 years ago
  12. bdd91b2 drm/radeon/kms: fix bugs in ddc and cd path router code by Tyson Whitehead · 15 years ago
  13. fb939df drm/radeon/kms: add support for clock/data path routers by Alex Deucher · 15 years ago
  14. dccb2a9 drm: vmwgfx: fix information leak to userland by Kulikov Vasiliy · 15 years ago
  15. ec3789c drivers/gpu: Use vzalloc by Joe Perches · 15 years ago
  16. 1ef0724 drm/vmwgfx: Fix oops on failing bo pin by Thomas Hellstrom · 15 years ago
  17. 29e190e drm/ttm: Remove the CAP_SYS_ADMIN requirement for bo pinning by Thomas Hellstrom · 15 years ago
  18. aa12326 drm/ttm: Make sure a sync object doesn't disappear while we use it by Thomas Hellstrom · 15 years ago
  19. a0ae586 drm/radeon/kms: don't disable shared encoders on pre-DCE3 display blocks by Alex Deucher · 15 years ago
  20. fce7d61 drivers/gpu/drm: Update WARN uses by Joe Perches · 15 years ago
  21. 85b54e0 drivers/gpu/drm/vmwgfx: Fix k.alloc switched arguments by Joe Perches · 15 years ago
  22. 0ea75e2 DRM: ignore invalid EDID extensions by Sam Tygier · 15 years ago
  23. c5d46b4 drm/radeon/kms: make the connector code less verbose by Alex Deucher · 15 years ago
  24. 7dcebb5 drm/ttm: remove failed ttm binding error printout by Thomas Hellstrom · 15 years ago
  25. 06fba6d drm/ttm: Add a barrier when unreserving by Thomas Hellstrom · 15 years ago
  26. dbc4a5b drm/ttm: Remove mm init error printouts and checks by Thomas Hellstrom · 15 years ago
  27. 6e4c55d drm/ttm: Remove pointless list_empty check by Thomas Hellstrom · 15 years ago
  28. d7a67cb drm/ttm: Use private locks for the default bo range manager by Thomas Hellstrom · 15 years ago
  29. 3205bc2 drm/ttm: Documentation update by Thomas Hellstrom · 15 years ago
  30. f5d8e0e drm/radeon/kms/evergreen: add missing pm.vblank_sync update in vbl handler by Alex Deucher · 15 years ago
  31. 91839fd Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel by Dave Airlie · 15 years ago
  32. 3f8ff0e drm/i915: Fix LVDS fixed-mode regression from 219adae1 by Chris Wilson · 15 years ago
  33. 08deebf drm/i915/ringbuffer: Use the HEAD auto-reporting mechanism by Chris Wilson · 15 years ago
  34. b47b30c drm/i915: Avoid might_fault during pwrite whilst holding our mutex by Chris Wilson · 15 years ago
  35. e07ac3a drm/i915; Don't apply Ironlake FDI clock workaround to Sandybridge by Zhenyu Wang · 15 years ago
  36. 5e84e1a drm/i915: Fix KMS regression on Sandybridge/CPT by Zhenyu Wang · 15 years ago
  37. 48fcfc8 i915: reprogram power monitoring registers on resume by Kyle McMartin · 15 years ago
  38. 5588978 drm/i915: SNB BLT workaround by Chris Wilson · 15 years ago
  39. 80dbf4b drm/i915: Fix the graphics frequency clamping at init and when IPS is active. by Jesse Barnes · 15 years ago
  40. 0aa9927 drm/i915: Allow powersave modparam to be adjusted at runtime. by Chris Wilson · 15 years ago
  41. c6afd65 drm/i915: Apply big hammer to serialise buffer access between rings by Chris Wilson · 15 years ago
  42. 30c5666 drm/i915: opregion_setup: iounmap correct address by Christoph Fritz · 15 years ago
  43. 395b70b drm/i915: Flush read-only buffers from the active list upon idle as well by Chris Wilson · 15 years ago
  44. b83db1d Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  45. 7e94250 drm/radeon/kms: enable unmappable vram for evergreen by Alex Deucher · 15 years ago
  46. 2c7d81a drm/radeon/kms: fix tiled db height calculation on 6xx/7xx by Alex Deucher · 15 years ago
  47. 43b93fb drm/radeon/kms: fix handling of tex lookup disable in cs checker on r2xx by Alex Deucher · 15 years ago
  48. 8f28f54 i915: signedness bug in check_overlay_src() by Dan Carpenter · 15 years ago
  49. dd2b379 drm/i915: Fix typo from "Enable DisplayPort Audio" by Takashi Iwai · 15 years ago
  50. c48c43e Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  51. 135cba0 vmwgfx: Implement a proper GMR eviction mechanism by Thomas Hellstrom · 15 years ago
  52. 8f895da drm/radeon/kms: fix r6xx/7xx 1D tiling CS checker v2 by Alex Deucher · 15 years ago
  53. 3e4d3af mm: stack based kmap_atomic() by Peter Zijlstra · 15 years ago
  54. 881fe6c drm/radeon/kms: properly compute group_size on 6xx/7xx by Alex Deucher · 15 years ago
  55. 354da65 drm/radeon/kms: fix 2D tile height alignment in the r600 CS checker by Alex Deucher · 15 years ago
  56. 2281a37 drm/radeon/kms/evergreen: set the clear state to the blit state by Alex Deucher · 15 years ago
  57. c3cceed drm/radeon/kms: don't poll dac load detect. by Dave Airlie · 15 years ago
  58. b7d8cce drm/radeon/kms: MC vram map needs to be >= pci aperture size by Alex Deucher · 15 years ago
  59. f9d9c36 drm/radeon/kms: implement display watermark support for evergreen by Alex Deucher · 15 years ago
  60. 71901cc drm/radeon/kms/evergreen: add some additional safe regs v2 by Alex Deucher · 15 years ago
  61. f30df2f drm/radeon/r600: fix tiling issues in CS checker. by Dave Airlie · 15 years ago
  62. e3ce8a0 Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next by Dave Airlie · 15 years ago
  63. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  64. 6419340 drm/i915: Move gpu_write_list to per-ring by Chris Wilson · 15 years ago
  65. a8d7be8 i2c: Remove unneeded inclusions of <linux/i2c-id.h> by Jean Delvare · 15 years ago
  66. b665145 drm/i915: Invalidate the to-ring, flush the old-ring when updating domains by Chris Wilson · 15 years ago
  67. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 15 years ago
  68. 5704e44 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 15 years ago
  69. 297b0c5 drm/i915/ringbuffer: Write the value passed in to the tail register by Chris Wilson · 15 years ago
  70. 878a3c3 drm/i915: Fix flushing regression from 9af90d19f by Chris Wilson · 15 years ago
  71. e27d853 drm/i915/sdvo: Remove unused encoding member by Chris Wilson · 15 years ago
  72. 3c17fe4 i915: enable AVI infoframe for intel_hdmi.c [v4] by David Härdeman · 15 years ago
  73. dc3f82c drm/i915: Fix current fb blocking for page flip by Chia-I Wu · 15 years ago
  74. f00a3dd drm/i915: IS_IRONLAKE is synonymous with gen == 5 by Chris Wilson · 15 years ago
  75. 549f736 drm/i915: Enable SandyBridge blitter ring by Chris Wilson · 15 years ago
  76. e36c1cd drm/i915/ringbuffer: Remove broken intel_fill_struct() by Chris Wilson · 15 years ago
  77. c717966 drm/i915/ringbuffer: Fix emit batch buffer regression from 8187a2b by Chris Wilson · 15 years ago
  78. 6de5bd1 BKL: introduce CONFIG_BKL. by Arnd Bergmann · 15 years ago
  79. e1efc9b drm/ttm: Optimize delayed buffer destruction by Thomas Hellstrom · 15 years ago
  80. 40d857b drm/ttm: Avoid using the ttm_mem_type_manager::put_locked function by Thomas Hellstrom · 15 years ago
  81. b5dc608 drm/i915: Copy the updated reloc->presumed_offset back to the user by Chris Wilson · 15 years ago
  82. 69dc498 drm/i915: Track objects in global active list (as well as per-ring) by Chris Wilson · 15 years ago
  83. 87acb0a drm/i915: Simplify most HAS_BSD() checks by Chris Wilson · 15 years ago
  84. 9af90d1 drm/i915: cache the last object lookup during pin_and_relocate() by Chris Wilson · 15 years ago
  85. 1d7cfea drm/i915: Do interrupible mutex lock first to avoid locking for unreference by Chris Wilson · 15 years ago
  86. 139d363 drivers: gpu: drm: i915: Fix a typo. by Andrea Gelmini · 15 years ago
  87. 4f27b75 drm/i915: rearrange mutex acquisition for pread by Chris Wilson · 15 years ago
  88. fbd5a26 drm/i915: Rearrange acquisition of mutex during pwrite by Chris Wilson · 15 years ago
  89. b5e4feb drm/i915: Attempt to prefault user pages for pread/pwrite by Chris Wilson · 15 years ago
  90. 202f2fe drm/i915: Avoid taking the mutex for dropping the refcnt upon creation by Chris Wilson · 15 years ago
  91. f0c43d9 drm/i915: Perform relocations in CPU domain [if in CPU domain] by Chris Wilson · 15 years ago
  92. 2549d6c drm/i915: Avoid vmallocing a buffer for the relocations by Chris Wilson · 15 years ago
  93. 55b7d6e8 drm/i915/hdmi: Add 'force_audio' property by Chris Wilson · 15 years ago
  94. 7f36e7e drm/i915/sdvo: Add 'force_audio' property by Chris Wilson · 15 years ago
  95. f684960 drm/i915/dp: Add 'force_audio' property by Chris Wilson · 15 years ago
  96. 2e3d600 drm/i915: Enable HDMI audio for monitor with audio support by Zhenyu Wang · 15 years ago
  97. a9756bb drm/i915: Enable DisplayPort audio by Zhenyu Wang · 15 years ago
  98. 8fe9790 drm/edid: add helper function to detect monitor audio capability by Zhenyu Wang · 15 years ago
  99. 6d139a8 drm/i915: Initialize panel timing registers if VBIOS did not by Bryan Freed · 15 years ago
  100. e60a0b1 drm/i915: Sleep whilst waiting for the ring by Chris Wilson · 15 years ago