1. 042206c drm/nouveau: Implement the vblank DRM hooks. by Francisco Jerez · 14 years ago
  2. 63f7fcf drm/nv04: Make CRTC base changes effective in the next hsync. by Francisco Jerez · 14 years ago
  3. 382d62e drm/nouveau: fix annoying nouveau_fence type issue by Marcin Slusarz · 14 years ago
  4. 5f80198 drm/nv50: regression fix, point NVAA/NVAC at correct PM functions by Ben Skeggs · 14 years ago
  5. 35fa2f2 drm/nouveau: add support for MSI by Ben Skeggs · 14 years ago
  6. 01d63187 drm/nv10: fix thinko and let nv17 do 3d again :) by Ben Skeggs · 14 years ago
  7. 8888cb1 drm/nv50: fix evo instmem alignment by Ben Skeggs · 14 years ago
  8. 97e2000 drm/nv50: improve evo error handler when more than just channel 0 active by Ben Skeggs · 14 years ago
  9. 43ce028 drm/nv50: rework evo init to match nvidia more closely by Ben Skeggs · 14 years ago
  10. 1e96268 drm/nv50: initial work to allow multiple evo channels by Ben Skeggs · 14 years ago
  11. b7bc613 drm/nv50: move evo handling to nv50_evo.c by Ben Skeggs · 14 years ago
  12. 106ddad drm/nv50: clearer separation of the stages of evo init by Ben Skeggs · 14 years ago
  13. f4512e6 drm/nv50: create graph and crypt contexts on demand by Ben Skeggs · 14 years ago
  14. 3052be2 drm/nv50: remove excessive alignment of graph/crypt contexts by Ben Skeggs · 14 years ago
  15. bd2e597 drm/nv84: add support for the PCRYPT engine by Ben Skeggs · 14 years ago
  16. b8c157d drm/nouveau: only expose the object classes that are supported by the chipset by Ben Skeggs · 14 years ago
  17. a6a1a38 drm/nouveau: use object class structs more extensively by Ben Skeggs · 14 years ago
  18. 5053694 drm/nouveau: store engine type in gpuobj class structs by Ben Skeggs · 14 years ago
  19. 9100468 drm/nouveau: pass gpuobj alignment request down into backing allocator by Ben Skeggs · 14 years ago
  20. 0541324a drm/nv40: Ignore sync-to-vblank active when waiting for idle. by Francisco Jerez · 14 years ago
  21. 889fa93 drm/nouveau: Take fence spinlock in nouveau_fence_channel_fini(). by Francisco Jerez · 14 years ago
  22. 2b478add drm/nouveau: Avoid race in the interchannel sync code. by Francisco Jerez · 14 years ago
  23. 2a6789a drm/nouveau: Make fences take a weak channel reference. by Francisco Jerez · 14 years ago
  24. f091a3d drm/nouveau: Implement weak channel references. by Francisco Jerez · 14 years ago
  25. 36c952e drm/nouveau: Fix lock unbalance on card take down. by Francisco Jerez · 14 years ago
  26. feeb0ae drm/nouveau: Add unlocked variants of nouveau_channel_get/put. by Francisco Jerez · 14 years ago
  27. f175b74 drm/nouveau: Fix race condition in channel refcount handling. by Francisco Jerez · 14 years ago
  28. 3945e47 drm/nouveau: Refactor context destruction to avoid a lock ordering issue. by Francisco Jerez · 14 years ago
  29. fcccab2 drm/nouveau: Use lazy fence waits when doing software interchannel sync. by Francisco Jerez · 14 years ago
  30. aa5ac73 drm/nouveau: Leave BO eviction synchronization for later. by Francisco Jerez · 14 years ago
  31. cbb4b60 drm/nv50: remove some unnecessary PDISPLAY init by Ben Skeggs · 14 years ago
  32. 9acc810 drm/nouveau: fallback to sw fbcon if we can't get mutex immediately by Ben Skeggs · 14 years ago
  33. 6032649 drm/nouveau: hook up acpi power supply change tracking by Ben Skeggs · 14 years ago
  34. 18a16a7 drm/nouveau: return error from nouveau_ramht_remove() if not found by Ben Skeggs · 14 years ago
  35. 938c40e drm/nouveau: use interruptible waits during pushbuf validation by Ben Skeggs · 14 years ago
  36. 08cd3d4 drm/nouveau: fix thinko in channel locking in semaphore path by Ben Skeggs · 14 years ago
  37. 21e86c1 drm/nouveau: remove cpu_writers lock by Ben Skeggs · 14 years ago
  38. b12120a drm/nouveau: switch to unlocked ioctls by Ben Skeggs · 14 years ago
  39. cff5c13 drm/nouveau: add more fine-grained locking to channel list + structures by Ben Skeggs · 14 years ago
  40. 6a6b73f drm/nouveau: add per-channel mutex, use to lock access to drm's channel by Ben Skeggs · 14 years ago
  41. ceed5f3 drm/nouveau: disallow fbcon accel if running in interrupt context by Ben Skeggs · 14 years ago
  42. 7c74cbd drm/nouveau: tidy fifo swmthd handler a little by Ben Skeggs · 14 years ago
  43. f7eb0c5 Merge branch 'drm-radeon-fusion' of ../drm-radeon-next into drm-core-next by Dave Airlie · 14 years ago
  44. 7e76c5c Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-next by Dave Airlie · 14 years ago
  45. acb3250 drm/radeon/kms: improve pflip precision on r1xx-r4xx by Alex Deucher · 14 years ago
  46. 439bd6c drm/radeon/kms: add Ontario APU ucode loading support by Alex Deucher · 14 years ago
  47. bbbf9b7 drm/radeon/kms: enable MSIs on fusion APUs by Alex Deucher · 14 years ago
  48. b0e6641 drm/radeon/kms: add power table parsing support for Ontario fusion APUs by Alex Deucher · 14 years ago
  49. 560154e drm/radeon/kms: refactor atombios power state fetching by Alex Deucher · 14 years ago
  50. e719ebd drm/radeon/kms: add bo blit support for Ontario fusion APUs by Alex Deucher · 14 years ago
  51. e33df25 drm/radeon/kms: add thermal sensor support for fusion APUs by Alex Deucher · 14 years ago
  52. d5e455e drm/radeon/kms: fill in GPU init for AMD Ontario Fusion APUs by Alex Deucher · 14 years ago
  53. 958261d drm/radeon/kms: add radeon_asic struct for AMD Ontario fusion APUs by Alex Deucher · 14 years ago
  54. 1800740 drm/radeon/kms: evergreen.c updates for fusion by Alex Deucher · 14 years ago
  55. 6eb18f8 drm/radeon/kms: MC setup changes for fusion APUs by Alex Deucher · 14 years ago
  56. 0ef0c1f drm/radeon/kms: move r7xx/evergreen to its own vram_gtt setup function by Alex Deucher · 14 years ago
  57. 4339c44 drm/radeon/kms: add support for ss overrides on Fusion APUs by Alex Deucher · 14 years ago
  58. bf982eb drm/radeon/kms: Add support for external encoders on fusion APUs by Alex Deucher · 14 years ago
  59. 4e8c65a drm/radeon/kms: atom changes for DCE4.1 devices by Alex Deucher · 14 years ago
  60. 2f062fd drm/radeon/kms: add new family id for AMD Ontario APUs by Alex Deucher · 14 years ago
  61. 603a9da drm/radeon/kms: upstream power table updates by Alex Deucher · 14 years ago
  62. 1422ef5 drm/radeon/kms: upstream atombios.h updates by Alex Deucher · 14 years ago
  63. 5d68e50 drm/radeon/kms: upstream ObjectID.h updates by Alex Deucher · 14 years ago
  64. 9535ab7 drm/radeon/kms: setup mc chremap properly on r7xx/evergreen by Alex Deucher · 14 years ago
  65. 147666f drm/radeon: Use the ttm execbuf utilities by Thomas Hellstrom · 14 years ago
  66. eba6709 drm/ttm: Fix up io_mem_reserve / io_mem_free calling by Thomas Hellstrom · 14 years ago
  67. 6570596 drm/ttm/vmwgfx: Have TTM manage the validation sequence. by Thomas Hellstrom · 14 years ago
  68. 95762c2 drm/ttm: Improved fencing of buffer object lists by Thomas Hellstrom · 14 years ago
  69. 702adba drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lock by Thomas Hellstrom · 14 years ago
  70. 96726fe drm/ttm: Don't deadlock on recursive multi-bo reservations by Thomas Hellstrom · 14 years ago
  71. 68c4fa3 drm/ttm: Optimize ttm_eu_backoff_reservation by Thomas Hellstrom · 14 years ago
  72. 2357cbe drm/ttm: Use kref_sub instead of repeatedly calling kref_put by Thomas Hellstrom · 14 years ago
  73. d6ea888 drm/ttm: Add a bo list reserve fastpath (v2) by Dave Airlie · 14 years ago
  74. b672440 drm/kms/radeon: Use high precision timestamps for pageflip completion events. by Mario Kleiner · 14 years ago
  75. 3e4ea74 drm/kms/radeon: Reorder vblank and pageflip interrupt handling. by Mario Kleiner · 14 years ago
  76. 6f34be5 drm/radeon/kms: add pageflip ioctl support (v3) by Alex Deucher · 14 years ago
  77. f5a8020 drm/kms/radeon: Add support for precise vblank timestamping. by Mario Kleiner · 14 years ago
  78. 27641c3 drm/vblank: Add support for precise vblank timestamping. by Mario Kleiner · 14 years ago
  79. 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
  80. 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
  81. 16c59ef drm/i915: Disable FBC on Ironlake to save 1W by Alex Shi · 14 years ago
  82. e7dbb2f drm/i915: Take advantage of auto-polling CRT hotplug detection on PCH hardware by Keith Packard · 14 years ago
  83. c9a1c4c drm/i915/crt: Introduce struct intel_crt by Chris Wilson · 14 years ago
  84. 51311d0 drm/i915: Do not hold mutex when faulting in user addresses by Chris Wilson · 14 years ago
  85. 164bcb9 drm/radeon/kms: i2c s/sprintf/snprintf/g for safety by Alex Deucher · 14 years ago
  86. be66305 drm/radeon/kms: fix i2c pad masks on rs4xx by Alex Deucher · 14 years ago
  87. 95ccb0f drm/ttm: Fix up a theoretical deadlock by Thomas Hellstrom · 14 years ago
  88. 9a03d34 Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 14 years ago
  89. 1aa52bd drm/radeon/kms: fix tiling info on evergreen by Alex Deucher · 14 years ago
  90. 268b251 drm/radeon/kms: fix alignment when allocating buffers by Alex Deucher · 14 years ago
  91. 2f5993c drm/vmwgfx: Fix up an error path during bo creation by Thomas Hellstrom · 14 years ago
  92. a5193fe drm/radeon/kms: register an i2c adapter name for the dp aux bus by Alex Deucher · 14 years ago
  93. 3e4b998 drm/radeon/kms/atom: add proper external encoders support by Alex Deucher · 14 years ago
  94. 99999aa drm/radeon/kms/atom: cleanup and unify DVO handling by Alex Deucher · 14 years ago
  95. 8b83485 drm/radeon/kms: properly power up/down the eDP panel as needed (v4) by Alex Deucher · 14 years ago
  96. c7a71fc drm/radeon/kms/atom: set sane defaults in atombios_get_encoder_mode() by Alex Deucher · 14 years ago
  97. ba251bd drm/radeon/kms: turn the backlight off explicitly for dpms by Alex Deucher · 14 years ago
  98. d33ef52 drm/radeon/kms: fix typo in r600 cs checker by Alex Deucher · 14 years ago
  99. 21e2eae drm: radeon: fix error value sign by Vasiliy Kulikov · 14 years ago
  100. 1679056 drm/radeon/kms: fix and unify tiled buffer alignment checking for r6xx/7xx by Alex Deucher · 14 years ago