1. ae9c0af drm/ttm: allow fence to be added as shared by Christian König · 10 years ago
  2. c4d922b Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into drm-next by Dave Airlie · 10 years ago
  3. 91b06a8 Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  4. f266f04 drm/radeon: add RADEON_GEM_NO_CPU_ACCESS BO creation flag (v4) by Alex Deucher · 10 years ago
  5. b76ee67 drm/radeon: Clean up assignment of TTM placement lpfn member for pinning by Michel Dänzer · 10 years ago
  6. c858403 drm/radeon: Add RADEON_GEM_CPU_ACCESS BO creation flag by Michel Dänzer · 10 years ago
  7. 3bcefb0 drm/msm/adreno: push dump/show stuff to base class by Rob Clark · 10 years ago
  8. 3526e9f drm/msm/adreno: bit of init refactoring by Rob Clark · 10 years ago
  9. e2550b7 drm/msm/adreno: move decision about what gpu to to load by Rob Clark · 10 years ago
  10. bfd28b1 drm/msm/adreno: split adreno device out into it's own file by Rob Clark · 10 years ago
  11. dac746e drm/panel/simple: add optronics B101XTN01.0 (v3) by Rob Clark · 10 years ago
  12. 3e87599 drm/msm/mdp4: add LVDS panel support by Rob Clark · 10 years ago
  13. d65bd0e drm/msm/mdp4: fix blend setup with multiple crtcs by Rob Clark · 10 years ago
  14. f9a1ca5 drm/msm: update generated headers by Rob Clark · 10 years ago
  15. fdcaa1d Merge tag 'ipu-3.18' of git://git.pengutronix.de/git/pza/linux into drm-next by Dave Airlie · 10 years ago
  16. bb6d822 drm: move drm-lock API to drm_legacy.h by David Herrmann · 10 years ago
  17. d4f68a7 drm: merge drm_usb into udl by David Herrmann · 10 years ago
  18. c5786fe drm: Goody bye, drm_bus! by David Herrmann · 10 years ago
  19. 915b4d1 drm: add driver->set_busid() callback by David Herrmann · 10 years ago
  20. 1e444be drm: drop unused drm_master->unique_size by David Herrmann · 10 years ago
  21. d0a3916 drm: simplify drm_*_set_unique() by David Herrmann · 10 years ago
  22. d7d2c48 drm: move remaining includes in drmP.h to the top by David Herrmann · 10 years ago
  23. 69d516c drm: inline "struct drm_sigdata" by David Herrmann · 10 years ago
  24. edf0ac7 drm: drop DRM_DEBUG_CODE by David Herrmann · 10 years ago
  25. 9699390 drm: order includes alphabetically in drmP.h by David Herrmann · 10 years ago
  26. 71930d7 drm: move __OS_HAS_AGP into drm_agpsupport.h by David Herrmann · 10 years ago
  27. d6db656 drm: merge drm_memory.h into drm_memory.c by David Herrmann · 10 years ago
  28. 32abc55 drm: drop __KERNEL__ protection in drmP.h by David Herrmann · 10 years ago
  29. 2791ee8 drm: replace weird conditional includes by David Herrmann · 10 years ago
  30. cc5ea59 drm: move AGP definitions harder by David Herrmann · 10 years ago
  31. cc33db0 drm: drop unused "struct drm_waitlist" by David Herrmann · 10 years ago
  32. 71d3948 drm: move "struct drm_magic_entry" to drm_auth.c by David Herrmann · 10 years ago
  33. 03decbe drm: move "struct drm_vma_entry" to drm_vm.c by David Herrmann · 10 years ago
  34. 9fc5cde drm: mark drm_buf and drm_map as legacy by David Herrmann · 10 years ago
  35. 9f50bd8 drm/radeon: move drm_buffer to drm/radeon/ by David Herrmann · 10 years ago
  36. 58b21c2 drm/qxl: Fix crash in eviction from qxl_release_fence_buffer_objects by Maarten Lankhorst · 10 years ago
  37. b75402c drm/qxl: fix gaping memory hole by Maarten Lankhorst · 10 years ago
  38. d7e4d67 drm/qxl: Remove release_lock stupidity by Maarten Lankhorst · 10 years ago
  39. 47c1296 drm/qxl: enables gem prime helpers for qxl using dummy driver callbacks by Andreas Pokorny · 10 years ago
  40. 058e9f5 drm/qxl: simple crtc page flipping emulated using buffer copy by Andreas Pokorny · 10 years ago
  41. 6ba59f3 Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/linux into drm-next by Dave Airlie · 10 years ago
  42. 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
  43. 809e944 drm/nouveau: use shared fences for readable objects by Maarten Lankhorst · 11 years ago
  44. 9242829 drm/nouveau: Keep only a single list for validation. by Maarten Lankhorst · 11 years ago
  45. 472db7a drm/ttm: use rcu in core ttm by Maarten Lankhorst · 11 years ago
  46. 5fbad99 drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grab by Maarten Lankhorst · 11 years ago
  47. 39e7f6f drm/radeon: use rcu waits in some ioctls by Maarten Lankhorst · 11 years ago
  48. 59701f9 drm/nouveau: use rcu in nouveau_gem_ioctl_cpu_prep by Maarten Lankhorst · 11 years ago
  49. f2c24b8 drm/ttm: flip the switch, and convert to dma_fence by Maarten Lankhorst · 11 years ago
  50. 2f453ed drm/qxl: rework to new fence interface by Maarten Lankhorst · 11 years ago
  51. 29ba89b drm/nouveau: rework to new fence interface by Maarten Lankhorst · 11 years ago
  52. 2298e80 drm/vmwgfx: rework to new fence interface, v2 by Maarten Lankhorst · 11 years ago
  53. c060a4e drm/vmwgfx: get rid of different types of fence_flags entirely by Maarten Lankhorst · 11 years ago
  54. 3feb049 gpu: ipu-v3: Add ipu_dump() by Steve Longerbeam · 11 years ago
  55. 60c0445 gpu: ipu-cpmem: Add ipu_cpmem_dump() by Steve Longerbeam · 11 years ago
  56. 9a34cef gpu: ipu-v3: Add more planar formats support by Steve Longerbeam · 11 years ago
  57. 2094b60 gpu: ipu-cpmem: Add second buffer support to ipu_cpmem_set_image() by Steve Longerbeam · 11 years ago
  58. c42d37ca gpu: ipu-cpmem: Add ipu_cpmem_set_rotation() by Steve Longerbeam · 11 years ago
  59. 555f0e6 gpu: ipu-cpmem: Add ipu_cpmem_set_axi_id() by Steve Longerbeam · 11 years ago
  60. 9b9da0b gpu: ipu-cpmem: Add ipu_cpmem_set_block_mode() by Steve Longerbeam · 11 years ago
  61. 4fd1a07 gpu: ipu-v3: Add ipu_idmac_lock_enable() by Steve Longerbeam · 11 years ago
  62. 2bcf577 gpu: ipu-v3: Add ipu_idmac_enable_watermark() by Steve Longerbeam · 11 years ago
  63. 6930afd gpu: ipu-v3: Add ipu_stride_to_bytes() by Steve Longerbeam · 11 years ago
  64. e7268c6 gpu: ipu-v3: Add __ipu_idmac_reset_current_buffer() by Steve Longerbeam · 11 years ago
  65. bce6f08 gpu: ipu-v3: Add ipu_idmac_clear_buffer() by Steve Longerbeam · 11 years ago
  66. aa52f57 gpu: ipu-v3: Add ipu_idmac_buffer_is_ready() by Steve Longerbeam · 11 years ago
  67. a4cd8f2 gpu: ipu-v3: Move IDMAC channel names to imx-ipu-v3.h by Steve Longerbeam · 11 years ago
  68. 4cea940 gpu: ipu-v3: Add helper function checking if pixfmt is planar by Steve Longerbeam · 11 years ago
  69. f835f38 gpu: ipu-v3: Add rotation mode conversion utilities by Steve Longerbeam · 11 years ago
  70. ae0e970 gpu: ipu-v3: Add ipu_mbus_code_to_colorspace() by Steve Longerbeam · 11 years ago
  71. a2be35e gpu: ipu-v3: smfc: Add ipu_smfc_set_watermark() by Steve Longerbeam · 11 years ago
  72. 7fafa8f gpu: ipu-v3: smfc: Convert to per-channel by Steve Longerbeam · 11 years ago
  73. fc43535 gpu: ipu-v3: smfc: Move enable/disable to ipu-smfc.c by Steve Longerbeam · 11 years ago
  74. 1aa8ea0 gpu: ipu-v3: Add Image Converter unit by Steve Longerbeam · 10 years ago
  75. 2ffd48f gpu: ipu-v3: Add Camera Sensor Interface unit by Steve Longerbeam · 10 years ago
  76. 954605c drm/radeon: use common fence implementation for fences, v4 by Maarten Lankhorst · 11 years ago
  77. 1f0dc9a drm/ttm: kill off some members to ttm_validate_buffer by Maarten Lankhorst · 11 years ago
  78. 58b4d72 drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers by Maarten Lankhorst · 11 years ago
  79. dd7cfd6 drm/ttm: kill fence_lock by Maarten Lankhorst · 11 years ago
  80. 7040138 drm/ttm: call ttm_bo_wait while inside a reservation by Maarten Lankhorst · 11 years ago
  81. bdaf7dd drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fence by Maarten Lankhorst · 11 years ago
  82. d0b3c3b drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prep by Maarten Lankhorst · 11 years ago
  83. 04cd214 Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  84. feba9b0 drm/radeon: preallocate mem for UVD create/destroy msg by Christian König · 10 years ago
  85. 3852752 drm/radeon: allow UVD to use a second 256MB segment by Christian König · 10 years ago
  86. 6adae10 Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  87. fb1aaca Merge branch 'ttm_pfn' of git://people.freedesktop.org/~deathsimple/linux into drm-next by Dave Airlie · 10 years ago
  88. 3c03638 drm/radeon: drop doing resets in a work item by Christian König · 10 years ago
  89. d6d5c5b drm/radeon: drop RADEON_FENCE_SIGNALED_SEQ v2 by Christian König · 10 years ago
  90. 9867d00 drm/radeon: add timeout argument to radeon_fence_wait_seq v2 by Maarten Lankhorst · 10 years ago
  91. 0bfa4b4 drm/radeon: handle lockup in delayed work, v5 by Christian König · 10 years ago
  92. 9bb39ff drm/radeon: take exclusive_lock in read mode during ring tests, v5 by Maarten Lankhorst · 10 years ago
  93. eb98c70 drm/radeon: force fence completion only on problematic rings (v2) by Christian König · 10 years ago
  94. f0d970b drm/radeon: wake up all fences on manual reset by Christian König · 10 years ago
  95. 14e935a drm/radeon: add UVD fw names for older asic by Christian König · 12 years ago
  96. 32517d5 drm/radeon: enable RB_ARB before resetting the VCPU by Christian König · 10 years ago
  97. bdc9972 drm/radeon: 760G/780V/880V don't have UVD by Alex Deucher · 10 years ago
  98. 115365e drm/radeon: implement UVD hw workarounds for R6xx v3 by Christian König · 12 years ago
  99. 856754c drm/radeon: add UVD support for older asics v4 by Christian König · 12 years ago
  100. 4a956a7 drm/radeon: add set_uvd_clocks callback for r6xx v4 by Alex Deucher · 12 years ago