1. 31ad61e drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_? by Joonas Lahtinen · 8 years ago
  2. 44d1240d drm: add generic zpos property by Marek Szyprowski · 8 years ago
  3. 6942559 drm: drm_connector->s/connector_id/index/ for consistency by Daniel Vetter · 8 years ago
  4. 9a6bc03 drm/doc: document all the properties in drm_mode_config by Daniel Vetter · 8 years ago
  5. 9609408 drm/doc: Add kerneldoc for @index by Daniel Vetter · 8 years ago
  6. 6100598 drm: Unexport drm_connector_unregister_all() by Chris Wilson · 8 years ago
  7. 041401f drm: Unexport drm_connector_register_all() by Chris Wilson · 8 years ago
  8. 6a0d952 drm: Add helpers to turn off CRTCs by Lukas Wunner · 8 years ago
  9. 8106554 drm: Clean up drm_crtc.h by Daniel Vetter · 8 years ago
  10. 79190ea drm: Add callbacks for late registering by Benjamin Gaignard · 8 years ago
  11. 40daac6 drm: Make drm_connector_register() safe against multiple calls by Chris Wilson · 8 years ago
  12. aaf285e drm: Add a callback from connector registering by Chris Wilson · 8 years ago
  13. 9f2a795 drm/atomic-helper: nonblocking commit support by Daniel Vetter · 8 years ago
  14. 3b24f7d drm/atomic: Add struct drm_crtc_commit to track async updates by Daniel Vetter · 8 years ago
  15. ae4df11 drm: Move format-related helpers to drm_fourcc.c by Laurent Pinchart · 8 years ago
  16. 3c85f20 Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next by Dave Airlie · 8 years ago
  17. 76c6dcc Merge branch 'virtio-gpu-for-airlied' of git://git.kraxel.org/linux into drm-next by Dave Airlie · 8 years ago
  18. f8ed34a drm: drm_helper_crtc_enable_color_mgmt() => drm_crtc_enable_color_mgmt() by Jyri Sarha · 8 years ago
  19. 7ea7728 drm/core: Change declaration for gamma_set. by Maarten Lankhorst · 8 years ago
  20. dd54659 add cursor hotspot to drm_framebuffer by Gerd Hoffmann · 8 years ago
  21. ac3ba4a drm/doc: Update kerneldoc for drm_crtc.h by Daniel Vetter · 8 years ago
  22. 490d3d1 drm: Store the plane's index by Chris Wilson · 8 years ago
  23. 5d943aa6 drm: Consolidate crtc arrays in drm_atomic_state by Daniel Vetter · 8 years ago
  24. b8b5342 drm: Consolidate plane arrays in drm_atomic_state by Daniel Vetter · 8 years ago
  25. 63e83c1 drm: Consolidate connector arrays in drm_atomic_state by Daniel Vetter · 8 years ago
  26. f0aa083 drm: introduce bus_flags in drm_display_info by Stefan Agner · 9 years ago
  27. b164d31 drm/modes: add connector reference counting. (v2) by Dave Airlie · 8 years ago
  28. e76d399 drm/fb: fix missing /** in kerneldoc comment. by Dave Airlie · 8 years ago
  29. 21daaee Merge tag 'topic/drm-misc-2016-05-04' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  30. 286dbb8 drm/atomic: Rename async parameter to nonblocking. by Maarten Lankhorst · 8 years ago
  31. 152ef5f drm: Switch blobs to the new generic modeset obj refcounting by Daniel Vetter · 8 years ago
  32. d0f37cf6 drm/mode: move framebuffer reference into object. by Dave Airlie · 8 years ago
  33. 747a598 drm/mode: introduce wrapper to read framebuffer refcount. by Dave Airlie · 8 years ago
  34. 54d2c2d drm: Introduce drm_connector_register_all() helper by Alexey Brodkin · 8 years ago
  35. 644a805 drm: fix lut value extraction function by Lionel Landwerlin · 8 years ago
  36. 59f7c0f drm/edid: Add drm_edid_get_monitor_name() by Jim Bride · 8 years ago
  37. e7c8e54 Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  38. 8812f38 drm: Move DRM_MODE_OBJECT_* to uapi headers by Daniel Vetter · 8 years ago
  39. 6c87e5c drm: Rename drm_connector_unplug_all() to drm_connector_unregister_all() by Alexey Brodkin · 8 years ago
  40. 11622d4 drm: bridge: Make (pre/post) enable/disable callbacks optional by Laurent Pinchart · 9 years ago
  41. 5e2368a Merge tag 'drm/panel/for-4.6-rc1' of http://anongit.freedesktop.org/git/tegra/linux into drm-next by Dave Airlie · 9 years ago
  42. 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
  43. 9b61c0f Merge drm-fixes into drm-next. by Dave Airlie · 9 years ago
  44. 5488dc1 drm: introduce pipe color correction properties by Lionel Landwerlin · 9 years ago
  45. 40616a2 drm/atomic: Handle encoder stealing from set_config better. by Maarten Lankhorst · 9 years ago
  46. c8a3b2a drm/bridge: Make (pre/post) enable/disable callbacks optional by Laurent Pinchart · 9 years ago
  47. 5fff80b drm/atomic: Allow for holes in connector state, v2. by Maarten Lankhorst · 9 years ago
  48. 4c61716 drm: Add drm_format_plane_width() and drm_format_plane_height() by Ville Syrjälä · 9 years ago
  49. 5cb8eaa drm/edid: Switch DDC when reading the EDID by Lukas Wunner · 9 years ago
  50. e87a52b drm/atomic: Add encoder_mask to crtc_state, v3. by Maarten Lankhorst · 9 years ago
  51. ead8b66 drm/core: Add drm_for_each_encoder_mask, v2. by Maarten Lankhorst · 9 years ago
  52. 47d7777 drm/core: Add drm_encoder_index. by Maarten Lankhorst · 9 years ago
  53. 4cba685 drm/atomic-helper: Reject legacy flips on a disabled pipe by Daniel Vetter · 9 years ago
  54. 4cd9fa5 drm/atomic: add connector mask to drm_crtc_state. by Maarten Lankhorst · 9 years ago
  55. d55f532 drm: Move more framebuffer doc from docbook to kerneldoc by Daniel Vetter · 9 years ago
  56. 9f4c97a drm: Add plane->name and use it in debug prints by Ville Syrjälä · 9 years ago
  57. fa3ab4c drm: Add crtc->name and use it in debug messages by Ville Syrjälä · 9 years ago
  58. 13a3d91 drm: Pass 'name' to drm_encoder_init() by Ville Syrjälä · 9 years ago
  59. b0b3b79 drm: Pass 'name' to drm_universal_plane_init() by Ville Syrjälä · 9 years ago
  60. f988287 drm: Pass 'name' to drm_crtc_init_with_planes() by Ville Syrjälä · 9 years ago
  61. 9953f41 drm: Kerneldoc for drm_mode_config_funcs by Daniel Vetter · 9 years ago
  62. c6b0ca3 drm: Add kerneldoc for drm_framebuffer_funcs by Daniel Vetter · 9 years ago
  63. f6da8c6 drm: document drm_crtc_funcs by Daniel Vetter · 9 years ago
  64. 6fe14ac drm: Document drm_connector_funcs by Daniel Vetter · 9 years ago
  65. 813b0f3 drm: Remove crtc/connector->save/restore hooks by Daniel Vetter · 9 years ago
  66. 8854863 drm: Update drm_plane_funcs kerneldoc by Daniel Vetter · 9 years ago
  67. da024fe drm/bridge: Improve kerneldoc by Daniel Vetter · 9 years ago
  68. 4490d4c drm: Make helper vtable pointers type-safe by Daniel Vetter · 9 years ago
  69. 373701b drm: fix potential dangling else problems in for_each_ macros by Jani Nikula · 9 years ago
  70. 1eb8345 drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create() by Ville Syrjälä · 9 years ago
  71. d9c3824 drm: Describe the Rotation property bits. by Robert Fekete · 9 years ago
  72. 33e0be6 drm: Check crtc viewport correctly with rotated primary plane on atomic drivers by Ville Syrjälä · 9 years ago
  73. 6220907 drm: Add DRM_ROTATE_MASK and DRM_REFLECT_MASK by Joonas Lahtinen · 9 years ago
  74. eba1f35 drm: Move timestamping constants into drm_vblank_crtc by Ville Syrjälä · 9 years ago
  75. 5e7d494 drm: fix kernel-doc warnings in drm_crtc.h by Geliang Tang · 9 years ago
  76. c86fb9d drm: Nuke drm_framebuffer->helper_private by Daniel Vetter · 9 years ago
  77. b7c914b drm: Constify TV mode names by Ville Syrjälä · 9 years ago
  78. 3732ce7 Merge tag 'v4.2-rc8' into drm-next by Dave Airlie · 9 years ago
  79. 45e3743 drm/plane: Use consistent data types for format count by Thierry Reding · 9 years ago
  80. 4772ff0 drm/dp/mst: Remove port after removing connector. by Maarten Lankhorst · 9 years ago
  81. 9a69a9a drm: Make the connector dpms callback return a value, v2. by Maarten Lankhorst · 9 years ago
  82. fc59666 drm/atomic: add connectors_changed to separate it from mode_changed, v2 by Maarten Lankhorst · 9 years ago
  83. 3fdefa3 drm: gc now dead mode_group code by Daniel Vetter · 9 years ago
  84. cff20ba drm: Amend connector list locking rules by Daniel Vetter · 9 years ago
  85. 4676ba0 drm: Check locking in drm_for_each_fb by Daniel Vetter · 9 years ago
  86. 7a3f3d6 drm: Check locking in drm_for_each_connector by Daniel Vetter · 9 years ago
  87. 6295d60 drm: Add modeset object iterators by Daniel Vetter · 9 years ago
  88. 4ea50e9 drm: Simplify drm_for_each_legacy_plane arguments by Daniel Vetter · 9 years ago
  89. 6b8eeca drm/dp/mst: close deadlock in connector destruction. by Dave Airlie · 9 years ago
  90. 955f3c3 drm/atomic: Add MODE_ID property by Daniel Stone · 9 years ago
  91. 99cf4a2 drm/atomic: Add current-mode blob to CRTC state by Daniel Stone · 9 years ago
  92. e2f5d2e drm/mode: Add user blob-creation ioctl by Daniel Stone · 9 years ago
  93. 862e686 drm: bridge: Allow daisy chaining of bridges by Archit Taneja · 9 years ago
  94. 9c37bf2 Merge tag 'topic/drm-misc-2015-05-19' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  95. 036ef57 drm/atomic: Allow drivers to subclass drm_atomic_state, v3 by Maarten Lankhorst · 9 years ago
  96. 6bcacf5 drm: Add reference counting to blob properties by Daniel Stone · 9 years ago
  97. ac6f2e2 drm/edid: Kerneldoc for newly added edid_corrupt by Daniel Vetter · 9 years ago
  98. 8fb6e7a drm: Introduce blob_lock by Daniel Stone · 9 years ago
  99. 6ba2bd3 drm: Add edid_corrupt flag for Displayport Link CTS 4.2.2.6 by Todd Previte · 9 years ago
  100. e1dee19 Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago