1. 196cd5d drm: s/drm_crtc_get_hv_timings/drm_mode_get_hv_timings/ by Daniel Vetter · 9 years ago
  2. 6806cdf drm/kms-helpers: Use recommened kerneldoc for struct member refs by Daniel Vetter · 9 years ago
  3. 899cc5f drm/atomic: make release_crtc_commit() static by Wei Yongjun · 9 years ago
  4. f869a6e drm/atomic: Add target_vblank support in atomic helpers (v2) by Andrey Grodzovsky · 9 years ago
  5. 24835e4 drm: reference count event->completion by Daniel Vetter · 9 years ago
  6. 824387b drm/atomic-helpers: Remove outdated comment by Daniel Vetter · 9 years ago
  7. ea0dd85 drm/doc: use preferred struct reference in kernel-doc by Daniel Vetter · 9 years ago
  8. f2b0fee drm/atomic: Remove drm_atomic_helper_framebuffer_changed. by Maarten Lankhorst · 9 years ago
  9. a3fbb53 drm/atomic: Wait for vblank whenever a plane is added to state. by Maarten Lankhorst · 9 years ago
  10. bdc5714 drm/atomic: Clean up wait_for_vblanks, v2. by Maarten Lankhorst · 9 years ago
  11. 0532be0 drm/atomic: Unconditionally call prepare_fb. by Maarten Lankhorst · 9 years ago
  12. c36a325 drm: Convert all helpers to drm_connector_list_iter by Daniel Vetter · 9 years ago
  13. 7da0e12 drm/atomic: Use active instead of enable in wait_for_vblanks. by Maarten Lankhorst · 9 years ago
  14. db444e1 drm/atomic: doc: remove old comment about nonblocking commits by Gustavo Padovan · 9 years ago
  15. 8f5040e drm: allow changing DPMS mode by Marta Lofstedt · 9 years ago
  16. 1ea0c02 drm/atomic: Unconfuse the old_state mess in commmit_tail by Daniel Vetter · 9 years ago
  17. 9626014 drm/fence: add in-fences support by Gustavo Padovan · 9 years ago
  18. 7b624ad Backmerge tag 'v4.9-rc4' into drm-next by Dave Airlie · 9 years ago
  19. 38d868e drm: Don't force all planes to be added to the state due to zpos by Ville Syrjälä · 9 years ago
  20. f54d186 dma-buf: Rename struct fence to dma_fence by Chris Wilson · 9 years ago
  21. bd2ef25 drm: Add drm_rotation_90_or_270() by Ville Syrjälä · 9 years ago
  22. 0853695 drm: Add reference counting to drm_atomic_state by Chris Wilson · 9 years ago
  23. d807ed1 drm: atomic: Clarify documentation around drm_atomic_crtc_needs_modeset by Brian Starkey · 9 years ago
  24. 7135ac5 drm/atomic-helper: Fix sparse warnings by Ville Syrjälä · 9 years ago
  25. f6ce410 drm/fence: allow fence waiting to be interrupted by userspace by Gustavo Padovan · 9 years ago
  26. 2b58e98 drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit by Liu Ying · 9 years ago
  27. 2850029 drm/atomic-helper: Disable appropriate planes in disable_planes_on_crtc() by Liu Ying · 9 years ago
  28. c9ac8b4 drm/atomic-helper: Add atomic_disable CRTC helper callback by Liu Ying · 9 years ago
  29. 52a9fcd drm/doc: Include new drm_blend.c by Daniel Vetter · 9 years ago
  30. f8725ad Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  31. 31ad61e drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_? by Joonas Lahtinen · 9 years ago
  32. fe4a11c drm/atomic-helper: Add atomic_mode_set helper callback by Philipp Zabel · 9 years ago
  33. fcc60b4 drm: Don't prepare or cleanup unchanging frame buffers [v3] by Keith Packard · 9 years ago
  34. 44d1240d drm: add generic zpos property by Marek Szyprowski · 9 years ago
  35. 7deef7f1 drm/atomic-helpers: Clear up cleanup_done a bit by Daniel Vetter · 9 years ago
  36. 723c3e5 drm/atomic-helpers: Stall on the right commit by Daniel Vetter · 9 years ago
  37. 9f2a795 drm/atomic-helper: nonblocking commit support by Daniel Vetter · 9 years ago
  38. a095caa drm/atomic-helper: roll out commit synchronization by Daniel Vetter · 9 years ago
  39. 5e84c26 drm/atomic-helper: Massage swap_state signature somewhat by Daniel Vetter · 9 years ago
  40. c39032a drm/atomic-helper: Annotate a bunch more RETURNS: sections by Daniel Vetter · 9 years ago
  41. c61b93fe drm/atomic: Fix remaining places where !funcs->best_encoder is valid by Boris Brezillon · 9 years ago
  42. 7ea7728 drm/core: Change declaration for gamma_set. by Maarten Lankhorst · 9 years ago
  43. 6136bfb drm/atomic-helper: Fixup kerneldoc for drm_atomic_helper_legacy_gamma_set by Daniel Vetter · 9 years ago
  44. 5d943aa6 drm: Consolidate crtc arrays in drm_atomic_state by Daniel Vetter · 9 years ago
  45. b8b5342 drm: Consolidate plane arrays in drm_atomic_state by Daniel Vetter · 9 years ago
  46. 63e83c1 drm: Consolidate connector arrays in drm_atomic_state by Daniel Vetter · 9 years ago
  47. 2e7a570 drm/doc: Appease sphinx by Daniel Vetter · 9 years ago
  48. be9174a drm/atomic-helper: use for_each_*_in_state more by Daniel Vetter · 9 years ago
  49. a0909cc drm/atomic: Handle funcs->best_encoder == NULL case by Boris Brezillon · 9 years ago
  50. f55f170 drm/atomic-helper: Do not call ->mode_fixup for CRTC which will be disabled by Liu Ying · 9 years ago
  51. fabd910 drm: Drop connector argument from __drm_atomic_helper_connector_destroy_state by Daniel Vetter · 9 years ago
  52. 2f70169 drm: Drop plane argument from __drm_atomic_helper_plane_destroy_state by Daniel Vetter · 9 years ago
  53. ec2dc6a drm: Drop crtc argument from __drm_atomic_helper_crtc_destroy_state by Daniel Vetter · 9 years ago
  54. 9ecb549 drm/atomic: Add drm_atomic_helper_best_encoder() by Noralf Trønnes · 9 years ago
  55. 2827635 drm/atomic: Don't skip drm_bridge_*() calls if !drm_encoder_helper_funcs by Noralf Trønnes · 9 years ago
  56. 75229ec drm: Make drm_encoder_helper_funcs optional by Noralf Trønnes · 9 years ago
  57. d2307de drm/atomic: use connector references (v3) by Dave Airlie · 9 years ago
  58. 21daaee Merge tag 'topic/drm-misc-2016-05-04' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  59. b837ba0 drm/atomic: Rename drm_atomic_async_commit to nonblocking. by Maarten Lankhorst · 9 years ago
  60. 286dbb8 drm/atomic: Rename async parameter to nonblocking. by Maarten Lankhorst · 9 years ago
  61. b0b5511 drm/atomic-helpers: Don't duplicate code in destroy helpers by Daniel Vetter · 9 years ago
  62. 8d4d0d7 drm/atomic-helper: Print an error if vblank wait times out by Ville Syrjälä · 9 years ago
  63. e7c8e54 Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  64. 4c5b7f3 drm/atomic: export drm_atomic_helper_wait_for_fences() by Rob Clark · 9 years ago
  65. 17efca9 Merge tag 'topic/drm-misc-2016-03-22' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  66. 1a4be38 Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  67. 2943ef3 drm/atomic: use helper to get crtc state by Andrzej Hajda · 9 years ago
  68. 9b61c0f Merge drm-fixes into drm-next. by Dave Airlie · 9 years ago
  69. c1f415c drm: atomic helper: do not unreference error pointer by Lionel Landwerlin · 9 years ago
  70. 562c5b4 drm: fix blob pointer check by Lionel Landwerlin · 9 years ago
  71. 5488dc1 drm: introduce pipe color correction properties by Lionel Landwerlin · 9 years ago
  72. 9b8d1e5 drm/atomic: Clean up update_connector_routing. by Maarten Lankhorst · 9 years ago
  73. ec5aaa5 drm/atomic: Clean up steal_encoder, v2. by Maarten Lankhorst · 9 years ago
  74. 8248b65 drm/atomic: Handle encoder assignment conflicts in a separate check, v3. by Maarten Lankhorst · 9 years ago
  75. 40616a2 drm/atomic: Handle encoder stealing from set_config better. by Maarten Lankhorst · 9 years ago
  76. ff19b78 drm/atomic: Always call steal_encoder, v2. by Maarten Lankhorst · 9 years ago
  77. 9459545 drm/atomic: Pass connector and state to update_connector_routing. by Maarten Lankhorst · 9 years ago
  78. 6ab520a drm/atomic: Clean up update_output_state. by Maarten Lankhorst · 9 years ago
  79. 5fff80b drm/atomic: Allow for holes in connector state, v2. by Maarten Lankhorst · 9 years ago
  80. e87a52b drm/atomic: Add encoder_mask to crtc_state, v3. by Maarten Lankhorst · 10 years ago
  81. 97a8df9 drm/atomic: Do not unset crtc when an encoder is stolen by Maarten Lankhorst · 10 years ago
  82. 316e376 Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  83. c240906 drm/atomic-helper: Export framebuffer_changed() by John Keeping · 10 years ago
  84. 25aaa3a drm: initialize default rotation value to DRM_ROTATE_0 by Marek Szyprowski · 10 years ago
  85. c6c5c7f drm/atomic-helper: Remove redundant local var old_crtc_state in disable_outputs by Liu Ying · 10 years ago
  86. 14de6c4 drm/atomic: Remove drm_atomic_connectors_for_crtc. by Maarten Lankhorst · 10 years ago
  87. 4cba685 drm/atomic-helper: Reject legacy flips on a disabled pipe by Daniel Vetter · 10 years ago
  88. 4cd3991 drm/atomic: Add __drm_atomic_helper_connector_reset, v2. by Maarten Lankhorst · 10 years ago
  89. 07bad49 drm/atomic-helper: Drop unneeded argument from check_pending_encoder by Daniel Vetter · 10 years ago
  90. 9f4c97a drm: Add plane->name and use it in debug prints by Ville Syrjälä · 10 years ago
  91. fa3ab4c drm: Add crtc->name and use it in debug messages by Ville Syrjälä · 10 years ago
  92. 7f8ee3e drm/atomic-helper: Mention the new system/resume helpers the docs by Daniel Vetter · 10 years ago
  93. 092d01d drm: Reorganize helper vtables and their docs by Daniel Vetter · 10 years ago
  94. 97ac320 drm/atomic-helper: Reject attempts at re-stealing encoders by Daniel Vetter · 10 years ago
  95. 1494276 drm/atomic-helper: Implement subsystem-level suspend/resume by Thierry Reding · 10 years ago
  96. 6753ba9 drm/atomic_helper: Add drm_atomic_helper_disable_planes_on_crtc() by Jyri Sarha · 10 years ago
  97. 02e6f37 drm: Keep coordinates in the typical x, y, w, h order instead of x, y, h, w by Ville Syrjälä · 10 years ago
  98. 5f91190 GPU-DRM: Delete unnecessary checks before drm_property_unreference_blob() by Markus Elfring · 10 years ago
  99. 5481c8f drm/atomic-helper: Check encoder/crtc constraints by Daniel Vetter · 10 years ago
  100. 8392611 drm: Fix primary plane size for stereo doubled modes for legacy setcrtc by Ville Syrjälä · 10 years ago