1. 0ef0c1f drm/radeon/kms: move r7xx/evergreen to its own vram_gtt setup function by Alex Deucher · 14 years ago
  2. 4339c44 drm/radeon/kms: add support for ss overrides on Fusion APUs by Alex Deucher · 14 years ago
  3. bf982eb drm/radeon/kms: Add support for external encoders on fusion APUs by Alex Deucher · 14 years ago
  4. 4e8c65a drm/radeon/kms: atom changes for DCE4.1 devices by Alex Deucher · 14 years ago
  5. 2f062fd drm/radeon/kms: add new family id for AMD Ontario APUs by Alex Deucher · 14 years ago
  6. 603a9da drm/radeon/kms: upstream power table updates by Alex Deucher · 14 years ago
  7. 1422ef5 drm/radeon/kms: upstream atombios.h updates by Alex Deucher · 14 years ago
  8. 5d68e50 drm/radeon/kms: upstream ObjectID.h updates by Alex Deucher · 14 years ago
  9. 9535ab7 drm/radeon/kms: setup mc chremap properly on r7xx/evergreen by Alex Deucher · 14 years ago
  10. 27641c3 drm/vblank: Add support for precise vblank timestamping. by Mario Kleiner · 14 years ago
  11. 973d168 Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel by Linus Torvalds · 14 years ago
  12. 764bc56 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  13. 16c59ef drm/i915: Disable FBC on Ironlake to save 1W by Alex Shi · 14 years ago
  14. e7dbb2f drm/i915: Take advantage of auto-polling CRT hotplug detection on PCH hardware by Keith Packard · 14 years ago
  15. c9a1c4c drm/i915/crt: Introduce struct intel_crt by Chris Wilson · 14 years ago
  16. 51311d0 drm/i915: Do not hold mutex when faulting in user addresses by Chris Wilson · 14 years ago
  17. 164bcb9 drm/radeon/kms: i2c s/sprintf/snprintf/g for safety by Alex Deucher · 14 years ago
  18. be66305 drm/radeon/kms: fix i2c pad masks on rs4xx by Alex Deucher · 14 years ago
  19. 95ccb0f drm/ttm: Fix up a theoretical deadlock by Thomas Hellstrom · 14 years ago
  20. 9a03d34 Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 14 years ago
  21. 1aa52bd drm/radeon/kms: fix tiling info on evergreen by Alex Deucher · 14 years ago
  22. 268b251 drm/radeon/kms: fix alignment when allocating buffers by Alex Deucher · 14 years ago
  23. 2f5993c drm/vmwgfx: Fix up an error path during bo creation by Thomas Hellstrom · 14 years ago
  24. a5193fe drm/radeon/kms: register an i2c adapter name for the dp aux bus by Alex Deucher · 14 years ago
  25. 3e4b998 drm/radeon/kms/atom: add proper external encoders support by Alex Deucher · 14 years ago
  26. 99999aa drm/radeon/kms/atom: cleanup and unify DVO handling by Alex Deucher · 14 years ago
  27. 8b83485 drm/radeon/kms: properly power up/down the eDP panel as needed (v4) by Alex Deucher · 14 years ago
  28. c7a71fc drm/radeon/kms/atom: set sane defaults in atombios_get_encoder_mode() by Alex Deucher · 14 years ago
  29. ba251bd drm/radeon/kms: turn the backlight off explicitly for dpms by Alex Deucher · 14 years ago
  30. d33ef52 drm/radeon/kms: fix typo in r600 cs checker by Alex Deucher · 14 years ago
  31. 21e2eae drm: radeon: fix error value sign by Vasiliy Kulikov · 14 years ago
  32. 1679056 drm/radeon/kms: fix and unify tiled buffer alignment checking for r6xx/7xx by Alex Deucher · 14 years ago
  33. ab83833 nouveau: Acknowledge HPD irq in handler, not bottom half by Andy Lutomirski · 14 years ago
  34. c1b60ec drm/nouveau: Fix a few confusions between "chipset" and "card_type". by Francisco Jerez · 14 years ago
  35. 5bead79 drm/nouveau: don't expose backlight control when available through ACPI by Ben Skeggs · 14 years ago
  36. cac8f05 drm/nouveau/pm: improve memtiming mappings by Roy Spliet · 14 years ago
  37. 9d5a6c4 drm/nouveau: Make PCIE GART size depend on the available RAMIN space. by Francisco Jerez · 14 years ago
  38. dd661e5 drm/nouveau: Return error from nouveau_gpuobj_new if we're out of RAMIN. by Francisco Jerez · 14 years ago
  39. b54262f drm/nouveau: Fix compilation issues in nouveau_pm when CONFIG_HWMON is not set by Martin Peres · 14 years ago
  40. 84b8081 drm/nouveau: Don't use load detection for connector polling. by Francisco Jerez · 14 years ago
  41. 63d6fd3 drm/nv10-nv20: Fix instability after MPLL changes. by Francisco Jerez · 14 years ago
  42. 56ac747 drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hang by Ben Skeggs · 14 years ago
  43. 06ef3e6 drm/nouveau: Don't poll LVDS outputs. by Francisco Jerez · 14 years ago
  44. 01db363 drm/nouveau: Use "force" to decide if analog load detection is ok or not. by Francisco Jerez · 14 years ago
  45. 5794b5f drm/nv04: Fix scanout over the 16MB mark. by Francisco Jerez · 14 years ago
  46. 3c29f9e drm/nouveau: fix nv40 pcie gart size by Lucas Stach · 14 years ago
  47. 2a56a0b drm/nva3: fix overflow in fixed point math used for pll calculation by Ben Skeggs · 14 years ago
  48. 699ddfd drm/nv10: Balance RTs expected to be accessed simultaneously by the 3d engine. by Francisco Jerez · 14 years ago
  49. f13b326 drm/nouveau: Expose some BO usage flags to userspace. by Francisco Jerez · 14 years ago
  50. 1397b42 drm/nouveau: Reduce severity of the unknown getparam error. by Francisco Jerez · 14 years ago
  51. 7bb94d2 drm/nouveau: Avoid lock dependency between ramht and ramin spinlocks. by Francisco Jerez · 14 years ago
  52. cbab95db drm/nouveau: Some random cleanups. by Francisco Jerez · 14 years ago
  53. 5eb94fb drm/nv11: Fix bad PLL detection false positive. by Francisco Jerez · 14 years ago
  54. 327ceae drm/nv04-nv40: Fall back to panel rescaling if we have no usable native mode. by Francisco Jerez · 14 years ago
  55. 1f5bd44 drm/nouveau: Reject modes exceeding the integrated TMDS maximum bandwidth. by Francisco Jerez · 14 years ago
  56. 907af60 drm/nouveau: Fix sleep while atomic in the semaphore code. by Francisco Jerez · 14 years ago
  57. da3bd82 drm/nouveau: ratelimit IRQ messages by Jiri Slaby · 14 years ago
  58. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  59. 1bb9583 Merge remote branch 'airlied/drm-fixes' into drm-intel-fixes by Chris Wilson · 14 years ago
  60. a41c73e drm: radeon: fix error value sign by Vasiliy Kulikov · 14 years ago
  61. fba4312 drm/radeon/kms: fix and unify tiled buffer alignment checking for r6xx/7xx by Alex Deucher · 14 years ago
  62. 8534551 drm/i915: Retire any pending operations on the old scanout when switching by Chris Wilson · 14 years ago
  63. 7dfbbdc drm/ttm: Be consistent on ttm_bo_init() failures by Thomas Hellstrom · 14 years ago
  64. 2b66b50 drm/radeon/kms: Fix retrying ttm_bo_init() after it failed once. by Michel Dänzer · 14 years ago
  65. 6966945 drm/i915: Fix I2C adapter registration by Jean Delvare · 14 years ago
  66. b2298fd drm/radeon/kms: fix thermal sensor reporting on rv6xx by Alex Deucher · 14 years ago
  67. bdd91b2 drm/radeon/kms: fix bugs in ddc and cd path router code by Tyson Whitehead · 14 years ago
  68. fb939df drm/radeon/kms: add support for clock/data path routers by Alex Deucher · 14 years ago
  69. dccb2a9 drm: vmwgfx: fix information leak to userland by Kulikov Vasiliy · 14 years ago
  70. ec3789c drivers/gpu: Use vzalloc by Joe Perches · 14 years ago
  71. 1ef0724 drm/vmwgfx: Fix oops on failing bo pin by Thomas Hellstrom · 14 years ago
  72. 29e190e drm/ttm: Remove the CAP_SYS_ADMIN requirement for bo pinning by Thomas Hellstrom · 14 years ago
  73. aa12326 drm/ttm: Make sure a sync object doesn't disappear while we use it by Thomas Hellstrom · 14 years ago
  74. a0ae586 drm/radeon/kms: don't disable shared encoders on pre-DCE3 display blocks by Alex Deucher · 14 years ago
  75. fce7d61 drivers/gpu/drm: Update WARN uses by Joe Perches · 14 years ago
  76. 85b54e0 drivers/gpu/drm/vmwgfx: Fix k.alloc switched arguments by Joe Perches · 14 years ago
  77. 0ea75e2 DRM: ignore invalid EDID extensions by Sam Tygier · 14 years ago
  78. c5d46b4 drm/radeon/kms: make the connector code less verbose by Alex Deucher · 14 years ago
  79. 7dcebb5 drm/ttm: remove failed ttm binding error printout by Thomas Hellstrom · 14 years ago
  80. 06fba6d drm/ttm: Add a barrier when unreserving by Thomas Hellstrom · 14 years ago
  81. dbc4a5b drm/ttm: Remove mm init error printouts and checks by Thomas Hellstrom · 14 years ago
  82. 6e4c55d drm/ttm: Remove pointless list_empty check by Thomas Hellstrom · 14 years ago
  83. d7a67cb drm/ttm: Use private locks for the default bo range manager by Thomas Hellstrom · 14 years ago
  84. 3205bc2 drm/ttm: Documentation update by Thomas Hellstrom · 14 years ago
  85. f5d8e0e drm/radeon/kms/evergreen: add missing pm.vblank_sync update in vbl handler by Alex Deucher · 14 years ago
  86. 91839fd Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel by Dave Airlie · 14 years ago
  87. 3f8ff0e drm/i915: Fix LVDS fixed-mode regression from 219adae1 by Chris Wilson · 14 years ago
  88. 08deebf drm/i915/ringbuffer: Use the HEAD auto-reporting mechanism by Chris Wilson · 14 years ago
  89. b47b30c drm/i915: Avoid might_fault during pwrite whilst holding our mutex by Chris Wilson · 14 years ago
  90. e07ac3a drm/i915; Don't apply Ironlake FDI clock workaround to Sandybridge by Zhenyu Wang · 14 years ago
  91. 5e84e1a drm/i915: Fix KMS regression on Sandybridge/CPT by Zhenyu Wang · 14 years ago
  92. 48fcfc8 i915: reprogram power monitoring registers on resume by Kyle McMartin · 14 years ago
  93. 5588978 drm/i915: SNB BLT workaround by Chris Wilson · 14 years ago
  94. 80dbf4b drm/i915: Fix the graphics frequency clamping at init and when IPS is active. by Jesse Barnes · 14 years ago
  95. 0aa9927 drm/i915: Allow powersave modparam to be adjusted at runtime. by Chris Wilson · 14 years ago
  96. c6afd65 drm/i915: Apply big hammer to serialise buffer access between rings by Chris Wilson · 14 years ago
  97. 30c5666 drm/i915: opregion_setup: iounmap correct address by Christoph Fritz · 14 years ago
  98. 395b70b drm/i915: Flush read-only buffers from the active list upon idle as well by Chris Wilson · 14 years ago
  99. b83db1d Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  100. 7e94250 drm/radeon/kms: enable unmappable vram for evergreen by Alex Deucher · 14 years ago