1. 894a677 drm/cma-helper: Use the generic fbdev emulation by Noralf Trønnes · 7 years ago
  2. d536540 drm/fb-helper: Add generic fbdev emulation .fb_probe function by Noralf Trønnes · 7 years ago
  3. c76f0f7 drm: Begin an API for in-kernel clients by Noralf Trønnes · 7 years ago
  4. b25c60a drm/crtc: Add a generic infrastructure to fake VBLANK events by Boris Brezillon · 7 years ago
  5. 814bde9 drm/connector: Make ->atomic_commit() optional by Boris Brezillon · 7 years ago
  6. 425132f drm/connector: Pass a drm_connector_state to ->atomic_commit() by Boris Brezillon · 7 years ago
  7. b82c1f8 drm/atomic: Avoid connector to writeback_connector casts by Boris Brezillon · 7 years ago
  8. a012024 drm/crc: Only report a single overflow when a CRC fd is opened by Maarten Lankhorst · 7 years ago
  9. 38cb8d9 drm: Add drm_connector_has_possible_encoder() by Ville Syrjälä · 7 years ago
  10. 83aefbb drm: Add drm_connector_for_each_possible_encoder() by Ville Syrjälä · 7 years ago
  11. 070473b drm: add missing ctx argument to plane transitional helpers by Russell King · 7 years ago
  12. 7370573 drm: Add drm_connector_mask() by Ville Syrjälä · 7 years ago
  13. 6f3be03 drm: Add drm_encoder_mask() by Ville Syrjälä · 7 years ago
  14. 62f77ad drm: Add drm_plane_mask() by Ville Syrjälä · 7 years ago
  15. eab9766 Merge tag 'drm-misc-next-2018-06-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  16. b4d4b0b Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 7 years ago
  17. 8b5f7a6 drm: of: Export and rename drm_crtc_port_mask() by Jernej Skrabec · 7 years ago
  18. 46d8f40 drm: Consider drivers setting DRIVER_ATOMIC as atomic. by Eric Anholt · 7 years ago
  19. 565c17b Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 7 years ago
  20. f4366e4 Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  21. 6aa1340 drm/bridge: Move the struct drm_bridge member kerneldoc inline. by Eric Anholt · 7 years ago
  22. 8d4f4b8 drm: Document mode_config.max_width/height as the max fb dimensions by Ville Syrjälä · 7 years ago
  23. d98c71d Merge drm-upstream/drm-next into drm-misc-next by Gustavo Padovan · 7 years ago
  24. d67b6a2 drm: writeback: Add client capability for exposing writeback connectors by Liviu Dudau · 7 years ago
  25. b13cc8d drm: writeback: Add out-fences for writeback connectors by Brian Starkey · 8 years ago
  26. 935774c drm: Add writeback connector type by Brian Starkey · 8 years ago
  27. f664a5269 dma-buf: remove kmap_atomic interface by Christian König · 7 years ago
  28. a19741e dma_buf: remove device parameter from attach callback v2 by Christian König · 7 years ago
  29. e364672 drm/i915/aml: Introducing Amber Lake platform by José Roberto de Souza · 7 years ago
  30. b9be785 drm/i915/whl: Introducing Whiskey Lake platform by José Roberto de Souza · 7 years ago
  31. ba1f665 drm: Add checks for atomic_[duplicate/destroy]_state with atomic drivers by Haneen Mohammed · 7 years ago
  32. 741f01e drm/scheduler: Avoid using wait_event_killable for dying process (V4) by Andrey Grodzovsky · 7 years ago
  33. 2d33948 drm/scheduler: add documentation by Nayan Deshmukh · 7 years ago
  34. e00fb85 drm: Stop updating plane->crtc/fb/old_fb on atomic drivers by Ville Syrjälä · 7 years ago
  35. 135c550 Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 7 years ago
  36. 8fb756d drm: Trust format_mod_supported() when it OKs a plane modifier. by Eric Anholt · 7 years ago
  37. c32048d drm/bridge/synopsys: dw-hdmi: fix dw_hdmi_setup_rx_sense by Neil Armstrong · 7 years ago
  38. 83bc4ec drm/mm: Add a search-by-address variant to only inspect a single hole by Chris Wilson · 7 years ago
  39. 2f7e876 drm/mm: Reject over-sized allocation requests early by Chris Wilson · 7 years ago
  40. 563e1e6 drm/scheduler: Remove obsolete spinlock. by Andrey Grodzovsky · 7 years ago
  41. 0c08754 drm/panel: Add device_link from panel device to DRM device by Jyri Sarha · 7 years ago
  42. 50525c3 drm: content-type property for HDMI connector by Stanislav Lisovskiy · 7 years ago
  43. 5d435b4 drm/bridge: spelling and coding style minor fixes by Philippe Cornu · 7 years ago
  44. 956fcdd drm/amdgpu: Add vega20 to asic_type enum. by Feifei Xu · 7 years ago
  45. 95d2c3e Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 7 years ago
  46. b8a7108 Merge tag 'drm-intel-next-2018-05-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 7 years ago
  47. 8344c53 drm/scheduler: remove unused parameter by Nayan Deshmukh · 7 years ago
  48. 48ff108 drm/amdgpu: add VEGAM ASIC type by Leo Liu · 7 years ago
  49. 8ee3a52 drm/gpu-sched: fix force APP kill hang(v4) by Emily Deng · 7 years ago
  50. 584a014 drm: clarify adjusted_mode documentation for bridges by Philippe Cornu · 7 years ago
  51. c9ac371 drm: Fix render node numbering regression from control node removal. by Eric Anholt · 7 years ago
  52. 94cc2fd Merge remote-tracking branch 'drm/drm-next' into drm-misc-next by Maarten Lankhorst · 7 years ago
  53. c3ff0cd drm: Expose modes with aspect ratio, only if requested by Ankit Nautiyal · 7 years ago
  54. 7595bda drm: Add DRM client cap for aspect-ratio by Ankit Nautiyal · 7 years ago
  55. dd7c262 drm/modes: Introduce drm_mode_match() by Ville Syrjälä · 7 years ago
  56. 2f065d8 drm/dp: Correctly mask DP_TRAINING_AUX_RD_INTERVAL values for DP 1.4 by Matt Atwood · 7 years ago
  57. 0597017 drm/dp: Add DP_DPCD_REV_XX to drm_dp_helper by Matt Atwood · 7 years ago
  58. f96bdf5 drm/rect: Handle rounding errors in drm_rect_clip_scaled, v3. by Maarten Lankhorst · 7 years ago
  59. 8eb008c Merge tag 'drm-intel-next-2018-04-13' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 7 years ago
  60. 0d49f30 drm: remove all control node code by Daniel Vetter · 7 years ago
  61. 53f071e Merge drm/drm-next into drm-intel-next-queued by Jani Nikula · 7 years ago
  62. 0ab3902 Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  63. 30e9db6d drm: Don't pass the index to drm_property_add_enum() by Ville Syrjälä · 7 years ago
  64. ebb513a drm/dp: Rename the edp_sdp_header as dp_sdp_header by Manasi Navare · 7 years ago
  65. 6e35fed drm: Don't EXPORT drm_add/reset_display_info by Daniel Vetter · 7 years ago
  66. 30d23f2 drm/atomic: better doc for implicit vs explicit fencing by Daniel Vetter · 7 years ago
  67. ccc3b2b drm: Move simple_display_pipe prepare_fb helper into gem fb helpers by Daniel Vetter · 7 years ago
  68. 7bb3bb4 drm/bridge: analogix_dp: Split the platform-specific poweron in two parts by Douglas Anderson · 7 years ago
  69. 672e314 drm/i915/kbl: Add KBL GT2 sku by Matt Atwood · 7 years ago
  70. ae0e282 drm/blend: Add a generic alpha property by Maxime Ripard · 7 years ago
  71. b8e47d8 drm: Fix HDCP downstream dev count read by Ramalingam C · 7 years ago
  72. 1a61ee0 drm/sched: Extend the documentation. by Eric Anholt · 7 years ago
  73. a70cdb9 drm/scheduler: move the tracepoints file from the include directory by Nayan Deshmukh · 7 years ago
  74. 1f901d5 Merge airlied/drm-next into drm-intel-next-queued by Rodrigo Vivi · 7 years ago
  75. fe36948 drm: Add DP last received PSR SDP VSC register and bits by José Roberto de Souza · 7 years ago
  76. 4f212e4 drm: Add DP PSR2 sink enable bit by José Roberto de Souza · 7 years ago
  77. 83fd26c Merge airlied/drm-next into drm-misc-next by Sean Paul · 7 years ago
  78. bee330f drm: Use srcu to protect drm_device.unplugged by Noralf Trønnes · 7 years ago
  79. e85d300 drm/tinydrm: Make fb_dirty into a lower level hook by Ville Syrjälä · 7 years ago
  80. 0c9c7fd drm/simple-kms-helper: Plumb plane state to the enable hook by Ville Syrjälä · 7 years ago
  81. 49efffc drm: Add drm_mode_config->normalize_zpos boolean by Peter Ujfalusi · 7 years ago
  82. f439286 drm: make drm_core_check_feature() bool that it is by Jani Nikula · 7 years ago
  83. 885a31c drm: remove old documentation comment cruft from drmP.h by Jani Nikula · 7 years ago
  84. d1a9d71 drm: prefer inline over __inline__ by Jani Nikula · 7 years ago
  85. 2b4f44ee Backmerge tag 'v4.16-rc7' into drm-next by Dave Airlie · 7 years ago
  86. a7d2a87 drm/tinydrm: Use gem_free_object_unlocked by Daniel Vetter · 7 years ago
  87. 33d009c Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 7 years ago
  88. 2a2553c Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 7 years ago
  89. 3ae7fb2 drm: Remove drm_property_{un/reference}_blob aliases by Haneen Mohammed · 7 years ago
  90. 9c11fcf drm/ttm: Export the ttm_k[un]map_atomic_prot API. by Thomas Hellstrom · 7 years ago
  91. 8fab806 drm/amdgpu: add vega12 to asic_type enum by Feifei Xu · 7 years ago
  92. 1c7095d Merge airlied/drm-next into drm-misc-next by Sean Paul · 7 years ago
  93. db87086 drm: Reduce object size of DRM_DEV_<LEVEL> uses by Joe Perches · 7 years ago
  94. e007488 drm: remove drm_mode_object_{un/reference} aliases by Haneen Mohammed · 7 years ago
  95. c5fe473 drm: Add PSR version 3 macro by José Roberto de Souza · 7 years ago
  96. 41204df drm: Introduce drm_color_lut_size() by Ville Syrjälä · 7 years ago
  97. 9c60583 Revert "drm: Use a flexible array member for blob property data" by Ville Syrjälä · 7 years ago
  98. 99a9548 drm: Reduce object size of DRM_ERROR and DRM_DEBUG uses by Joe Perches · 7 years ago
  99. dde5da2 drm/ttm: add bo as parameter to the ttm_tt_create callback by Christian König · 7 years ago
  100. 5d95109 drm/ttm: add ttm_bo_pipeline_gutting by Christian König · 7 years ago