1. 60d8edd drm: add drm_pcie_get_max_link_width helper (v2) by Alex Deucher · 9 years ago
  2. 6beb820 drm/ttm: fix documentation of ttm_bo_reserve by Nicolai Hähnle · 9 years ago
  3. 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
  4. 87069f4 drm/mm: use list_next_entry by Geliang Tang · 9 years ago
  5. 373701b drm: fix potential dangling else problems in for_each_ macros by Jani Nikula · 9 years ago
  6. 18b40c5 drm/mm: rewrite drm_mm_for_each_hole by Geliang Tang · 9 years ago
  7. c70f577 drm: Add "prefix" parameter to drm_rect_debug_print() by Ville Syrjälä · 9 years ago
  8. 1eb8345 drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create() by Ville Syrjälä · 9 years ago
  9. d9c3824 drm: Describe the Rotation property bits. by Robert Fekete · 9 years ago
  10. 36af4ca drm/dp: add eDP DPCD backlight control bit definitions by Jani Nikula · 9 years ago
  11. decc60b drm: Update GEM refcounting docs by Daniel Vetter · 9 years ago
  12. 92907cb Merge tag 'v4.4-rc2' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  13. 0f45c26 drm/atomic: add a drm_atomic_clean_old_fb helper. by Maarten Lankhorst · 9 years ago
  14. 3e82806 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  15. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  16. 2e01fab signals: kill block_all_signals() and unblock_all_signals() by Oleg Nesterov · 9 years ago
  17. 8b10c0c drm/i915/kbl: Add Kabylake GT4 PCI ID by Deepak S · 9 years ago
  18. d97044b drm/i915/kbl: Add Kabylake PCI ID by Deepak S · 9 years ago
  19. 2740357 Merge branch 'topic/hw-constraint-single' into for-next by Takashi Iwai · 9 years ago
  20. df785aa drm: Introduce generic probe function for component based masters. by Liviu Dudau · 9 years ago
  21. 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
  22. 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
  23. be15aad drm/i915: Improve kernel-doc for i915_audio_component struct by David Henningsson · 9 years ago
  24. 33e0be6 drm: Check crtc viewport correctly with rotated primary plane on atomic drivers by Ville Syrjälä · 9 years ago
  25. 2225cfe drm/gem: Use kref_get_unless_zero for the weak mmap references by Daniel Vetter · 9 years ago
  26. ef4c627 drm/gem: Check locking in drm_gem_object_unreference by Daniel Vetter · 9 years ago
  27. f71a6d6 gpu/doc: Convert to markdown harder by Lukas Wunner · 9 years ago
  28. 235fabe drm: Add DRM_DEBUG_VBL() by Ville Syrjälä · 9 years ago
  29. 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
  30. 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
  31. ae49154 drm/dp/mst: make mst i2c transfer code more robust. by Dave Airlie · 9 years ago
  32. 3c69ea4 Merge branch 'for-linus' into for-next by Takashi Iwai · 9 years ago
  33. b44f840 drm: Stop using drm_vblank_count() as the hw frame counter by Ville Syrjälä · 9 years ago
  34. 3f4c90b drm/i915: add kerneldoc for i915_audio_component by Libin Yang · 9 years ago
  35. 2844659 Merge remote-tracking branch 'takashi/topic/drm-sync-audio-rate' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  36. 88e7271 drm/irq: Use unsigned int pipe in public API by Thierry Reding · 9 years ago
  37. 6220907 drm: Add DRM_ROTATE_MASK and DRM_REFLECT_MASK by Joonas Lahtinen · 9 years ago
  38. d4070ff Merge tag 'drm-intel-next-2015-09-11' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  39. ccf03d6 drm/dp/mst: add some defines for logical/physical ports by Dave Airlie · 9 years ago
  40. d9515c5 drm/dp/mst: split connector registration into two parts (v2) by Dave Airlie · 9 years ago
  41. 4ad640e drm: Add a non-locking version of drm_kms_helper_poll_enable(), v2 by Egbert Eich · 9 years ago
  42. 0731c65 drm: Remove dummy agp ioctl wrappers by Daniel Vetter · 9 years ago
  43. 4b63539 drm: Define a drm_invalid_op ioctl implementation by Daniel Vetter · 9 years ago
  44. a7fb8a2 drm: Remove __OS_HAS_AGP by Daniel Vetter · 9 years ago
  45. 44cc6c0 Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 9 years ago
  46. 7e8275c drm/i915: set proper N/CTS in modeset by Libin Yang · 9 years ago
  47. 5334240 drm/i915: Add audio sync_audio_rate callback by Libin Yang · 9 years ago
  48. cf64830 drm/irq: Add drm_crtc_vblank_count_and_time() by Thierry Reding · 9 years ago
  49. 20b2020 drm: Kill pixeldur_ns by Ville Syrjälä · 9 years ago
  50. 3bb403b drm: Stop using linedur_ns and pixeldur_ns for vblank timestamps by Ville Syrjälä · 9 years ago
  51. eba1f35 drm: Move timestamping constants into drm_vblank_crtc by Ville Syrjälä · 9 years ago
  52. 5e7d494 drm: fix kernel-doc warnings in drm_crtc.h by Geliang Tang · 9 years ago
  53. 646db26 Merge tag 'v4.3-rc2' into topic/drm-misc by Daniel Vetter · 9 years ago
  54. bbb1e52 drm/fb-helper: atomic restore_fbdev_mode().. by Rob Clark · 9 years ago
  55. 9685cd9 drm/fb-helper: add headerdoc for drm_fb_helper by Rob Clark · 9 years ago
  56. c86fb9d drm: Nuke drm_framebuffer->helper_private by Daniel Vetter · 9 years ago
  57. 3a818d3 drm: Make drm_av_sync_delay() 'mode' argument const by Ville Syrjälä · 9 years ago
  58. 9e5a3b5 drm: Remove the 'mode' argument from drm_select_eld() by Ville Syrjälä · 9 years ago
  59. 2b712be drm/dp: s/I2C_STATUS/I2C_WRITE_STATUS_UPDATE/ by Ville Syrjälä · 9 years ago
  60. 397fd77 drm/atomic-helper: Implement drm_atomic_helper_duplicate_state() by Thierry Reding · 9 years ago
  61. aef9dbb drm/atomic-helper: Add option to update planes only on active crtc by Daniel Vetter · 9 years ago
  62. 844f911 drm/atomic: Make prepare_fb/cleanup_fb only take state, v3. by Maarten Lankhorst · 9 years ago
  63. b7c914b drm: Constify TV mode names by Ville Syrjälä · 9 years ago
  64. b7bdf0a8 drm/fb-helper: Use -errno return in restore_mode_unlocked by Daniel Vetter · 9 years ago
  65. fe8660a drm/doc: Fixing xml documentation warning by Danilo Cesar Lemes de Paula · 9 years ago
  66. f377ea8 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  67. f0675d4 drm/i915: Drop port_mst_index parameter from pin/eld callback by David Henningsson · 9 years ago
  68. e93c28f Merge tag 'drm-intel-next-fixes-2015-09-02' into drm-intel-next-queued by Daniel Vetter · 9 years ago
  69. 2a8ceed drm/i915: Add audio pin sense / ELD callback by David Henningsson · 9 years ago
  70. 7cc53cf drm/dp: add drm_dp_tps3_supported helper by Jani Nikula · 9 years ago
  71. d7b27368 Merge branch 'drm-dwhdmi-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-next by Dave Airlie · 9 years ago
  72. 3732ce7 Merge tag 'v4.2-rc8' into drm-next by Dave Airlie · 9 years ago
  73. 4479046 drm/dp/mst: dump branch OUI in debugfs (v2) by Dave Airlie · 9 years ago
  74. 1c73d3b drm/edid: add function to help find SADs by Russell King · 10 years ago
  75. b90120a drm: bridge/dw_hdmi: introduce interfaces to enable and disable audio by Russell King · 10 years ago
  76. b5814ff drm: bridge/dw_hdmi: introduce interface to setting sample rate by Russell King · 10 years ago
  77. 627563d drm/edid: add function to help find SADs by Russell King · 10 years ago
  78. 294947a Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 9 years ago
  79. 4eebf60 Merge tag 'v4.2-rc7' into drm-next by Dave Airlie · 9 years ago
  80. 7945dc58 Merge tag 'topic/drm-fixes-2015-08-14' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  81. 622147f Merge tag 'drm-intel-fixes-2015-08-14' into drm-intel-next-fixes by Daniel Vetter · 9 years ago
  82. 5101020 drm: export the DRM permission check code by Thomas Hellstrom · 9 years ago
  83. e037239 drm/radeon: add new OLAND pci id by Alex Deucher · 9 years ago
  84. cc1ef11 drm/irq: Make pipe unsigned and name consistent by Thierry Reding · 9 years ago
  85. b54a093 drm/plane: Remove redundant extern by Thierry Reding · 9 years ago
  86. 45e3743 drm/plane: Use consistent data types for format count by Thierry Reding · 9 years ago
  87. 4772ff0 drm/dp/mst: Remove port after removing connector. by Maarten Lankhorst · 9 years ago
  88. 981dae7 Merge tag 'drm-intel-fixes-2015-08-07' of git://anongit.freedesktop.org/drm-intel by Linus Torvalds · 9 years ago
  89. 209e4dbc drm/vblank: Use u32 consistently for vblank counters by Daniel Vetter · 9 years ago
  90. a03fdcb drm: Add top level Kconfig option for DRM fbdev emulation by Archit Taneja · 9 years ago
  91. bf9e37b drm: Remove __drm_modeset_lock_all by Daniel Vetter · 9 years ago
  92. fdefa58 drm/fb_helper: Create a wrapper for fb_set_suspend by Archit Taneja · 9 years ago
  93. 742547b drm/fb_helper: Create wrappers for blit, copyarea and fillrect funcs by Archit Taneja · 9 years ago
  94. cbb1a82 drm/fb_helper: Create wrappers for fb_sys_read/write funcs by Archit Taneja · 9 years ago
  95. 47074ab drm/fb_helper: Create a wrapper for unlink_framebuffer by Archit Taneja · 9 years ago
  96. b8017d6 drm/fb_helper: Add drm_fb_helper functions to manage fb_info creation by Archit Taneja · 9 years ago
  97. 3b8a684b drm/atomic-helper: Add an atomice best_encoder callback by Daniel Vetter · 9 years ago
  98. 9a69a9a drm: Make the connector dpms callback return a value, v2. by Maarten Lankhorst · 9 years ago
  99. 613d2b2 drm/atomic: pass old crtc state to atomic_begin/flush. by Maarten Lankhorst · 9 years ago
  100. fc59666 drm/atomic: add connectors_changed to separate it from mode_changed, v2 by Maarten Lankhorst · 9 years ago