1. aa3469c drm/vmwgfx: Allow dropped masters render-node like access on legacy nodes v2 by Thomas Hellstrom · 9 years ago
  2. 36d4e87 drm/vmwgfx: Remove duplicate ttm_bo_device_release by Thomas Hellstrom · 9 years ago
  3. 772269f drm/vmwgfx: Fix a circular locking dependency in the fbdev code by Thomas Hellstrom · 9 years ago
  4. 294947a Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 9 years ago
  5. 6406e45 Merge tag 'drm/panel/for-4.3-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 9 years ago
  6. bef2c7b Merge tag 'drm/tegra/for-4.3-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 9 years ago
  7. 3ff8e50 Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 9 years ago
  8. 3be6671 Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into drm-next by Dave Airlie · 9 years ago
  9. d3638ac Merge tag 'drm-intel-next-fixes-2015-08-16' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  10. 4eebf60 Merge tag 'v4.2-rc7' into drm-next by Dave Airlie · 9 years ago
  11. 2a8cb48 drm/exynos: merge exynos_drm_buf.c to exynos_drm_gem.c by Joonyoung Shim · 9 years ago
  12. 01ed50d drm/exynos: use prime helpers by Joonyoung Shim · 9 years ago
  13. eb57da8 drm/exynos: remove function roundup_gem_size by Joonyoung Shim · 9 years ago
  14. 211b887 drm/exynos: remove function update_vm_cache_attr by Joonyoung Shim · 9 years ago
  15. c4130bc drm/exynos: remove function check_gem_flags by Joonyoung Shim · 9 years ago
  16. 5f3f426 drm/exynos: use ERR_PTR instead of NULL in exynos_drm_gem_init by Joonyoung Shim · 9 years ago
  17. 8e38976 drm/exynos: remove unused fields of struct exynos_drm_gem_buf by Joonyoung Shim · 9 years ago
  18. 67e93c8 drm/exynos: stop copying sg table by Joonyoung Shim · 9 years ago
  19. 0e9a2ee drm/exynos: remove function exynos_drm_gem_map_buf by Joonyoung Shim · 9 years ago
  20. 67412d1 drm/exynos: remove mutex locking in pagefault handler by Joonyoung Shim · 9 years ago
  21. 23597e2 drm/exynos: remove function convert_to_vm_err_msg by Joonyoung Shim · 9 years ago
  22. 8139951 drm/exynos: stop using sgtable in page fault handler by Joonyoung Shim · 9 years ago
  23. 2b8376c drm/exynos: remove struct exynos_drm_encoder layer by Gustavo Padovan · 9 years ago
  24. 6cf2727 drm/exynos: fold encoder setup into exynos_drm_load() by Gustavo Padovan · 9 years ago
  25. a2986e8 drm/exynos: remove exynos_drm_create_enc_conn() by Gustavo Padovan · 9 years ago
  26. af8be3f drm/exynos: remove exynos_encoder's .commit() op by Gustavo Padovan · 9 years ago
  27. 07fd6e1 drm/exynos: remove extra call to exynos_dp_commit() by Gustavo Padovan · 9 years ago
  28. c2c099f drm/exynos: remove extra call to hdmi_commit() by Gustavo Padovan · 9 years ago
  29. cf67cc9 drm/exynos: remove struct exynos_drm_display by Gustavo Padovan · 9 years ago
  30. d1fa72d drm/exynos: simplify calculation of possible CRTCs by Gustavo Padovan · 9 years ago
  31. a090f45 drm/exynos: remove unused .remove() and .check_mode() ops from display by Gustavo Padovan · 9 years ago
  32. b6f3c36 drm/exynos: remove wrappers for phy_power_{on,off} by Gustavo Padovan · 9 years ago
  33. b6595dc7 drm/exynos: split display's .dpms() into .enable() and .disable() by Gustavo Padovan · 9 years ago
  34. 08dd200 drm/exynos: return return value of exynos_crtc->enable_vblank by Gustavo Padovan · 9 years ago
  35. d88d246 drm/exynos: unify exynos_drm_plane names with drm core by Gustavo Padovan · 9 years ago
  36. a1bcc9d drm/exynos: remove unused fields from struct exynos_drm_plane by Gustavo Padovan · 9 years ago
  37. 2eeb2e5 drm/exynos: use drm atomic state directly by Gustavo Padovan · 9 years ago
  38. 1e1d139 drm/exynos: pass struct exynos_drm_plane in update/enable by Gustavo Padovan · 9 years ago
  39. 9cc7610 drm/exynos: rename win_commit/disable to atomic-like names by Gustavo Padovan · 9 years ago
  40. f59a89d drm/exynos: remove duplicated check for suspend by Gustavo Padovan · 9 years ago
  41. eafd540 drm/exynos: use KMS version of DRM vblanks functions by Gustavo Padovan · 9 years ago
  42. 451a8c0 drm/exynos: pass the correct pipe number by Gustavo Padovan · 9 years ago
  43. 43a3b86 drm/exynos: clear channels only when iommu is enabled by Joonyoung Shim · 9 years ago
  44. eb7a3fc drm/exynos: remove drm_iommu_attach_device_if_possible by Joonyoung Shim · 10 years ago
  45. 735c21c drm/exynos: move order to register vidi kms driver by Joonyoung Shim · 9 years ago
  46. 0df5e4a drm/exynos/mixer: replace MXR_INT_EN register cache with flag by Andrzej Hajda · 10 years ago
  47. a44652e drm/exynos/mixer: simplify poweron flag by Andrzej Hajda · 10 years ago
  48. bf56608 drm/exynos: remove unnecessary checking to support iommu by Joonyoung Shim · 10 years ago
  49. b249195 drm/exynos: remove to use ifdef CONFIG_ARM_DMA_USE_IOMMU by Joonyoung Shim · 10 years ago
  50. 5149705 drm/exynos: gsc: Handles the combination of rotation and flip by Hyungwon Hwang · 10 years ago
  51. 7b5102d drm/exynos/hdmi: remove hdmi_v14_conf struct by Andrzej Hajda · 10 years ago
  52. edb6e412 drm/exynos/hdmi: remove hdmi_v13_conf struct by Andrzej Hajda · 10 years ago
  53. c93aaeb drm/exynos/hdmi: remove redundant configuration fields by Andrzej Hajda · 10 years ago
  54. cd240cd drm/exynos/hdmi: add driver data pointer to private context by Andrzej Hajda · 10 years ago
  55. 882a064 drm/exynos/hdmi: remove private lock code by Andrzej Hajda · 10 years ago
  56. ef6ce28 drm/exynos/hdmi: Simplify HPD gpio handling by Andrzej Hajda · 10 years ago
  57. d36b300 drm/exynos/hdmi: remove old platform data code by Andrzej Hajda · 10 years ago
  58. e920efe drm/exynos/fimc: fix runtime pm support by Marek Szyprowski · 10 years ago
  59. 947710c drm/exynos/mixer: always update INT_EN cache by Andrzej Hajda · 10 years ago
  60. fc073248 drm/exynos/mixer: correct vsync configuration sequence by Andrzej Hajda · 10 years ago
  61. 81a464d drm/exynos/mixer: fix interrupt clearing by Andrzej Hajda · 10 years ago
  62. 64ebd89 drm/exynos/hdmi: fix edid memory leak by Andrzej Hajda · 10 years ago
  63. 988a473 drm/exynos: gsc: fix wrong bitwise operation for swap detection by Hyungwon Hwang · 10 years ago
  64. d248b61 drm/msm/dsi: Introduce DSI configuration module by Hai Li · 9 years ago
  65. 1bf4d7c drm/msm/dsi: Make each PHY type compilation independent by Hai Li · 9 years ago
  66. 5c82902 drm/msm/dsi: Split PHY drivers to separate files by Hai Li · 9 years ago
  67. 29e6169 drm/msm/dsi: Return void from msm_dsi_phy_disable() by Hai Li · 9 years ago
  68. fae11c1 drm/msm/dsi: Specify bitmask to set source PLL by Hai Li · 9 years ago
  69. 29f034d drm/msm/mdp: Clear pending interrupt status before enable interrupt by jilai wang · 9 years ago
  70. 8089082 drm/msm/mdp5: Add rotation (hflip/vflip) support to MDP5 planes (v2) by jilai wang · 9 years ago
  71. 095022b9 drm/msm: add calls to prepare and unprepare panel by Srinivas Kandagatla · 9 years ago
  72. 09992e4d drm/msm/dsi: Modify dsi manager bridge ops to work with external bridges by Archit Taneja · 9 years ago
  73. c118e29 drm/msm/dsi: Allow dsi to connect to an external bridge by Archit Taneja · 9 years ago
  74. 6f054ec drm/msm/dsi: Create a helper to check if there is a connected device by Archit Taneja · 9 years ago
  75. a9ddac9 drm/msm/dsi: Refer to connected device as 'device' instead of 'panel' by Archit Taneja · 9 years ago
  76. 60d05cb drm/msm/dsi: Make TE gpio optional by Archit Taneja · 10 years ago
  77. 3d6df06 drm/msm: mdp4 lvds: get panel node via of graph parsing by Archit Taneja · 10 years ago
  78. f7009d2 drm/msm: dsi host: Use device graph parsing to parse connected panel by Archit Taneja · 10 years ago
  79. 14bb28b drm/msm: dsi host: add missing of_node_put() by Archit Taneja · 10 years ago
  80. 78b1d47 drm/msm: Enable clocks during enable/disable_vblank() callbacks by Hai Li · 9 years ago
  81. 8a94b0a drm/msm/mdp5: Add support for msm8x74v1 by jilai wang · 10 years ago
  82. 8155ad4 drm/msm/mdp5: Add DMA pipe planes for MDP5 by jilai wang · 10 years ago
  83. 3498409 drm/msm/mdp: Add capabilities to MDP planes (v2) by jilai wang · 10 years ago
  84. bef799f drm/msm/mdp5: add more YUV formats for MDP5 by Stephane Viau · 10 years ago
  85. 9cc137a drm/msm/mdp5: use 2 memory clients for YUV formats on newer mdp5 by Wentao Xu · 10 years ago
  86. ff78a6b drm/msm/mdp: mark if a MDP format is YUV at definition by Wentao Xu · 10 years ago
  87. 02b3ee4 drm/msm/dp: use flags argument of devm_gpiod_get to set direction by Uwe Kleine-König · 10 years ago
  88. 328e1a6 drm/msm/dsi: Save/Restore PLL status across PHY reset by Hai Li · 10 years ago
  89. da882cd drm/msm/dsi: One function call less in dsi_init() after error detection by Markus Elfring · 10 years ago
  90. a60bbb2 drm/msm/dsi: Delete an unnecessary check before the function call "dsi_destroy" by Markus Elfring · 10 years ago
  91. b96b3a0 drm/msm/mdp5: Allocate CTL0/1 for dual DSI single FLUSH by Hai Li · 10 years ago
  92. c71716b drm/msm/mdp5: Allocate CTL for each display interface by Hai Li · 10 years ago
  93. 1298778 drm/msm/mdp5: Add plane blending operation support for MDP5 (v2) by jilai wang · 10 years ago
  94. 4ff696e drm/msm: don't install plane properties on crtc by Rob Clark · 9 years ago
  95. 0119936 drm/msm/dsi: Report PHY errors only when they really occur by Archit Taneja · 10 years ago
  96. 9b7a9fc drm/msm: Set different display size limitation on each target by Hai Li · 10 years ago
  97. 5cf3a4553 drm/msm/hdmi: standardize on lead chip for compatible names by Rob Clark · 9 years ago
  98. 3a84f84 drm/msm: Add support for msm8x94 by Stephane Viau · 10 years ago
  99. da32855 drm/msm/hdmi: remove ->reset() from HDMI PHY by Stephane Viau · 10 years ago
  100. dcefc11 drm/msm/dsi: Add support for msm8x94 by Hai Li · 10 years ago