1. 9fc5cde drm: mark drm_buf and drm_map as legacy by David Herrmann · 10 years ago
  2. 9f50bd8 drm/radeon: move drm_buffer to drm/radeon/ by David Herrmann · 10 years ago
  3. 58b21c2 drm/qxl: Fix crash in eviction from qxl_release_fence_buffer_objects by Maarten Lankhorst · 10 years ago
  4. b75402c drm/qxl: fix gaping memory hole by Maarten Lankhorst · 10 years ago
  5. d7e4d67 drm/qxl: Remove release_lock stupidity by Maarten Lankhorst · 10 years ago
  6. 47c1296 drm/qxl: enables gem prime helpers for qxl using dummy driver callbacks by Andreas Pokorny · 10 years ago
  7. 058e9f5 drm/qxl: simple crtc page flipping emulated using buffer copy by Andreas Pokorny · 10 years ago
  8. 6ba59f3 Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/linux into drm-next by Dave Airlie · 10 years ago
  9. a18b29f Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  10. 809e944 drm/nouveau: use shared fences for readable objects by Maarten Lankhorst · 11 years ago
  11. 9242829 drm/nouveau: Keep only a single list for validation. by Maarten Lankhorst · 11 years ago
  12. 472db7a drm/ttm: use rcu in core ttm by Maarten Lankhorst · 10 years ago
  13. 5fbad99 drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grab by Maarten Lankhorst · 10 years ago
  14. 39e7f6f drm/radeon: use rcu waits in some ioctls by Maarten Lankhorst · 10 years ago
  15. 59701f9 drm/nouveau: use rcu in nouveau_gem_ioctl_cpu_prep by Maarten Lankhorst · 10 years ago
  16. f2c24b8 drm/ttm: flip the switch, and convert to dma_fence by Maarten Lankhorst · 11 years ago
  17. 2f453ed drm/qxl: rework to new fence interface by Maarten Lankhorst · 11 years ago
  18. 29ba89b drm/nouveau: rework to new fence interface by Maarten Lankhorst · 11 years ago
  19. 2298e80 drm/vmwgfx: rework to new fence interface, v2 by Maarten Lankhorst · 11 years ago
  20. c060a4e drm/vmwgfx: get rid of different types of fence_flags entirely by Maarten Lankhorst · 11 years ago
  21. 954605c drm/radeon: use common fence implementation for fences, v4 by Maarten Lankhorst · 11 years ago
  22. 1f0dc9a drm/ttm: kill off some members to ttm_validate_buffer by Maarten Lankhorst · 11 years ago
  23. 58b4d72 drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers by Maarten Lankhorst · 11 years ago
  24. dd7cfd6 drm/ttm: kill fence_lock by Maarten Lankhorst · 11 years ago
  25. 7040138 drm/ttm: call ttm_bo_wait while inside a reservation by Maarten Lankhorst · 11 years ago
  26. bdaf7dd drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fence by Maarten Lankhorst · 11 years ago
  27. d0b3c3b drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prep by Maarten Lankhorst · 11 years ago
  28. feba9b0 drm/radeon: preallocate mem for UVD create/destroy msg by Christian König · 10 years ago
  29. 3852752 drm/radeon: allow UVD to use a second 256MB segment by Christian König · 10 years ago
  30. 6adae10 Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  31. 3c03638 drm/radeon: drop doing resets in a work item by Christian König · 10 years ago
  32. d6d5c5b drm/radeon: drop RADEON_FENCE_SIGNALED_SEQ v2 by Christian König · 10 years ago
  33. 9867d00 drm/radeon: add timeout argument to radeon_fence_wait_seq v2 by Maarten Lankhorst · 10 years ago
  34. 0bfa4b4 drm/radeon: handle lockup in delayed work, v5 by Christian König · 10 years ago
  35. 9bb39ff drm/radeon: take exclusive_lock in read mode during ring tests, v5 by Maarten Lankhorst · 10 years ago
  36. eb98c70 drm/radeon: force fence completion only on problematic rings (v2) by Christian König · 10 years ago
  37. f0d970b drm/radeon: wake up all fences on manual reset by Christian König · 10 years ago
  38. 14e935a drm/radeon: add UVD fw names for older asic by Christian König · 12 years ago
  39. 32517d5 drm/radeon: enable RB_ARB before resetting the VCPU by Christian König · 10 years ago
  40. bdc9972 drm/radeon: 760G/780V/880V don't have UVD by Alex Deucher · 10 years ago
  41. 115365e drm/radeon: implement UVD hw workarounds for R6xx v3 by Christian König · 11 years ago
  42. 856754c drm/radeon: add UVD support for older asics v4 by Christian König · 12 years ago
  43. 4a956a7 drm/radeon: add set_uvd_clocks callback for r6xx v4 by Alex Deucher · 12 years ago
  44. a8fba64 drm/radeon: properly init UVD MC bits on R600 by Christian König · 11 years ago
  45. b6a7eee drm/radeon: force UVD buffers into VRAM on RS[78]80 v2 by Christian König · 12 years ago
  46. 13a7d29 drm/radeon: move the IB test after the AGP fallback by Christian König · 10 years ago
  47. f1217ed drm/ttm: move fpfn and lpfn into each placement v2 by Christian König · 10 years ago
  48. 604effb drm/i915: fix suspend/resume for GENs w/o runtime PM support by Imre Deak · 10 years ago
  49. 484048d Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  50. d5a0f2e Merge tag 'drm-intel-next-2014-08-08' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  51. c0ee755 Merge tag 'topic/core-stuff-2014-08-15' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  52. c281354 drm/i915: Update DRIVER_DATE to 20140822 by Daniel Vetter · 10 years ago
  53. 6dc14ba drm/radeon: add new KV pci id by Alex Deucher · 10 years ago
  54. 20a984c Merge tag 'drm-intel-fixes-2014-08-21' of git://anongit.freedesktop.org/drm-intel by Dave Airlie · 10 years ago
  55. 3a5f87c drm: fix plane rotation when restoring fbdev configuration by Thomas Wood · 10 years ago
  56. fd639ac drm/i915/bdw: Disable execlists by default by Damien Lespiau · 10 years ago
  57. d7f621e drm/i915/bdw: Enable Logical Ring Contexts (hence, Execlists) by Oscar Mateo · 10 years ago
  58. 73e4d07 drm/i915/bdw: Document Logical Rings, LR contexts and Execlists by Oscar Mateo · 10 years ago
  59. c0ab1ae drm/i915/bdw: Print context state in debugfs by Ben Widawsky · 10 years ago
  60. c9fe99b drm/i915/bdw: Display context backing obj & ringbuffer info in debugfs by Oscar Mateo · 10 years ago
  61. 4ba70e4 drm/i915/bdw: Display execlists info in debugfs by Oscar Mateo · 10 years ago
  62. 71386ef drm/i915/bdw: Disable semaphores for Execlists by Oscar Mateo · 10 years ago
  63. cc9130b drm/i915/bdw: Make sure gpu reset still works with Execlists by Oscar Mateo · 10 years ago
  64. b7c7182 drm/i915/bdw: Don't write PDP in the legacy way when using LRCs by Oscar Mateo · 10 years ago
  65. b738ca5 Revert "drm/radeon: Use write-combined CPU mappings of ring buffers with PCIe" by Alex Deucher · 10 years ago
  66. 52da51f drm/radeon: fix active_cu mask on SI and CIK after re-init (v3) by Alex Deucher · 10 years ago
  67. 6101b3a drm/radeon: fix active cu count for SI and CIK by Alex Deucher · 10 years ago
  68. cd1c9c1 drm/radeon: re-enable selective GPUVM flushing by Alex Deucher · 10 years ago
  69. 86302ee drm/radeon: Sync ME and PFP after CP semaphore waits v4 by Christian König · 10 years ago
  70. 73ef0e0 drm/radeon: fix display handling in radeon_gpu_reset by Alex Deucher · 10 years ago
  71. c940b44 drm/radeon: fix pm handling in radeon_gpu_reset by Alex Deucher · 10 years ago
  72. 1538a9e drm/radeon: Only flush HDP cache for indirect buffers from userspace by Michel Dänzer · 10 years ago
  73. 701e1e7 drm/radeon: properly document reloc priority mask by Christian König · 10 years ago
  74. 1a125d8 drm/i915: don't try to retrain a DP link on an inactive CRTC by Imre Deak · 10 years ago
  75. 07f9cd0 drm/i915: make sure VDD is turned off during system suspend by Imre Deak · 10 years ago
  76. 1d0d343 drm/i915: cancel hotplug and dig_port work during suspend and unload by Imre Deak · 10 years ago
  77. 6323751 drm/i915: fix HPD IRQ reenable work cancelation by Imre Deak · 10 years ago
  78. 1c767b3 drm/i915: take display port power domain in DP HPD handler by Imre Deak · 10 years ago
  79. c39502c Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux by Dave Airlie · 10 years ago
  80. 1add143 drm/i915: Don't try to enable cursor from setplane when crtc is disabled by Ville Syrjälä · 10 years ago
  81. a459249 drm/i915: Skip load detect when intel_crtc->new_enable==true by Ville Syrjälä · 10 years ago
  82. 208bf9f drm/i915: Fix locking for intel_enable_pipe_a() by Ville Syrjälä · 10 years ago
  83. d22af68 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  84. c8ad8b5 drm/radeon: Remove duplicate include from Makefile by Andreas Ruprecht · 10 years ago
  85. c83dec3 drm/radeon/dpm: select the appropriate vce power state for KV/KB/ML by Alex Deucher · 10 years ago
  86. b07a657 drm/radeon: Add ability to get and change dpm state when radeon PX card is turned off by Pali Rohár · 10 years ago
  87. 6bce8d9 drm/radeon: Add missing lines to ci_set_thermal_temperature_range by Oleg Chernovskiy · 10 years ago
  88. 6f28ef4 drm/radeon: Always flush VM again on < CIK by Michel Dänzer · 10 years ago
  89. 68b1ea3 drm/radeon: add a check for allocation failure (v2) by Dan Carpenter · 10 years ago
  90. 4fb0bbd drm/radeon: use pfp for all vm_flush related updates by Alex Deucher · 10 years ago
  91. 6e909f7 drm/radeon: add bapm module parameter by Alex Deucher · 10 years ago
  92. 83d45f2 Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 10 years ago
  93. 4898ac0 drm/nouveau/platform: fix compilation error by Alexandre Courbot · 10 years ago
  94. 5d6d94f drm/nouveau/gk20a: add LTC device by Alexandre Courbot · 10 years ago
  95. c9a6fd9 drm/nouveau: warn if we fail to re-pin fb on resume by Ben Skeggs · 10 years ago
  96. 8bd62a8 drm/nouveau/nvif: fix dac load detect method definition by Ben Skeggs · 10 years ago
  97. da7c74e drm/gf100-/gr: fix -ENOSPC detection when allocating zbc table entries by Ben Skeggs · 10 years ago
  98. ef07cea drm/nouveau/nvif: return null pointers on failure, in addition to ret != 0 by Ben Skeggs · 10 years ago
  99. 147ed89 drm/nouveau/ltc: fix tag base address getting truncated if above 4GiB by Ben Skeggs · 10 years ago
  100. 3d9e392 drm/nvc0-/fb/ram: fix use of non-existant ram if partitions aren't uniform by Ben Skeggs · 10 years ago