1. 07cc0ef drm/atomic: Introduce state->obj backpointers by Daniel Vetter · 11 years ago
  2. b4274fb drm/atomic-helper: Again check modeset *before* plane states by Daniel Vetter · 11 years ago
  3. d9b1362 drm/atomic-helper: Export both plane and modeset check helpers by Daniel Vetter · 11 years ago
  4. 4b08eae drm/atomic: fix potential null ptr on plane enable by Rob Clark · 11 years ago
  5. 4e0cd68 drm: sti: fix module compilation issue by benjamin.gaignard@linaro.org · 11 years ago
  6. 731d754 Merge branch 'drm-sti-next-2014-12-11' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-next by Dave Airlie · 11 years ago
  7. b59f782 Merge tag 'drm-intel-next-fixes-2014-12-11' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 11 years ago
  8. 9f49c37 drm/i915: save/restore GMBUS freq across suspend/resume on gen4 by Jesse Barnes · 11 years ago
  9. f78e772 drm: sti: correctly cleanup CRTC and planes by Benjamin Gaignard · 11 years ago
  10. 4fdbc678 drm: sti: add HQVDP plane by Benjamin Gaignard · 11 years ago
  11. 96006a7 drm: sti: add cursor plane by Benjamin Gaignard · 11 years ago
  12. 5e03abc drm: sti: enable auxiliary CRTC by Benjamin Gaignard · 11 years ago
  13. 7f2d479 drm: sti: fix delay in VTG programming by Benjamin Gaignard · 11 years ago
  14. ca27960 drm: sti: prepare sti_tvout to support auxiliary crtc by Benjamin Gaignard · 11 years ago
  15. ca614aa drm: sti: use drm_crtc_vblank_{on/off} instead of drm_vblank_{on/off} by Benjamin Gaignard · 11 years ago
  16. 589b347 drm: sti: fix hdmi avi infoframe by Benjamin Gaignard · 11 years ago
  17. eb929dc drm: sti: remove event lock while disabling vblank by Benjamin Gaignard · 11 years ago
  18. a51fe84 drm: sti: simplify gdp code by Benjamin Gaignard · 11 years ago
  19. 2f7d0e82c drm: sti: clear all mixer control by Benjamin Gaignard · 11 years ago
  20. 7656920 drm: sti: remove gpio for HDMI hot plug detection by Benjamin Gaignard · 11 years ago
  21. 41a1462 drm: sti: allow to change hdmi ddc i2c adapter by Benjamin Gaignard · 11 years ago
  22. da9df2f Merge tag 'topic/core-stuff-2014-12-10' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 11 years ago
  23. 2645934 drm/i915: Remove '& 0xffff' from the mask given to WA_REG() by Damien Lespiau · 11 years ago
  24. cf4b0de drm/i915: Invert the mask and val arguments in wa_add() and WA_REG() by Damien Lespiau · 11 years ago
  25. a18c0af drm: Zero out DRM object memory upon cleanup by Thierry Reding · 11 years ago
  26. 9853325 drm/i915/bdw: Fix the write setting up the WIZ hashing mode by Damien Lespiau · 11 years ago
  27. 0b6d24c drm/i915: Don't complain about stolen conflicts on gen3 by Daniel Vetter · 11 years ago
  28. 393e872 drm: fix a typo in a comment by Martin Peres · 11 years ago
  29. e2db726 drm: fix a word repetition in a comment by Martin Peres · 11 years ago
  30. b0ee9e7 drm/fb: add support for tiled monitor configurations. (v2) by Dave Airlie · 11 years ago
  31. 6f134d7 drm/tile: expose the tile property to userspace (v3) by Dave Airlie · 11 years ago
  32. 40d9b04 drm/connector: store tile information from displayid (v3) by Dave Airlie · 11 years ago
  33. c6a0aed drm/mst: cached EDID for logical ports (v2) by Dave Airlie · 11 years ago
  34. 138f9eb drm: add tile_group support. (v3) by Dave Airlie · 11 years ago
  35. 0391359 drm/dp-mst: Remove branches before dropping the reference by Daniel Vetter · 11 years ago
  36. e2809c7 drm/fb_helper: move deferred fb checking into restore mode (v2) by Dave Airlie · 11 years ago
  37. 19a93f0 drm/dp: retry AUX transactions 32 times (v1.1) by Dave Airlie · 11 years ago
  38. e7d6f7d drm/i915: resume MST after reading back hw state by Dave Airlie · 11 years ago
  39. b75478d Merge branch 'drm_iommu_v15' of https://github.com/markyzq/kernel-drm-rockchip into drm-next by Dave Airlie · 11 years ago
  40. b00ff04 Merge branch 'amdkfd-next-3.19' of git://people.freedesktop.org/~gabbayo/linux into drm-next by Dave Airlie · 11 years ago
  41. 8c86394 Merge tag 'v3.18' into drm-next by Dave Airlie · 11 years ago
  42. a18069c amdkfd: Disable support for 32-bit user processes by Oded Gabbay · 11 years ago
  43. 9cca306 drm/i915: Handle inaccurate time conversion issues by Daniel Vetter · 11 years ago
  44. 7bd0e22 drm/i915: compute wait_ioctl timeout correctly by Daniel Vetter · 11 years ago
  45. af15d2c drm/i915: don't always do full mode sets when infoframes are enabled by Jesse Barnes · 11 years ago
  46. 3e3282c Merge tag 'drm-intel-fixes-2014-12-04' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 11 years ago
  47. 7608867 Merge tag 'drm-intel-next-fixes-2014-12-04' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 11 years ago
  48. 047b35f Merge branch 'amdkfd-next-3.19' of git://people.freedesktop.org/~gabbayo/linux into drm-next by Dave Airlie · 11 years ago
  49. a0a0bde drm: Fix memory leak at error path of drm_read() by Takashi Iwai · 11 years ago
  50. a550bb3 amdkfd: Set *buffer_ptr to NULL in case of error by Oded Gabbay · 11 years ago
  51. eb8d4d0 drm/radeon: enable smc fan control on CI by Alex Deucher · 11 years ago
  52. 6d2d13d drm/radeon: use pointers instead of indexes for CS chunks by Christian König · 11 years ago
  53. 466be33 drm/radeon: remove duplicates check by Christian König · 11 years ago
  54. aa35071 drm/ttm: optionally move duplicates to a separate list by Christian König · 11 years ago
  55. 5e5c21c drm/radeon: check the right ring in radeon_evict_flags() by Alex Deucher · 11 years ago
  56. 6554d9a drm/radeon: fix copy paste typos in fan control for si/ci by Alex Deucher · 11 years ago
  57. c9d61b0 drm/radeon: Hide cursor on CRTCs used by fbdev (v2) by Michel Dänzer · 11 years ago
  58. f7a3db7 drm/radeon: add spinlock for BO_VA status protection (v2) by Christian König · 11 years ago
  59. 44c4bd2 drm/radeon: fence PT updates as shared by Christian König · 11 years ago
  60. 1d0c094 drm/radeon: rename radeon_cs_reloc to radeon_bo_list by Christian König · 11 years ago
  61. fc003bd drm/radeon: drop the handle from radeon_cs_reloc by Christian König · 11 years ago
  62. d33a8fc drm/radeon drop gobj from radeon_cs_reloc by Christian König · 11 years ago
  63. ff4b4af drm/radeon: fix typo in new fan control registers for SI/CI by Alex Deucher · 11 years ago
  64. c1f0a9c drm/radeon: sync all BOs involved in a CS by Christian König · 11 years ago
  65. 2e007e6 drm/radeon: Move hotspot handling out of radeon_set_cursor by Michel Dänzer · 11 years ago
  66. 6d3759f drm/radeon: Re-show the cursor after a modeset by Michel Dänzer · 11 years ago
  67. 7c58e87 drm/edid: Restore kerneldoc consistency by Thierry Reding · 11 years ago
  68. c448a14 amdkfd: use atomic allocations within srcu callbacks by Sasha Levin · 11 years ago
  69. aeda036 amdkfd: use sizeof(long) granularity for the pasid bitmask by Sasha Levin · 11 years ago
  70. b8ccd1e drm/vmwgfx: (Re)bind shaders to MOBs with the correct offset by Thomas Hellstrom · 11 years ago
  71. 89669e7 drm/vmwgfx: Fix fence event code by Thomas Hellstrom · 11 years ago
  72. 1f563a6 drm/vmwgfx: Don't use memory accounting for kernel-side fence objects by Thomas Hellstrom · 11 years ago
  73. e338c4c drm/vmwgfx: Fix error printout on signals pending by Thomas Hellstrom · 11 years ago
  74. 00f0b37 drm/i915: Reject modeset when the same digital port is used more than once by Ville Syrjälä · 11 years ago
  75. 9939fba drm/i915: mask RPS IRQs properly when disabling RPS by Imre Deak · 11 years ago
  76. 3427362 drm/i915: Tune down spurious CRC interrupt warning by Daniel Vetter · 11 years ago
  77. 0794aed drm/i915: Fix context object leak for legacy contexts by Thomas Daniel · 11 years ago
  78. 8ee558d drm/i915/skl: Update in Gen9 multi-engine forcewake range by Akash Goel · 11 years ago
  79. 2c623c1 drm/i915/eDP: When enabling panel VDD cancel pending disable worker by Egbert Eich · 11 years ago
  80. 9d8b058 drm/i915: Handle runtime pm in the CRC setup code by Daniel Vetter · 11 years ago
  81. f98ce92 drm/i915: Disable crtcs gracefully before GPU reset on gen3/4 by Ville Syrjälä · 11 years ago
  82. 7514747 drm/i915: Grab modeset locks for GPU rest on pre-ctg by Ville Syrjälä · 11 years ago
  83. 408d4b9 drm/i915: Implement GPU reset for g33 by Ville Syrjälä · 11 years ago
  84. 59ea905 drm/i915: Implement GPU reset for 915/945 by Ville Syrjälä · 11 years ago
  85. ca83b93 drm/i915: Restore the display config after a GPU reset on gen4 by Ville Syrjälä · 11 years ago
  86. 73bbf6b drm/i915: Fix gen4 GPU reset by Ville Syrjälä · 11 years ago
  87. aaecdf6 drm/i915: Stop gathering error states for CS error interrupts by Daniel Vetter · 11 years ago
  88. d472fcc drm/i915: Disallow pin ioctl completely for kms drivers by Daniel Vetter · 11 years ago
  89. 2b38705 drm/i915: Only warn the first time we attempt to mmio whilst suspended by Chris Wilson · 11 years ago
  90. b4eb156 drm/i915/chv: Enable AVI, SPD and HDMI infoframes for CHV. by Clint Taylor · 11 years ago
  91. b9950a1 drm/i915: Don't clobber crtc->new_config when nothing changes by Ville Syrjälä · 11 years ago
  92. 4fcd01d drm: rcar-du: Fix NULL encoder pointer dereference by Laurent Pinchart · 11 years ago
  93. 26045b5 Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 11 years ago
  94. f5475cc drm/radeon: kernel panic in drm_calc_vbltimestamp_from_scanoutpos with 3.18.0-rc6 by Petr Mladek · 11 years ago
  95. a08b588 drm/radeon: Ignore RADEON_GEM_GTT_WC on 32-bit x86 by Michel Dänzer · 11 years ago
  96. 86b2763 drm/radeon: sync all BOs involved in a CS v2 by Christian König · 11 years ago
  97. 064ca1d drm/i915: Don't pin LRC in GGTT when dumping in debugfs by Thomas Daniel · 11 years ago
  98. b0616c5 drm/i915: Unlock panel even when LVDS is disabled by Daniel Vetter · 11 years ago
  99. 2048e32 drm: rockchip: Add basic drm driver by Mark Yao · 11 years ago
  100. b683622 drm/i915: More cautious with pch fifo underruns by Daniel Vetter · 11 years ago