1. 7be28bd drm/plane-helper: fix uninitialized variable reference by Alex Xu (Hello71) · 3 years, 3 months ago
  2. 0ae865e drm: Fix typo in comments by Cai Huoqing · 3 years, 6 months ago
  3. 0500c04 drm: drop use of drmP.h in drm/* by Sam Ravnborg · 6 years ago
  4. 84c0851 drm: Unexport drm_plane_helper_check_update by Daniel Vetter · 6 years ago
  5. 6b6fce6 drm: Unexport primary plane helpers by Daniel Vetter · 6 years ago
  6. 21ebe61 drm: Remove transitional helpers by Daniel Vetter · 6 years ago
  7. 72fdb40c drm: extract drm_atomic_uapi.c by Daniel Vetter · 6 years ago
  8. 070473b drm: add missing ctx argument to plane transitional helpers by Russell King · 7 years ago
  9. e00fb85 drm: Stop updating plane->crtc/fb/old_fb on atomic drivers by Ville Syrjälä · 7 years ago
  10. 81af63a drm: Don't pass clip to drm_atomic_helper_check_plane_state() by Ville Syrjälä · 7 years ago
  11. a01cb8b drm: Move drm_plane_helper_check_state() into drm_atomic_helper.c by Ville Syrjälä · 7 years ago
  12. 10b47ee drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_check_state() by Ville Syrjälä · 7 years ago
  13. 4b947b1c drm: Replace kzalloc with kcalloc by Harsha Sharma · 7 years ago
  14. c2c446a drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI by Robert Foss · 8 years ago
  15. 52b18e3 drm: Remove redundant NULL check during atomic plane commit by Imre Deak · 8 years ago
  16. 3a753b9 drm/doc: Fix missing @ctx documentation by Daniel Vetter · 8 years ago
  17. a4eff9a drm: Add acquire ctx parameter to ->set_config by Daniel Vetter · 8 years ago
  18. 1931529 drm: Add acquire ctx parameter to ->plane_disable by Daniel Vetter · 8 years ago
  19. 34a2ab5 drm: Add acquire ctx parameter to ->update_plane by Daniel Vetter · 8 years ago
  20. 51ffa12 drm/atomic: Make drm_atomic_plane_disabling easier to understand. by Maarten Lankhorst · 8 years ago
  21. b982dab drm: Rename connector list iterator API by Thierry Reding · 8 years ago
  22. cd25235 drm: Always prepare null framebuffer in transitional helper by Gabriel Krisman Bertazi · 8 years ago
  23. 6806cdf drm/kms-helpers: Use recommened kerneldoc for struct member refs by Daniel Vetter · 8 years ago
  24. ea0dd85 drm/doc: use preferred struct reference in kernel-doc by Daniel Vetter · 8 years ago
  25. c36a325 drm: Convert all helpers to drm_connector_list_iter by Daniel Vetter · 8 years ago
  26. 9338203 drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h> by Laurent Pinchart · 8 years ago
  27. 1638d30 drm: add helpers to go from plane state to drm_rect by Rob Clark · 8 years ago
  28. 5ee4c8f drm: Fix kerneldoc in drm_plane_helper.c by Daniel Vetter · 8 years ago
  29. 1de72fa drm/kms-helpers: Extract drm_modeset_helper.[hc] by Daniel Vetter · 8 years ago
  30. df86af9 drm/plane-helper: Add drm_plane_helper_check_state() by Ville Syrjälä · 8 years ago
  31. 31ad61e drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_? by Joonas Lahtinen · 8 years ago
  32. 9b8b013 drm: Deal with rotation in drm_plane_helper_check_update() by Ville Syrjälä · 9 years ago
  33. 2e7a570 drm/doc: Appease sphinx by Daniel Vetter · 9 years ago
  34. b0b3b79 drm: Pass 'name' to drm_universal_plane_init() by Ville Syrjälä · 9 years ago
  35. f988287 drm: Pass 'name' to drm_crtc_init_with_planes() by Ville Syrjälä · 9 years ago
  36. 092d01d drm: Reorganize helper vtables and their docs by Daniel Vetter · 9 years ago
  37. f980a71 drm: Print the src/dst/clip rectangles in error in drm_plane_helper by Ville Syrjälä · 9 years ago
  38. 844f911 drm/atomic: Make prepare_fb/cleanup_fb only take state, v3. by Maarten Lankhorst · 9 years ago
  39. 613d2b2 drm/atomic: pass old crtc state to atomic_begin/flush. by Maarten Lankhorst · 9 years ago
  40. 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
  41. 9a9f5ce drm: Roll out drm_for_each_connector more by Daniel Vetter · 10 years ago
  42. e4f31ad drm: reset empty state in transitional helpers by Daniel Vetter · 10 years ago
  43. 2e7f43c drm/plane-helper: Adapt cursor hack to transitional helpers by Daniel Vetter · 10 years ago
  44. be26a66 drm/drm: constify all struct drm_*_helper funcs pointers by Jani Nikula · 10 years ago
  45. 967667f drm/plane-helper: Fixup mismerge by Daniel Vetter · 10 years ago
  46. 7eb5f30 drm: Check in setcrtc if the primary plane supports the fb pixel format by Laurent Pinchart · 10 years ago
  47. 3461b30 drm/plane-helper: unexport drm_primary_helper_create_plane by Daniel Vetter · 10 years ago
  48. d136dfe drm: Pass in new and old plane state to prepare_fb and cleanup_fb by Tvrtko Ursulin · 10 years ago
  49. 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
  50. 407b8bd drm/plane: Add optional ->atomic_disable() callback by Thierry Reding · 10 years ago
  51. 6a425c2 drm/plane-helper: Fix transitional helper kerneldocs by Matt Roper · 10 years ago
  52. 9289058 drm/plane-helper: Skip prepare_fb/cleanup_fb when newfb==oldfb by Matt Roper · 10 years ago
  53. 72a3697 Merge branch 'topic/core-stuff' into topic/atomic-core by Daniel Vetter · 10 years ago
  54. 07cc0ef drm/atomic: Introduce state->obj backpointers by Daniel Vetter · 10 years ago
  55. 7432ca5 drm/plane-helper: Test for plane disable earlier by Matt Roper · 10 years ago
  56. f1c37e1 drm/plane: Pass old state to ->atomic_update() by Thierry Reding · 10 years ago
  57. eb84f97 Merge remote-tracking branch 'airlied/drm-next' into HEAD by Daniel Vetter · 10 years ago
  58. 321ebf0 drm/atomic: Refcounting for plane_state->fb by Daniel Vetter · 10 years ago
  59. 3150c7d drm: Docbook integration and over sections for all the new helpers by Daniel Vetter · 10 years ago
  60. 2f324b4 drm/crtc-helper: Transitional functions using atomic plane helpers by Daniel Vetter · 10 years ago
  61. acf24a3 drm/plane-helper: transitional atomic plane helpers by Daniel Vetter · 10 years ago
  62. 083fe3b drm: make sure visible is set to false if fb is null by Gustavo Padovan · 10 years ago
  63. 3281cc7 drm/plane-helper: Use proper plane init function by Matt Roper · 11 years ago
  64. 7daf8d5 drm/plane-helper: Add drm_plane_helper_check_update() (v3) by Matt Roper · 11 years ago
  65. 7f994f3 drm: Check CRTC compatibility in setplane by Matt Roper · 11 years ago
  66. 51fd371 drm: convert crtc and connection_mutex to ww_mutex (v5) by Rob Clark · 11 years ago
  67. 885ae1c Merge tag 'topic/core-stuff-2014-06-02' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 11 years ago
  68. 6e9f798 drm: Split connection_mutex out of mode_config.mutex (v3) by Daniel Vetter · 11 years ago
  69. 233fd4e drm/plane: Fix a couple of checkpatch warnings by Thierry Reding · 11 years ago
  70. f220e62 drm/plane: Fix sparse warnings by Thierry Reding · 11 years ago
  71. 0fe27f0 drm: Simplify fb refcounting rules around ->update_plane by Daniel Vetter · 11 years ago
  72. 3c858a3 drm/plane_helper: don't disable plane in destroy function by Daniel Vetter · 11 years ago
  73. c10dddc drm/plane-helper: Fix primary plane scaling check by Matt Roper · 11 years ago
  74. b6ccd7b drm/plane-helper: Don't fake-implement primary plane disabling by Daniel Vetter · 11 years ago
  75. e13161a drm: Add drm_crtc_init_with_planes() (v2) by Matt Roper · 11 years ago
  76. c103d1c drm: Add primary plane helpers (v3) by Matt Roper · 11 years ago