1. 9068e02 drm/edid: VSDB yCBCr420 Deep Color mode bit definitions by Clint Taylor · 6 years ago
  2. 4d4c2d8 drm/cma-helper: Fix crash in fbdev error path by Noralf Trønnes · 6 years ago
  3. d6a77ba Revert "drm/panel: Add device_link from panel device to DRM device" by Linus Walleij · 6 years ago
  4. 5707833 drm: fix drm_drv_uses_atomic_modeset on non modesetting drivers. by Dave Airlie · 6 years ago
  5. 54dbe75 Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  6. 940fbcb Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 6 years ago
  7. dceb219 drm/ttm: Add ttm_set_pages_wc and ttm_set_pages_uc helper by Huang Rui · 6 years ago
  8. f8f15c3 Merge tag 'drm-msm-next-2018-07-30' of git://people.freedesktop.org/~robclark/linux into drm-next by Dave Airlie · 6 years ago
  9. 43bce41 drm/scheduler: only kill entity if last user is killed v2 by Christian König · 6 years ago
  10. 5dc634b drm: Add puts callback for the coredump printer by Jordan Crouse · 6 years ago
  11. 4538d73 drm: Add a -puts() function for the seq_file printer by Jordan Crouse · 6 years ago
  12. 63f4cc0 drm: Add drm_puts() to complement drm_printf() by Jordan Crouse · 6 years ago
  13. cfc57a1 drm: drm_printer: Add printer for devcoredump by Jordan Crouse · 6 years ago
  14. 2ac305b drm/ttm: add ttm_set_memory header (v2) by Huang Rui · 6 years ago
  15. 068c330 drm/scheduler: remove sched field from the entity by Nayan Deshmukh · 6 years ago
  16. cdc5017 drm/scheduler: modify API to avoid redundancy by Nayan Deshmukh · 6 years ago
  17. 5007750 Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 6 years ago
  18. ef8e0ff Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 6 years ago
  19. 294f96a Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 6 years ago
  20. 54c88a0 Merge tag 'drm-misc-next-2018-07-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 6 years ago
  21. ce2d546 drm/fourcc: Add is_yuv field to drm_format_info to denote if the format is yuv by Ayan Kumar Halder · 6 years ago
  22. a57942b ALSA: hda: Make audio component support more generic by Takashi Iwai · 6 years ago
  23. ae891ab drm/i915: Split audio component to a generic type by Takashi Iwai · 6 years ago
  24. a18b219 drm/dp_helper: Add DP aux channel tracing by Lyude Paul · 6 years ago
  25. aa16b6c drm/scheduler: modify args of drm_sched_entity_init by Nayan Deshmukh · 6 years ago
  26. 8dc9fbb drm/scheduler: add a pointer to scheduler in the rq by Nayan Deshmukh · 6 years ago
  27. 620eec7 drm/doc: use inline kerneldoc style for drm_crtc_state by Daniel Vetter · 6 years ago
  28. 15185aa drm/doc: move struct drm_crtc to in-line comments by Daniel Vetter · 6 years ago
  29. 268bc24 drm: switch drm_plane to inline comments by Daniel Vetter · 6 years ago
  30. 2e784a9 drm: Switch drm_plane_state to inline kerneldoc style by Daniel Vetter · 6 years ago
  31. 97e14fb drm: drop _mode_ from remaining connector functions by Daniel Vetter · 6 years ago
  32. cde4c44 drm: drop _mode_ from drm_mode_connector_attach_encoder by Daniel Vetter · 6 years ago
  33. c555f02 drm: drop _mode_ from update_edit_property() by Daniel Vetter · 6 years ago
  34. 92e1d26 drm/doc: polish for sturct drm_connector by Daniel Vetter · 6 years ago
  35. aab999a drm/doc: switch drm_connector_state to inline comments by Daniel Vetter · 6 years ago
  36. 3479fc2 drm: move drv test macros out of drmP.h by Daniel Vetter · 6 years ago
  37. 90a460d drm: Fix kerneldoc for DRM_MODE_PROP_IMMUTABLE by Sean Paul · 6 years ago
  38. 3e977ac drm/i915: Prevent writing into a read-only object via a GGTT mmap by Chris Wilson · 6 years ago
  39. 2c6d1ff drm: add support for DisplayPort CEC-Tunneling-over-AUX by Hans Verkuil · 6 years ago
  40. 5685ca0 drm/tinydrm: Fix doc build warnings by Noralf Trønnes · 6 years ago
  41. db0c8d8 x86/gpu: reserve ICL's graphics stolen memory by Paulo Zanoni · 7 years ago
  42. 89c815e drm/ttm: Introduce ttm_bo_get() and ttm_bo_put() for ref counting by Thomas Zimmermann · 7 years ago
  43. 955f60d drm: Add support for extracting sync signal drive edge from videomode by Peter Ujfalusi · 7 years ago
  44. 5fa8e4a drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULL by Boris Brezillon · 7 years ago
  45. 85b5baf drm/cma-helper: Remove drm_fb_cma_fbdev_init_with_funcs() by Noralf Trønnes · 7 years ago
  46. 9060d7f drm/fb-helper: Finish the generic fbdev emulation by Noralf Trønnes · 7 years ago
  47. e896c132 drm/debugfs: Add internal client debugfs file by Noralf Trønnes · 7 years ago
  48. 894a677 drm/cma-helper: Use the generic fbdev emulation by Noralf Trønnes · 7 years ago
  49. d536540 drm/fb-helper: Add generic fbdev emulation .fb_probe function by Noralf Trønnes · 7 years ago
  50. c76f0f7 drm: Begin an API for in-kernel clients by Noralf Trønnes · 7 years ago
  51. ba7ca97 Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 6 years ago
  52. b25c60a drm/crtc: Add a generic infrastructure to fake VBLANK events by Boris Brezillon · 7 years ago
  53. 814bde9 drm/connector: Make ->atomic_commit() optional by Boris Brezillon · 7 years ago
  54. 425132f drm/connector: Pass a drm_connector_state to ->atomic_commit() by Boris Brezillon · 7 years ago
  55. b82c1f8 drm/atomic: Avoid connector to writeback_connector casts by Boris Brezillon · 7 years ago
  56. a012024 drm/crc: Only report a single overflow when a CRC fd is opened by Maarten Lankhorst · 7 years ago
  57. 289278cb drm: drop drm_pcie_get_speed_cap_mask and drm_pcie_get_max_link_width by Alex Deucher · 7 years ago
  58. 180fc13 drm/scheduler: Rename cleanup functions v2. by Andrey Grodzovsky · 7 years ago
  59. 38cb8d9 drm: Add drm_connector_has_possible_encoder() by Ville Syrjälä · 7 years ago
  60. 83aefbb drm: Add drm_connector_for_each_possible_encoder() by Ville Syrjälä · 7 years ago
  61. 070473b drm: add missing ctx argument to plane transitional helpers by Russell King · 7 years ago
  62. 7370573 drm: Add drm_connector_mask() by Ville Syrjälä · 7 years ago
  63. 6f3be03 drm: Add drm_encoder_mask() by Ville Syrjälä · 7 years ago
  64. 62f77ad drm: Add drm_plane_mask() by Ville Syrjälä · 7 years ago
  65. 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
  66. 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
  67. 8b5f7a6 drm: of: Export and rename drm_crtc_port_mask() by Jernej Skrabec · 7 years ago
  68. 46d8f40 drm: Consider drivers setting DRIVER_ATOMIC as atomic. by Eric Anholt · 7 years ago
  69. 565c17b Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 7 years ago
  70. 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
  71. 6aa1340 drm/bridge: Move the struct drm_bridge member kerneldoc inline. by Eric Anholt · 7 years ago
  72. 8d4f4b8 drm: Document mode_config.max_width/height as the max fb dimensions by Ville Syrjälä · 7 years ago
  73. d98c71d Merge drm-upstream/drm-next into drm-misc-next by Gustavo Padovan · 7 years ago
  74. d67b6a2 drm: writeback: Add client capability for exposing writeback connectors by Liviu Dudau · 7 years ago
  75. b13cc8d drm: writeback: Add out-fences for writeback connectors by Brian Starkey · 8 years ago
  76. 935774c drm: Add writeback connector type by Brian Starkey · 8 years ago
  77. f664a5269 dma-buf: remove kmap_atomic interface by Christian König · 7 years ago
  78. a19741e dma_buf: remove device parameter from attach callback v2 by Christian König · 7 years ago
  79. e364672 drm/i915/aml: Introducing Amber Lake platform by José Roberto de Souza · 7 years ago
  80. b9be785 drm/i915/whl: Introducing Whiskey Lake platform by José Roberto de Souza · 7 years ago
  81. ba1f665 drm: Add checks for atomic_[duplicate/destroy]_state with atomic drivers by Haneen Mohammed · 7 years ago
  82. 741f01e drm/scheduler: Avoid using wait_event_killable for dying process (V4) by Andrey Grodzovsky · 7 years ago
  83. 2d33948 drm/scheduler: add documentation by Nayan Deshmukh · 7 years ago
  84. e00fb85 drm: Stop updating plane->crtc/fb/old_fb on atomic drivers by Ville Syrjälä · 7 years ago
  85. 135c550 Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 7 years ago
  86. 8fb756d drm: Trust format_mod_supported() when it OKs a plane modifier. by Eric Anholt · 7 years ago
  87. c32048d drm/bridge/synopsys: dw-hdmi: fix dw_hdmi_setup_rx_sense by Neil Armstrong · 7 years ago
  88. 83bc4ec drm/mm: Add a search-by-address variant to only inspect a single hole by Chris Wilson · 7 years ago
  89. 2f7e876 drm/mm: Reject over-sized allocation requests early by Chris Wilson · 7 years ago
  90. 563e1e6 drm/scheduler: Remove obsolete spinlock. by Andrey Grodzovsky · 7 years ago
  91. 0c08754 drm/panel: Add device_link from panel device to DRM device by Jyri Sarha · 7 years ago
  92. 50525c3 drm: content-type property for HDMI connector by Stanislav Lisovskiy · 7 years ago
  93. 5d435b4 drm/bridge: spelling and coding style minor fixes by Philippe Cornu · 7 years ago
  94. 956fcdd drm/amdgpu: Add vega20 to asic_type enum. by Feifei Xu · 7 years ago
  95. 95d2c3e Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 7 years ago
  96. 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
  97. 8344c53 drm/scheduler: remove unused parameter by Nayan Deshmukh · 7 years ago
  98. 48ff108 drm/amdgpu: add VEGAM ASIC type by Leo Liu · 7 years ago
  99. 8ee3a52 drm/gpu-sched: fix force APP kill hang(v4) by Emily Deng · 7 years ago
  100. 584a014 drm: clarify adjusted_mode documentation for bridges by Philippe Cornu · 7 years ago