1. c0f095f drm/fb-cma-helper: Remove unused functions by Noralf Trønnes · 7 years ago
  2. 57b8a4b drm/tve200: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb() by Noralf Trønnes · 7 years ago
  3. 1287c94 drm/sun4i: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  4. 5d43aa7 drm/shmobile: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  5. 365c385 drm/rcar-du: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  6. 98f3eac drm/mxsfb: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb() by Noralf Trønnes · 7 years ago
  7. 24ef815 drm/meson: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  8. 503ad2e drm/hisilicon/kirin: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  9. ba22bf6 drm/fsl-dcu: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  10. cce1a87 drm/tinydrm: Use drm_gem_framebuffer_helper by Noralf Trønnes · 7 years ago
  11. 320e421 drm: of: always initialize panel in drm_of_find_panel_or_bridge() by Dan Carpenter · 7 years ago
  12. 44390ef drm/tve200: Check for IS_ERR instead of NULL in probe by Dan Carpenter · 7 years ago
  13. 4ea3095 drm/tve200: make two functions static by Colin Ian King · 7 years ago
  14. a33d7f8 drm/armada: Remove unused #include <drmP.h> by Haneen Mohammed · 7 years ago
  15. 7f909d9 drm/rockchip: Rely on the default best_encoder() behavior by Haneen Mohammed · 7 years ago
  16. 32ad958 drm/vc4: Set up the DSI host at pdev probe time, not component bind. by Eric Anholt · 8 years ago
  17. af2eca5 drm/vc4: Avoid using vrefresh==0 mode in DSI htotal math. by Eric Anholt · 8 years ago
  18. 9949b35 drm/Documentation: Refine TODO for backlight helpers in tinydrm by Meghana Madhyastha · 7 years ago
  19. ffeeeed drm/core: clean up references to drm_dev_unref() by Aishwarya Pant · 7 years ago
  20. d9c8022 drm/doc: Remove todo item about "This is gross" comment by Haneen Mohammed · 7 years ago
  21. ce7b700 drm/tilcdc: replace reference/unreference() with get/put by Aishwarya Pant · 7 years ago
  22. 9a96f55 drm: introduce drm_dev_{get/put} functions by Aishwarya Pant · 7 years ago
  23. f2a44dd drm/rockchip: Cocci spatch "vma_pages" by Thomas Meyer · 7 years ago
  24. 3fbe2e1 drm: Remove obsolete "This is gross" comment by Haneen Mohammed · 7 years ago
  25. d0d1aee5 drm: Try to document legacy DPMS uapi a bit better by Daniel Vetter · 7 years ago
  26. 6bf2e032 drm/rockchip: Fix uninitialized use of ret by Sean Paul · 7 years ago
  27. 531beb0 dma-buf: remove redundant initialization of sg_table by Colin Ian King · 8 years ago
  28. 13cc80c drm/agpsupport: Remove extra blank line by Meghana Madhyastha · 8 years ago
  29. 221399c drm/agpsupport: Move EXPORT_SYMBOL so that it immediately follows its function by Meghana Madhyastha · 8 years ago
  30. 182e61d drm/agpsupport: Remove assignment in if condition by Meghana Madhyastha · 8 years ago
  31. e3cbeaf drm/agpsupport: Replace "foo * bar" with "foo *bar" by Meghana Madhyastha · 8 years ago
  32. ac6c35a drm: add backwards compatibility support for drm_kms_helper.edid_firmware by Jani Nikula · 7 years ago
  33. 53fd40a drm: handle override and firmware EDID at drm_do_get_edid() level by Jani Nikula · 8 years ago
  34. c673fe7 drm/dp: DPCD register defines for link status within ESI field by Dhinakaran Pandiyan · 8 years ago
  35. d8dd680 drm/rockchip: Replace dev_* with DRM_DEV_* by Haneen Mohammed · 8 years ago
  36. 95a0cfe drm/tinydrm: Drop driver registered message by Noralf Trønnes · 8 years ago
  37. a5ea8a6 drm/gem-fb-helper: Use debug message on gem lookup failure by Noralf Trønnes · 8 years ago
  38. bd10635 drm/imx: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb() by Noralf Trønnes · 8 years ago
  39. 1591017 drm/bridge: adv7511: Constify HDMI CODEC platform data by Lars-Peter Clausen · 8 years ago
  40. 2f47f1c drm/bridge: adv7511: Enable connector polling when no interrupt is specified by Lars-Peter Clausen · 8 years ago
  41. fcb4c5e drm/bridge: adv7511: Remove private copy of the EDID by Lars-Peter Clausen · 8 years ago
  42. 6f39ed4 drm/bridge: adv7511: Properly update EDID when no EDID was found by Lars-Peter Clausen · 8 years ago
  43. 3fa6a07 drm/crtc: Convert setcrtc ioctl locking to interruptible. by Maarten Lankhorst · 8 years ago
  44. c2e4ff3 drm/atomic: Convert pageflip ioctl locking to interruptible. by Maarten Lankhorst · 8 years ago
  45. 13736ba drm/legacy: Convert setplane ioctl locking to interruptible. by Maarten Lankhorst · 8 years ago
  46. 6c886e4 drm/legacy: Convert cursor ioctl locking to interruptible. by Maarten Lankhorst · 8 years ago
  47. dad56ce drm/atomic: Convert atomic ioctl locking to interruptible. by Maarten Lankhorst · 8 years ago
  48. 6f8bcc7 drm/atomic: Prepare drm_modeset_lock infrastructure for interruptible waiting, v2. by Maarten Lankhorst · 8 years ago
  49. 9ab12e8 drm/tve200: Clean up panel bridging by Linus Walleij · 8 years ago
  50. be05fe1 drm/doc: Update todo.rst by Daniel Vetter · 8 years ago
  51. 0bb9c2b drm/dp/mst: Sideband message transaction to power up/down nodes by Dhinakaran Pandiyan · 8 years ago
  52. 8a50b9b drm: Make __drm_object_property_get_value() static by Ville Syrjälä · 8 years ago
  53. 927cad9 drm: Drop drm_get_link_status_name() by Ville Syrjälä · 8 years ago
  54. a32c94a drm: Make syncobj import/export functions static by Ville Syrjälä · 8 years ago
  55. 72fe915 drm/pl111: Add handling of Versatile platforms by Linus Walleij · 8 years ago
  56. ad86ebe drm/pl111: Add optional variant display en/disable callbacks by Linus Walleij · 8 years ago
  57. 52289a0 drm/pl111: Insert delay before powering up PL11x by Linus Walleij · 8 years ago
  58. fa83306 drm/pl111: Enable PL110 variant by Linus Walleij · 8 years ago
  59. 001485d drm/pl111: Replace custom connector with panel bridge by Linus Walleij · 8 years ago
  60. bcaf9ff drm/pl111: Add all registers to debugfs by Linus Walleij · 8 years ago
  61. 48074fc drm/pl111: Cleanup local header file by Linus Walleij · 8 years ago
  62. 6025a15 drm/tilcdc: Use drm_gem_fb_create() by Noralf Trønnes · 8 years ago
  63. 070badf drm/sun4i: call drm_vblank_init with correct number of crtcs by Chen-Yu Tsai · 8 years ago
  64. 27e18de drm/sun4i: tcon: Support backend input mux by Chen-Yu Tsai · 8 years ago
  65. be3fe0f drm/sun4i: tcon: Simplify sun4i_tcon_find_engine_traverse for one input by Chen-Yu Tsai · 8 years ago
  66. e8d5bbf drm/sun4i: tcon: get TCON ID and matching engine with remote endpoint ID by Chen-Yu Tsai · 8 years ago
  67. 1469619 drm/sun4i: tcon: Check for multiple paths between TCONs and backends by Chen-Yu Tsai · 8 years ago
  68. da82b87 drm/sun4i: add components in breadth first traversal order by Chen-Yu Tsai · 8 years ago
  69. d57294c drm/sun4i: tcon: Unconditionally reset the TCON by Chen-Yu Tsai · 8 years ago
  70. 1f2308f MAINTAINERS: sun4i-drm is now maintained in drm-misc by Maxime Ripard · 8 years ago
  71. ea4d5a2 dma-buf/sw_sync: force signal all unsignaled fences on dying timeline by Dominik Behr · 8 years ago
  72. 5663077 drm/vc4: clean up error handling on devm_kzalloc failure by Colin Ian King · 8 years ago
  73. 45ae278 drm/todo: Add s/dev_*/DRM_DEV_*/ coversion to TODO by Sean Paul · 8 years ago
  74. 77ac3b0 drm/atomic: Remove deprecated accessor macros by Maarten Lankhorst · 8 years ago
  75. 669c921 drm/atomic: Make async plane update checks work as intended, v2. by Maarten Lankhorst · 8 years ago
  76. 21a01ab drm/atomic: Fix freeing connector/plane state too early by tracking commits, v3. by Maarten Lankhorst · 8 years ago
  77. de39bec drm/atomic: Remove waits in drm_atomic_helper_commit_cleanup_done, v2. by Maarten Lankhorst · 8 years ago
  78. 163bcc2 drm/atomic: Move drm_crtc_commit to drm_crtc_state, v4. by Maarten Lankhorst · 8 years ago
  79. f46640b drm/atomic: Return commit in drm_crtc_commit_get for better annotation by Maarten Lankhorst · 8 years ago
  80. b44d5c0 drm/i915: Always wait for flip_done, v2. by Maarten Lankhorst · 8 years ago
  81. 3ff558e drm/stm: fix warning about multiplication in condition by Arnd Bergmann · 8 years ago
  82. 34cc0aa drm/rockchip: Add support for Rockchip Soc LVDS by Sandy Huang · 8 years ago
  83. a5e03a4 dt-bindings: display: Add Document for Rockchip Soc LVDS by Sandy Huang · 8 years ago
  84. 67a3b63a drm: gma500: fix logic error by Arnd Bergmann · 8 years ago
  85. ff58a15 drm/vc4: Use correct path to trace include by Thierry Reding · 8 years ago
  86. f23ef8e drm/armada: Use correct path to trace include by Thierry Reding · 8 years ago
  87. d99ce55 drm: Use correct path to trace include by Thierry Reding · 8 years ago
  88. b191406 drm/bridge/synopsys: dsi: explicitly request exclusive reset control by Philippe CORNU · 8 years ago
  89. 1df82a6 drm/bridge/synopsys: dsi: Register list clean up by Philippe CORNU · 8 years ago
  90. 6b8ed87 drm: Fix example comment of format modifier blob by Gabriel Krisman Bertazi · 8 years ago
  91. 14b469f9 drm/tve200: Replace custom connector with panel bridge by Linus Walleij · 8 years ago
  92. b52f09c drm/fb-helper: Avoid NULL ptr dereference in fb_set_suspend() by Noralf Trønnes · 8 years ago
  93. 4930a43 drm/stm: Use drm_gem_fb_create() by Noralf Trønnes · 8 years ago
  94. 1cdea74 drm/arc: Use drm_gem_fb_create() by Noralf Trønnes · 8 years ago
  95. 4ee7362 drm/armada: Use .dumb_map_offset and .dumb_destroy defaults by Noralf Trønnes · 8 years ago
  96. 90378e5 drm/gem: drm_gem_dumb_map_offset(): reject dma-buf by Noralf Trønnes · 8 years ago
  97. b7df574 drm/scdc-helper: Use consistent spelling for TMDS by Thierry Reding · 8 years ago
  98. 6ec7551 drm/scdc-helper: Use consistent error reporting by Thierry Reding · 8 years ago
  99. 427dc54 drm/scdc-helper: Remove gratuitous blank lines by Thierry Reding · 8 years ago
  100. 46ad42a drm/atomic: Fix typo in kerneldoc by Thierry Reding · 8 years ago