1. 5ee4c8f drm: Fix kerneldoc in drm_plane_helper.c by Daniel Vetter · 8 years ago
  2. 1de72fa drm/kms-helpers: Extract drm_modeset_helper.[hc] by Daniel Vetter · 8 years ago
  3. df86af9 drm/plane-helper: Add drm_plane_helper_check_state() by Ville Syrjälä · 8 years ago
  4. 31ad61e drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_? by Joonas Lahtinen · 8 years ago
  5. 9b8b013 drm: Deal with rotation in drm_plane_helper_check_update() by Ville Syrjälä · 8 years ago
  6. 2e7a570 drm/doc: Appease sphinx by Daniel Vetter · 8 years ago
  7. b0b3b79 drm: Pass 'name' to drm_universal_plane_init() by Ville Syrjälä · 9 years ago
  8. f988287 drm: Pass 'name' to drm_crtc_init_with_planes() by Ville Syrjälä · 9 years ago
  9. 092d01d drm: Reorganize helper vtables and their docs by Daniel Vetter · 9 years ago
  10. f980a71 drm: Print the src/dst/clip rectangles in error in drm_plane_helper by Ville Syrjälä · 9 years ago
  11. 844f911 drm/atomic: Make prepare_fb/cleanup_fb only take state, v3. by Maarten Lankhorst · 9 years ago
  12. 613d2b2 drm/atomic: pass old crtc state to atomic_begin/flush. by Maarten Lankhorst · 9 years ago
  13. dcd14dd Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  14. 9a9f5ce drm: Roll out drm_for_each_connector more by Daniel Vetter · 9 years ago
  15. e4f31ad drm: reset empty state in transitional helpers by Daniel Vetter · 9 years ago
  16. 2e7f43c drm/plane-helper: Adapt cursor hack to transitional helpers by Daniel Vetter · 9 years ago
  17. be26a66 drm/drm: constify all struct drm_*_helper funcs pointers by Jani Nikula · 9 years ago
  18. 967667f drm/plane-helper: Fixup mismerge by Daniel Vetter · 9 years ago
  19. 7eb5f30 drm: Check in setcrtc if the primary plane supports the fb pixel format by Laurent Pinchart · 10 years ago
  20. 3461b30 drm/plane-helper: unexport drm_primary_helper_create_plane by Daniel Vetter · 10 years ago
  21. d136dfe drm: Pass in new and old plane state to prepare_fb and cleanup_fb by Tvrtko Ursulin · 10 years ago
  22. 21773f1 Merge tag 'topic/atomic-core-2015-01-27' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  23. 407b8bd drm/plane: Add optional ->atomic_disable() callback by Thierry Reding · 10 years ago
  24. 6a425c2 drm/plane-helper: Fix transitional helper kerneldocs by Matt Roper · 10 years ago
  25. 9289058 drm/plane-helper: Skip prepare_fb/cleanup_fb when newfb==oldfb by Matt Roper · 10 years ago
  26. 72a3697 Merge branch 'topic/core-stuff' into topic/atomic-core by Daniel Vetter · 10 years ago
  27. 07cc0ef drm/atomic: Introduce state->obj backpointers by Daniel Vetter · 10 years ago
  28. 7432ca5 drm/plane-helper: Test for plane disable earlier by Matt Roper · 10 years ago
  29. f1c37e1 drm/plane: Pass old state to ->atomic_update() by Thierry Reding · 10 years ago
  30. eb84f97 Merge remote-tracking branch 'airlied/drm-next' into HEAD by Daniel Vetter · 10 years ago
  31. 321ebf0 drm/atomic: Refcounting for plane_state->fb by Daniel Vetter · 10 years ago
  32. 3150c7d drm: Docbook integration and over sections for all the new helpers by Daniel Vetter · 10 years ago
  33. 2f324b4 drm/crtc-helper: Transitional functions using atomic plane helpers by Daniel Vetter · 10 years ago
  34. acf24a3 drm/plane-helper: transitional atomic plane helpers by Daniel Vetter · 10 years ago
  35. 083fe3b drm: make sure visible is set to false if fb is null by Gustavo Padovan · 10 years ago
  36. 3281cc7 drm/plane-helper: Use proper plane init function by Matt Roper · 10 years ago
  37. 7daf8d5 drm/plane-helper: Add drm_plane_helper_check_update() (v3) by Matt Roper · 10 years ago
  38. 7f994f3 drm: Check CRTC compatibility in setplane by Matt Roper · 10 years ago
  39. 51fd371 drm: convert crtc and connection_mutex to ww_mutex (v5) by Rob Clark · 11 years ago
  40. 885ae1c Merge tag 'topic/core-stuff-2014-06-02' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  41. 6e9f798 drm: Split connection_mutex out of mode_config.mutex (v3) by Daniel Vetter · 10 years ago
  42. 233fd4e drm/plane: Fix a couple of checkpatch warnings by Thierry Reding · 10 years ago
  43. f220e62 drm/plane: Fix sparse warnings by Thierry Reding · 10 years ago
  44. 0fe27f0 drm: Simplify fb refcounting rules around ->update_plane by Daniel Vetter · 10 years ago
  45. 3c858a3 drm/plane_helper: don't disable plane in destroy function by Daniel Vetter · 10 years ago
  46. c10dddc drm/plane-helper: Fix primary plane scaling check by Matt Roper · 10 years ago
  47. b6ccd7b drm/plane-helper: Don't fake-implement primary plane disabling by Daniel Vetter · 10 years ago
  48. e13161a drm: Add drm_crtc_init_with_planes() (v2) by Matt Roper · 10 years ago
  49. c103d1c drm: Add primary plane helpers (v3) by Matt Roper · 10 years ago