1. ca52bea drm/atomic-helper: Use bitwise or for filling a bitmask by Ville Syrjälä · 7 years ago
  2. 6f3be03 drm: Add drm_encoder_mask() by Ville Syrjälä · 7 years ago
  3. e35a2f9 drm/atomic-helper: Use old/new state in drm_atomic_helper_commit_planes_on_crtc() by Ville Syrjälä · 7 years ago
  4. 935774c drm: Add writeback connector type by Brian Starkey · 8 years ago
  5. e00fb85 drm: Stop updating plane->crtc/fb/old_fb on atomic drivers by Ville Syrjälä · 7 years ago
  6. f96bdf5 drm/rect: Handle rounding errors in drm_rect_clip_scaled, v3. by Maarten Lankhorst · 7 years ago
  7. 02edfd9 drm/atomic: Add sanity checks to drm_atomic_helper_async_commit() by Boris Brezillon · 7 years ago
  8. ae0e282 drm/blend: Add a generic alpha property by Maxime Ripard · 7 years ago
  9. a36c027 drm: Use plane->state->fb over plane->fb by Ville Syrjälä · 7 years ago
  10. 5e78d01 drm/atomic-helper: WARN if legacy plane fb pointers are bogus when committing duplicated state by Ville Syrjälä · 7 years ago
  11. 5e9cfeb drm/atomic-helper: Drop plane->fb references only for drm_atomic_helper_shutdown() by Ville Syrjälä · 7 years ago
  12. 49efffc drm: Add drm_mode_config->normalize_zpos boolean by Peter Ujfalusi · 7 years ago
  13. 11b83e3 drm: Remove now pointelss blob->data casts by Ville Syrjälä · 7 years ago
  14. 81af63a drm: Don't pass clip to drm_atomic_helper_check_plane_state() by Ville Syrjälä · 7 years ago
  15. 1c6ceee drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits by Leo (Sunpeng) Li · 7 years ago
  16. 60ccc38 Revert "drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits" by Maarten Lankhorst · 7 years ago
  17. a10195b drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits by Leo (Sunpeng) Li · 7 years ago
  18. 2c1c55c Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  19. a76dfe3 drm/atomic: make drm_atomic_helper_wait_for_vblanks more agressive by Lucas Stach · 7 years ago
  20. 70c5f93 Merge airlied/drm-next into drm-misc-next by Daniel Vetter · 7 years ago
  21. a01cb8b drm: Move drm_plane_helper_check_state() into drm_atomic_helper.c by Ville Syrjälä · 7 years ago
  22. 1f2d9bd drm/atomic-helper: always track connector commits, too by Daniel Vetter · 7 years ago
  23. 2e2b96e drm: Update docs for legacy kms state by Daniel Vetter · 7 years ago
  24. fef1aa4 Merge tag 'drm-misc-next-2017-10-20' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  25. 84014b0 drm/atomic-helper: check that drivers call drm_crtc_vblank_off by Daniel Vetter · 7 years ago
  26. 080de2e drm/atomic: Check for busy planes/connectors before setting the commit by Maarten Lankhorst · 7 years ago
  27. 4edd608 drm/atomic: Make atomic helper track newly assigned planes correctly, v2. by Maarten Lankhorst · 7 years ago
  28. 6c94804 Merge tag 'drm-misc-next-2017-10-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  29. 277b09c drm/atomic-helper: Fix reference to drm_crtc_send_vblank_event() by Thierry Reding · 7 years ago
  30. 9ac0781 drm/atomic-helper: Fix typo by Thierry Reding · 7 years ago
  31. d0f6d40 Merge tag 'drm-misc-next-2017-10-12' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  32. 418da17 drm: Pass struct drm_file * to __drm_mode_object_find [v2] by Keith Packard · 8 years ago
  33. 6d281b1 drm/atomic: Unref duplicated drm_atomic_state in drm_atomic_helper_resume() by Jeffy Chen · 7 years ago
  34. 29baa82 Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 7 years ago
  35. 669c921 drm/atomic: Make async plane update checks work as intended, v2. by Maarten Lankhorst · 7 years ago
  36. 21a01ab drm/atomic: Fix freeing connector/plane state too early by tracking commits, v3. by Maarten Lankhorst · 7 years ago
  37. de39bec drm/atomic: Remove waits in drm_atomic_helper_commit_cleanup_done, v2. by Maarten Lankhorst · 7 years ago
  38. 163bcc2 drm/atomic: Move drm_crtc_commit to drm_crtc_state, v4. by Maarten Lankhorst · 7 years ago
  39. f46640b drm/atomic: Return commit in drm_crtc_commit_get for better annotation by Maarten Lankhorst · 7 years ago
  40. 148b1e1 Merge airlied/drm-next into drm-intel-next-queued by Daniel Vetter · 7 years ago
  41. 7d902c0 drm: Nuke drm_atomic_helper_connector_dpms by Daniel Vetter · 7 years ago
  42. 482b0e3 drm: Nuke drm_atomic_helper_connector_set_property by Daniel Vetter · 7 years ago
  43. e90271b drm: Nuke drm_atomic_helper_plane_set_property by Daniel Vetter · 7 years ago
  44. b671557 drm: Nuke drm_atomic_helper_crtc_set_property by Daniel Vetter · 7 years ago
  45. 4a97a3d drm: Don't update property values for atomic drivers by Daniel Vetter · 7 years ago
  46. b20adb9 drm/atomic: Use new iterator macros in drm_atomic_helper_wait_for_flip_done, again. by Maarten Lankhorst · 8 years ago
  47. 64282ea Merge airlied/drm-next into drm-intel-next-queued by Daniel Vetter · 7 years ago
  48. 81a099a drm/atomic: implement drm_atomic_helper_commit_tail for runtime_pm users by Maxime Ripard · 8 years ago
  49. c4bbb73 drm/atomic: Allow drm_atomic_helper_swap_state to fail by Maarten Lankhorst · 8 years ago
  50. c066d23 drm/atomic: Change drm_atomic_helper_swap_state to return an error. by Maarten Lankhorst · 8 years ago
  51. 49d70ae drm/atomic-helper: Fix leak in disable_all by Daniel Vetter · 8 years ago
  52. e2b9dd3 drm/atomic-helper: update lut props directly in ..._legacy_gamma_set by Peter Rosin · 8 years ago
  53. a4370c7 drm/atomic: Make private objs proper objects by Ville Syrjälä · 8 years ago
  54. 2d705c0 drm/atomic: Use new iterator macros in drm_atomic_helper_wait_for_flip_done by Maarten Lankhorst · 8 years ago
  55. dfb8bb3 drm/atomic: Use the new helpers in drm_atomic_helper_disable_all() by Maarten Lankhorst · 8 years ago
  56. 8c3a818 drm/atomic-helper: Realign function parameters by Daniel Vetter · 8 years ago
  57. fef9df8 drm/atomic: initial support for asynchronous plane update by Gustavo Padovan · 8 years ago
  58. 0b20a0f drm: Add old state pointer to CRTC .enable() helper function by Laurent Pinchart · 8 years ago
  59. b740e76 Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next by Sean Paul · 8 years ago
  60. 7141fd3 drm/atomic-helper: Simplify commit tracking locking by Daniel Vetter · 8 years ago
  61. 0108648 drm: Add drm_atomic_helper_wait_for_flip_done() by Boris Brezillon · 8 years ago
  62. 925344c BackMerge tag 'v4.12-rc5' into drm-next by Dave Airlie · 8 years ago
  63. 869e188 drm: Fix locking in drm_atomic_helper_resume by Daniel Vetter · 8 years ago
  64. faf94a0 drm: Use mode_valid() in atomic modeset by Jose Abreu · 8 years ago
  65. c2c446a drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI by Robert Foss · 8 years ago
  66. b430c27 drm: Add driver-private objects to atomic state by Pandiyan, Dhinakaran · 8 years ago
  67. 4259037 drm/atomic: fix doc to use new name for commit types by Gustavo Padovan · 8 years ago
  68. 2e38178 drm/doc: Interlink color manager docs better by Daniel Vetter · 8 years ago
  69. ce09d76 drm/atomic: Add connector atomic_check function, v2. by Maarten Lankhorst · 8 years ago
  70. 970ece8 drm/atomic: Move enable/connector check up in check_modeset() by Maarten Lankhorst · 8 years ago
  71. 24d6652 drm/atomic: Set all the changed flags in one place. by Maarten Lankhorst · 8 years ago
  72. 44596b8 drm/atomic: Unify conflicting encoder handling. by Maarten Lankhorst · 8 years ago
  73. 3a09f73 drm/atomic-helper: Remove legacy backoff hack from gamma_set by Daniel Vetter · 8 years ago
  74. 6d124ff drm: Add acquire ctx to ->gamma_set hook by Daniel Vetter · 8 years ago
  75. a5b8444 drm/atomic-helper: remove modeset_lock_all from helper_resume by Daniel Vetter · 8 years ago
  76. b260ac3 drm: Remove drm_modeset_legacy_acquire_ctx and crtc->acquire_ctx by Daniel Vetter · 8 years ago
  77. 1fa4da0 drm: Fixup failure paths in drm_atomic_helper_set_config by Daniel Vetter · 8 years ago
  78. 38b6441 drm/atomic-helper: Remove the backoff hack from set_config by Daniel Vetter · 8 years ago
  79. a4eff9a drm: Add acquire ctx parameter to ->set_config by Daniel Vetter · 8 years ago
  80. 043e7fb drm/atomic-helper: remove backoff hack from page_flip by Daniel Vetter · 8 years ago
  81. 41292b1f drm: Add acquire ctx parameter to ->page_flip(_target) by Daniel Vetter · 8 years ago
  82. d26f96c drm/atomic-helper: remove backoff hack from disable/update_plane by Daniel Vetter · 8 years ago
  83. 1931529 drm: Add acquire ctx parameter to ->plane_disable by Daniel Vetter · 8 years ago
  84. 34a2ab5 drm: Add acquire ctx parameter to ->update_plane by Daniel Vetter · 8 years ago
  85. 18dddad drm/atomic: Introduce drm_atomic_helper_shutdown by Daniel Vetter · 8 years ago
  86. b4d9367 drm/atomic: Convert get_existing_state callers to get_old/new_state, v4. by Maarten Lankhorst · 8 years ago
  87. 51ffa12 drm/atomic: Make drm_atomic_plane_disabling easier to understand. by Maarten Lankhorst · 8 years ago
  88. 415c3ac drm/atomic: Fix atomic helpers to use the new iterator macros, v3. by Maarten Lankhorst · 8 years ago
  89. b982dab drm: Rename connector list iterator API by Thierry Reding · 8 years ago
  90. 6472e50 drm: Introduce drm_property_blob_{get,put}() by Thierry Reding · 8 years ago
  91. a4a69da drm: Introduce drm_framebuffer_{get,put}() by Thierry Reding · 8 years ago
  92. ad09360 drm: Introduce drm_connector_{get,put}() by Thierry Reding · 8 years ago
  93. 9b2104f drm/atomic: Make disable_all helper fully disable the crtc. by Maarten Lankhorst · 8 years ago
  94. 40ee6fb drm: Add a new connector atomic property for link status by Manasi Navare · 8 years ago
  95. 8e22e1b Merge airlied/drm-next into drm-misc-next by Daniel Vetter · 8 years ago
  96. 6ac7c54 drm: ensure atomic messages consistently include the name of the component by Russell King · 8 years ago
  97. 581e49f drm/atomic: Add new iterators over all state, v3. by Maarten Lankhorst · 8 years ago
  98. a4b10cc drm: Constify drm_mode_config atomic helper private pointer by Laurent Pinchart · 8 years ago
  99. f9ad86e drm/atomic: fix an error code in mode_fixup() by Dan Carpenter · 8 years ago
  100. 6cbe5c4 drm/atomic: Save flip flags in drm_crtc_state by Andrey Grodzovsky · 8 years ago