1. 5fff80b drm/atomic: Allow for holes in connector state, v2. by Maarten Lankhorst · 8 years ago
  2. 6739b3d Merge branch 'drm-fixes-mst' of git://people.freedesktop.org/~airlied/linux into drm-fixes by Dave Airlie · 9 years ago
  3. 5e93b82 drm/dp/mst: move GUID storage from mgr, port to only mst branch by Hersen Wu · 9 years ago
  4. 64566b5 drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil by Harry Wentland · 9 years ago
  5. 4b0e4e4 drm: add helper to check for wc memory support by Dave Airlie · 9 years ago
  6. c240906 drm/atomic-helper: Export framebuffer_changed() by John Keeping · 9 years ago
  7. 28f0360 Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  8. ab74961 drm/ttm: add ttm_bo_move_to_lru_tail function v2 by Christian König · 9 years ago
  9. 14de6c4 drm/atomic: Remove drm_atomic_connectors_for_crtc. by Maarten Lankhorst · 9 years ago
  10. df7d678 drm/docs: more leftovers from the big vtable documentation pile by Daniel Vetter · 9 years ago
  11. 4cba685 drm/atomic-helper: Reject legacy flips on a disabled pipe by Daniel Vetter · 9 years ago
  12. 4cd9fa5 drm/atomic: add connector mask to drm_crtc_state. by Maarten Lankhorst · 9 years ago
  13. 4cd3991 drm/atomic: Add __drm_atomic_helper_connector_reset, v2. by Maarten Lankhorst · 9 years ago
  14. 1f16ee7f drm/dp/mst: always send reply for UP request by Mykola Lysenko · 9 years ago
  15. 69a0f89 drm/dp/mst: constify drm_dp_mst_topology_cbs structures by Julia Lawall · 9 years ago
  16. ade1ba7 Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  17. fd3e14f Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 9 years ago
  18. 60d8edd drm: add drm_pcie_get_max_link_width helper (v2) by Alex Deucher · 9 years ago
  19. 45ad5cc Merge tag 'topic/drm-misc-2015-12-18' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  20. 6beb820 drm/ttm: fix documentation of ttm_bo_reserve by Nicolai Hähnle · 9 years ago
  21. 07ade84 Merge tag 'drm/panel/for-4.5-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 9 years ago
  22. 399368aa drm: make drm_dev_set_unique() not use a format string by Nicolas Iooss · 9 years ago
  23. 16c3719 drm: Constify drm_encoder_slave_funcs by Ville Syrjälä · 9 years ago
  24. d55f532 drm: Move more framebuffer doc from docbook to kerneldoc by Daniel Vetter · 9 years ago
  25. 51bce5b Merge tag 'drm-intel-next-2015-12-04-1' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  26. eb227c5 drm/ttm: fix documentation of ttm_bo_reserve by Nicolai Hähnle · 9 years ago
  27. 21de54b Merge tag 'drm-vc4-next-2015-12-11' of http://github.com/anholt/linux into drm-next by Dave Airlie · 9 years ago
  28. 618100f Merge tag 'drm-i915-get-eld' of tiwai/sound into drm-intel-next-queued by Daniel Vetter · 9 years ago
  29. 6af3e65 drm: Drop drm_helper_probe_single_connector_modes_nomerge() by Ville Syrjälä · 9 years ago
  30. 5ba8940 drm: Rename MODE_UNVERIFIED to MODE_STALE by Ville Syrjälä · 9 years ago
  31. 9f4c97a drm: Add plane->name and use it in debug prints by Ville Syrjälä · 9 years ago
  32. fa3ab4c drm: Add crtc->name and use it in debug messages by Ville Syrjälä · 9 years ago
  33. 13a3d91 drm: Pass 'name' to drm_encoder_init() by Ville Syrjälä · 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. cae666c drm/i915: Add get_eld audio component by Takashi Iwai · 9 years ago
  37. ef8f9be dp/mst: add SDP stream support by Libin Yang · 9 years ago
  38. 36b6608 drm: Document drm_encoder/crtc_helper_funcs by Daniel Vetter · 9 years ago
  39. 30ecad7 drm: Move drm_display_mode an related docs into kerneldoc by Daniel Vetter · 9 years ago
  40. 4ee6034 drm: Document drm_connector_helper_funcs by Daniel Vetter · 9 years ago
  41. 11a0ba9 drm: Document drm_plane_helper_funcs by Daniel Vetter · 9 years ago
  42. 9953f41 drm: Kerneldoc for drm_mode_config_funcs by Daniel Vetter · 9 years ago
  43. c6b0ca3 drm: Add kerneldoc for drm_framebuffer_funcs by Daniel Vetter · 9 years ago
  44. f6da8c6 drm: document drm_crtc_funcs by Daniel Vetter · 9 years ago
  45. 6fe14ac drm: Document drm_connector_funcs by Daniel Vetter · 9 years ago
  46. 129b782 drm: Move encoder->save/restore into nouveau by Daniel Vetter · 9 years ago
  47. 813b0f3 drm: Remove crtc/connector->save/restore hooks by Daniel Vetter · 9 years ago
  48. 8854863 drm: Update drm_plane_funcs kerneldoc by Daniel Vetter · 9 years ago
  49. da024fe drm/bridge: Improve kerneldoc by Daniel Vetter · 9 years ago
  50. 4490d4c drm: Make helper vtable pointers type-safe by Daniel Vetter · 9 years ago
  51. 092d01d drm: Reorganize helper vtables and their docs by Daniel Vetter · 9 years ago
  52. b516a9e drm: Move LEAVE/ENTER_ATOMIC_MODESET to fbdev helpers by Daniel Vetter · 9 years ago
  53. 264d697 drm: Polish fbdev helper struct docs by Daniel Vetter · 9 years ago
  54. 10028c5 drm: Create a driver hook for allocating GEM object structs. by Eric Anholt · 9 years ago
  55. e876b41 Back merge tag 'v4.4-rc4' into drm-next by Dave Airlie · 9 years ago
  56. 47c0fd7 Merge tag 'topic/drm-misc-2015-12-04' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  57. 1562020 drm/i915/skl: Add SKL GT4 PCI IDs by Mika Kuoppala · 9 years ago
  58. bbc8764 drm/nouveau: Fix pre-nv50 pageflip events (v4) by Daniel Vetter · 9 years ago
  59. a0af2e5 drm: Fix an unwanted master inheritance v2 by Thomas Hellstrom · 9 years ago
  60. 1494276 drm/atomic-helper: Implement subsystem-level suspend/resume by Thierry Reding · 9 years ago
  61. 06eaae4 drm: Implement drm_modeset_lock_all_ctx() by Thierry Reding · 9 years ago
  62. 4c6bcf4 drm/edid: Make the detailed timing CEA/HDMI mode fixup accept up to 5kHz clock difference by Ville Syrjälä · 9 years ago
  63. 80d6900 Merge tag 'drm-intel-next-2015-11-20-merged' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  64. 6753ba9 drm/atomic_helper: Add drm_atomic_helper_disable_planes_on_crtc() by Jyri Sarha · 9 years ago
  65. 9b2c0b7 drm: Serialise multiple event readers by Chris Wilson · 9 years ago
  66. 87069f4 drm/mm: use list_next_entry by Geliang Tang · 9 years ago
  67. 373701b drm: fix potential dangling else problems in for_each_ macros by Jani Nikula · 9 years ago
  68. 18b40c5 drm/mm: rewrite drm_mm_for_each_hole by Geliang Tang · 9 years ago
  69. c70f577 drm: Add "prefix" parameter to drm_rect_debug_print() by Ville Syrjälä · 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. 36af4ca drm/dp: add eDP DPCD backlight control bit definitions by Jani Nikula · 9 years ago
  73. decc60b drm: Update GEM refcounting docs by Daniel Vetter · 9 years ago
  74. 6e8c9e3 drm/dsi: Add Turn On/Shutdown Peripheral command helpers by Werner Johansson · 9 years ago
  75. ec26d9e drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format by Liu Ying · 9 years ago
  76. 92907cb Merge tag 'v4.4-rc2' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  77. 0f45c26 drm/atomic: add a drm_atomic_clean_old_fb helper. by Maarten Lankhorst · 9 years ago
  78. 3e82806 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  79. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  80. 2e01fab signals: kill block_all_signals() and unblock_all_signals() by Oleg Nesterov · 9 years ago
  81. 8b10c0c drm/i915/kbl: Add Kabylake GT4 PCI ID by Deepak S · 9 years ago
  82. d97044b drm/i915/kbl: Add Kabylake PCI ID by Deepak S · 9 years ago
  83. 2740357 Merge branch 'topic/hw-constraint-single' into for-next by Takashi Iwai · 9 years ago
  84. df785aa drm: Introduce generic probe function for component based masters. by Liviu Dudau · 9 years ago
  85. affa0e0 Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  86. 2dd3a88 Merge tag 'drm-intel-next-2015-10-10' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  87. be15aad drm/i915: Improve kernel-doc for i915_audio_component struct by David Henningsson · 9 years ago
  88. 33e0be6 drm: Check crtc viewport correctly with rotated primary plane on atomic drivers by Ville Syrjälä · 9 years ago
  89. 2225cfe drm/gem: Use kref_get_unless_zero for the weak mmap references by Daniel Vetter · 9 years ago
  90. ef4c627 drm/gem: Check locking in drm_gem_object_unreference by Daniel Vetter · 9 years ago
  91. f71a6d6 gpu/doc: Convert to markdown harder by Lukas Wunner · 9 years ago
  92. 235fabe drm: Add DRM_DEBUG_VBL() by Ville Syrjälä · 9 years ago
  93. 48f87dd Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 9 years ago
  94. 6b62b3e Merge tag 'topic/drm-misc-2015-10-08' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  95. ae49154 drm/dp/mst: make mst i2c transfer code more robust. by Dave Airlie · 9 years ago
  96. 3c69ea4 Merge branch 'for-linus' into for-next by Takashi Iwai · 9 years ago
  97. b44f840 drm: Stop using drm_vblank_count() as the hw frame counter by Ville Syrjälä · 9 years ago
  98. 3f4c90b drm/i915: add kerneldoc for i915_audio_component by Libin Yang · 9 years ago
  99. 2844659 Merge remote-tracking branch 'takashi/topic/drm-sync-audio-rate' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  100. 88e7271 drm/irq: Use unsigned int pipe in public API by Thierry Reding · 9 years ago