1. 286dbb8 drm/atomic: Rename async parameter to nonblocking. by Maarten Lankhorst · 8 years ago
  2. d0f37cf6 drm/mode: move framebuffer reference into object. by Dave Airlie · 8 years ago
  3. 747a598 drm/mode: introduce wrapper to read framebuffer refcount. by Dave Airlie · 8 years ago
  4. 54d2c2d drm: Introduce drm_connector_register_all() helper by Alexey Brodkin · 8 years ago
  5. 644a805 drm: fix lut value extraction function by Lionel Landwerlin · 9 years ago
  6. 59f7c0f drm/edid: Add drm_edid_get_monitor_name() by Jim Bride · 8 years ago
  7. 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
  8. 8812f38 drm: Move DRM_MODE_OBJECT_* to uapi headers by Daniel Vetter · 9 years ago
  9. 6c87e5c drm: Rename drm_connector_unplug_all() to drm_connector_unregister_all() by Alexey Brodkin · 9 years ago
  10. 11622d4 drm: bridge: Make (pre/post) enable/disable callbacks optional by Laurent Pinchart · 9 years ago
  11. 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
  12. 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
  13. 9b61c0f Merge drm-fixes into drm-next. by Dave Airlie · 9 years ago
  14. 5488dc1 drm: introduce pipe color correction properties by Lionel Landwerlin · 9 years ago
  15. 40616a2 drm/atomic: Handle encoder stealing from set_config better. by Maarten Lankhorst · 9 years ago
  16. c8a3b2a drm/bridge: Make (pre/post) enable/disable callbacks optional by Laurent Pinchart · 9 years ago
  17. 5fff80b drm/atomic: Allow for holes in connector state, v2. by Maarten Lankhorst · 9 years ago
  18. 4c61716 drm: Add drm_format_plane_width() and drm_format_plane_height() by Ville Syrjälä · 9 years ago
  19. 5cb8eaa drm/edid: Switch DDC when reading the EDID by Lukas Wunner · 9 years ago
  20. e87a52b drm/atomic: Add encoder_mask to crtc_state, v3. by Maarten Lankhorst · 9 years ago
  21. ead8b66 drm/core: Add drm_for_each_encoder_mask, v2. by Maarten Lankhorst · 9 years ago
  22. 47d7777 drm/core: Add drm_encoder_index. by Maarten Lankhorst · 9 years ago
  23. 4cba685 drm/atomic-helper: Reject legacy flips on a disabled pipe by Daniel Vetter · 9 years ago
  24. 4cd9fa5 drm/atomic: add connector mask to drm_crtc_state. by Maarten Lankhorst · 9 years ago
  25. d55f532 drm: Move more framebuffer doc from docbook to kerneldoc by Daniel Vetter · 9 years ago
  26. 9f4c97a drm: Add plane->name and use it in debug prints by Ville Syrjälä · 9 years ago
  27. fa3ab4c drm: Add crtc->name and use it in debug messages by Ville Syrjälä · 9 years ago
  28. 13a3d91 drm: Pass 'name' to drm_encoder_init() by Ville Syrjälä · 9 years ago
  29. b0b3b79 drm: Pass 'name' to drm_universal_plane_init() by Ville Syrjälä · 9 years ago
  30. f988287 drm: Pass 'name' to drm_crtc_init_with_planes() by Ville Syrjälä · 9 years ago
  31. 9953f41 drm: Kerneldoc for drm_mode_config_funcs by Daniel Vetter · 9 years ago
  32. c6b0ca3 drm: Add kerneldoc for drm_framebuffer_funcs by Daniel Vetter · 9 years ago
  33. f6da8c6 drm: document drm_crtc_funcs by Daniel Vetter · 9 years ago
  34. 6fe14ac drm: Document drm_connector_funcs by Daniel Vetter · 9 years ago
  35. 813b0f3 drm: Remove crtc/connector->save/restore hooks by Daniel Vetter · 9 years ago
  36. 8854863 drm: Update drm_plane_funcs kerneldoc by Daniel Vetter · 9 years ago
  37. da024fe drm/bridge: Improve kerneldoc by Daniel Vetter · 9 years ago
  38. 4490d4c drm: Make helper vtable pointers type-safe by Daniel Vetter · 9 years ago
  39. 373701b drm: fix potential dangling else problems in for_each_ macros by Jani Nikula · 9 years ago
  40. 1eb8345 drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create() by Ville Syrjälä · 9 years ago
  41. d9c3824 drm: Describe the Rotation property bits. by Robert Fekete · 9 years ago
  42. 33e0be6 drm: Check crtc viewport correctly with rotated primary plane on atomic drivers by Ville Syrjälä · 9 years ago
  43. 6220907 drm: Add DRM_ROTATE_MASK and DRM_REFLECT_MASK by Joonas Lahtinen · 9 years ago
  44. eba1f35 drm: Move timestamping constants into drm_vblank_crtc by Ville Syrjälä · 9 years ago
  45. 5e7d494 drm: fix kernel-doc warnings in drm_crtc.h by Geliang Tang · 9 years ago
  46. c86fb9d drm: Nuke drm_framebuffer->helper_private by Daniel Vetter · 9 years ago
  47. b7c914b drm: Constify TV mode names by Ville Syrjälä · 9 years ago
  48. 3732ce7 Merge tag 'v4.2-rc8' into drm-next by Dave Airlie · 9 years ago
  49. 45e3743 drm/plane: Use consistent data types for format count by Thierry Reding · 9 years ago
  50. 4772ff0 drm/dp/mst: Remove port after removing connector. by Maarten Lankhorst · 9 years ago
  51. 9a69a9a drm: Make the connector dpms callback return a value, v2. by Maarten Lankhorst · 9 years ago
  52. fc59666 drm/atomic: add connectors_changed to separate it from mode_changed, v2 by Maarten Lankhorst · 9 years ago
  53. 3fdefa3 drm: gc now dead mode_group code by Daniel Vetter · 9 years ago
  54. cff20ba drm: Amend connector list locking rules by Daniel Vetter · 9 years ago
  55. 4676ba0 drm: Check locking in drm_for_each_fb by Daniel Vetter · 9 years ago
  56. 7a3f3d6 drm: Check locking in drm_for_each_connector by Daniel Vetter · 9 years ago
  57. 6295d60 drm: Add modeset object iterators by Daniel Vetter · 9 years ago
  58. 4ea50e9 drm: Simplify drm_for_each_legacy_plane arguments by Daniel Vetter · 9 years ago
  59. 6b8eeca drm/dp/mst: close deadlock in connector destruction. by Dave Airlie · 9 years ago
  60. 955f3c3 drm/atomic: Add MODE_ID property by Daniel Stone · 9 years ago
  61. 99cf4a2 drm/atomic: Add current-mode blob to CRTC state by Daniel Stone · 9 years ago
  62. e2f5d2e drm/mode: Add user blob-creation ioctl by Daniel Stone · 9 years ago
  63. 862e686 drm: bridge: Allow daisy chaining of bridges by Archit Taneja · 9 years ago
  64. 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
  65. 036ef57 drm/atomic: Allow drivers to subclass drm_atomic_state, v3 by Maarten Lankhorst · 9 years ago
  66. 6bcacf5 drm: Add reference counting to blob properties by Daniel Stone · 9 years ago
  67. ac6f2e2 drm/edid: Kerneldoc for newly added edid_corrupt by Daniel Vetter · 9 years ago
  68. 8fb6e7a drm: Introduce blob_lock by Daniel Stone · 9 years ago
  69. 6ba2bd3 drm: Add edid_corrupt flag for Displayport Link CTS 4.2.2.6 by Todd Previte · 9 years ago
  70. 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
  71. 4a11248 Merge tag 'topic/drm-misc-2015-04-15' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  72. c5fe557 Merge branch 'topic/bxt-stage1' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  73. 2b1193d drm: fix trivial typo mistake by John Hunter · 9 years ago
  74. 9a436ee drm: make crtc/encoder/connector/plane helper_private a const pointer by Jani Nikula · 9 years ago
  75. f81338a drm: Adding drm helper function drm_plane_from_index(). by Chandra Konduru · 9 years ago
  76. a08aad5 Merge tag 'drm/panel/for-4.1-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 9 years ago
  77. 6321fd6 drm: Remove unused DRM_MODE_OBJECT_BRIDGE by Thierry Reding · 10 years ago
  78. 08855fa drm/atomic: minor kerneldoc typo fix by Rob Clark · 10 years ago
  79. 7eb5f30 drm: Check in setcrtc if the primary plane supports the fb pixel format by Laurent Pinchart · 10 years ago
  80. ead8610 drm: Share plane pixel format check code between legacy and atomic by Laurent Pinchart · 10 years ago
  81. 7547af9 Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  82. e3eb325 drm: add support for tiled/compressed/etc modifier in addfb2 by Rob Clark · 10 years ago
  83. 3d3f8b1 drm/bridge: make bridge registration independent of drm flow by Ajay Kumar · 10 years ago
  84. b07b90f drm/bridge: do not pass drm_bridge_funcs to drm_bridge_init by Ajay Kumar · 10 years ago
  85. 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
  86. f02ad90 drm/atomic-helpers: Recover full cursor plane behaviour by Daniel Vetter · 10 years ago
  87. eab3bbe drm/atomic: Add drm_crtc_state->active by Daniel Vetter · 10 years ago
  88. 960cd9d drm: Add standardized boolean props by Daniel Vetter · 10 years ago
  89. 1da3062 drm: Add rotation value to plane state by Matt Roper · 10 years ago
  90. e451400 Merge tag 'topic/core-stuff-2015-01-23' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  91. 162b6a5 drm/probe-helper: don't lose hotplug event by Daniel Vetter · 10 years ago
  92. b5571e9 drm: add bus_formats and num_bus_formats fields to drm_display_info by Boris Brezillon · 10 years ago
  93. adc3184 Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  94. c93546a Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  95. e5202a2 Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  96. d34f20d drm: Atomic modeset ioctl by Rob Clark · 10 years ago
  97. 6b4959f drm/atomic: atomic plane properties by Rob Clark · 10 years ago
  98. 88a48e2 drm: add atomic properties by Rob Clark · 10 years ago
  99. ac9c925 drm: add atomic_get_property by Rob Clark · 10 years ago
  100. 40ecc69 drm: add atomic_set_property wrappers by Rob Clark · 10 years ago