1. b759012 drm/stm: Add STM32 LTDC driver by Yannick Fertre · 8 years ago
  2. 4636ce9 drm/fb-cma-helper: Add drm_fb_cma_get_gem_addr() by Yannick Fertre · 8 years ago
  3. cdec4d3 drm/vc4: Expose dma-buf fences for V3D rendering. by Eric Anholt · 8 years ago
  4. ce9971d drm/bridge: sii902x: Add missing \n to the end of some dev_err messages by Liu Ying · 8 years ago
  5. 3a753b9 drm/doc: Fix missing @ctx documentation by Daniel Vetter · 8 years ago
  6. a0752d4 drm: fix spelling mistake: "committing" by Colin Ian King · 8 years ago
  7. c98cdff Revert "drm: Don't allow interruptions when opening debugfs/crc" by Sean Paul · 8 years ago
  8. 2e06416 drm: Only take cursor locks when the cursor plane exists by Daniel Vetter · 8 years ago
  9. 3bacf43 drm/vmwgfx: Fix fbdev emulation using legacy functions by Daniel Vetter · 8 years ago
  10. c1bb818 drm/rockchip: Shutdown all crtcs when unbinding drm by Jeffy Chen · 8 years ago
  11. ccea919 drm/rockchip: Reorder drm bind/unbind sequence by Jeffy Chen · 8 years ago
  12. b7ac7b5 drm/rockchip: analogix_dp: Disable clock when unbinding by Jeffy Chen · 8 years ago
  13. ec6e776 drm/rockchip: vop: Unprepare clocks when unbinding by Jeffy Chen · 8 years ago
  14. 5e57037 drm/rockchip: vop: Enable pm domain before vop_initial by Jeffy Chen · 8 years ago
  15. 88582f5 drm/rockchip: cdn-dp: Don't unregister audio dev when unbinding by Jeffy Chen · 8 years ago
  16. 54bd167 drm/rockchip: cdn-dp: Don't try to release firmware when not loaded by Jeffy Chen · 8 years ago
  17. 37e048778 drm: bridge: analogix: Destroy connector & encoder when unbinding by Jeffy Chen · 8 years ago
  18. ede2fdf drm: bridge: analogix: Disable clock when unbinding by Jeffy Chen · 8 years ago
  19. 7b017a5 drm: bridge: analogix: Unregister dp aux when unbinding by Jeffy Chen · 8 years ago
  20. 18aea7d drm: bridge: analogix: Detach panel when unbinding analogix dp by Jeffy Chen · 8 years ago
  21. b8dfa82 drm: Don't allow interruptions when opening debugfs/crc by Chris Wilson · 8 years ago
  22. 385aee9 drm/virtio: don't leak bo on drm_gem_object_init failure by Gerd Hoffmann · 8 years ago
  23. e20c29a drm: bridge: dw-hdmi: fix input format/encoding from plat_data by Neil Armstrong · 8 years ago
  24. 09bffa6 drm: omap: use common OF graph helpers by Rob Herring · 8 years ago
  25. ebc9446 drm: convert drivers to use drm_of_find_panel_or_bridge by Rob Herring · 8 years ago
  26. 86418f9 drm: convert drivers to use of_graph_get_remote_node by Rob Herring · 8 years ago
  27. 1f2db30 drm: of: introduce drm_of_find_panel_or_bridge by Rob Herring · 8 years ago
  28. ce09d76 drm/atomic: Add connector atomic_check function, v2. by Maarten Lankhorst · 8 years ago
  29. 970ece8 drm/atomic: Move enable/connector check up in check_modeset() by Maarten Lankhorst · 8 years ago
  30. 24d6652 drm/atomic: Set all the changed flags in one place. by Maarten Lankhorst · 8 years ago
  31. 44596b8 drm/atomic: Unify conflicting encoder handling. by Maarten Lankhorst · 8 years ago
  32. 53552d5 drm: Take mode_config.mutex in setcrtc ioctl by Daniel Vetter · 8 years ago
  33. 6c5ed5a drm/atomic: Acquire connection_mutex lock in drm_helper_probe_single_connector_modes, v4. by Maarten Lankhorst · 8 years ago
  34. 99748ab drm: virtio: fix virtio_gpu_cursor_formats by Laurent Vivier · 8 years ago
  35. f40d656 drm: bridge: dw-hdmi: Add a missing break statement by Dan Carpenter · 8 years ago
  36. 4c67b20 drm: bridge: dw-hdmi: remove unused hdmi_bus_fmt_is_yuv420 by Neil Armstrong · 8 years ago
  37. 7128645 drm/fb-helper: Extract _legacy kms functions by Daniel Vetter · 8 years ago
  38. 941b8ca drm: extract legacy framebuffer remove by Daniel Vetter · 8 years ago
  39. 3a09f73 drm/atomic-helper: Remove legacy backoff hack from gamma_set by Daniel Vetter · 8 years ago
  40. 6d124ff drm: Add acquire ctx to ->gamma_set hook by Daniel Vetter · 8 years ago
  41. ca659e0 drm: Add explicit acquire ctx handling around ->gamma_set by Daniel Vetter · 8 years ago
  42. 9c79e0b drm/fb-helper: Give up on kgdb for atomic drivers by Daniel Vetter · 8 years ago
  43. 3fab2f0 drm/i915: Nuke intel_atomic_legacy_gamma_set by Daniel Vetter · 8 years ago
  44. 04ee39b drm: Only take crtc lock in get_gamma ioctl by Daniel Vetter · 8 years ago
  45. eb8eb02 drm: Drop modeset_lock_all from the getproperty ioctl by Daniel Vetter · 8 years ago
  46. c2d8556 drm: drop modeset_lock_all from drm_state_info by Daniel Vetter · 8 years ago
  47. a5b8444 drm/atomic-helper: remove modeset_lock_all from helper_resume by Daniel Vetter · 8 years ago
  48. b260ac3 drm: Remove drm_modeset_legacy_acquire_ctx and crtc->acquire_ctx by Daniel Vetter · 8 years ago
  49. b95ff03 drm: Remove drm_modeset_(un)lock_crtc by Daniel Vetter · 8 years ago
  50. 5f27502 drm: Make drm_modeset_lock_crtc internal by Daniel Vetter · 8 years ago
  51. 5db06a8 drm: Pass CRTC ID in userspace vblank events by Ander Conselvan de Oliveira · 8 years ago
  52. 1bbfe9d drm/doc: Small markup fixup by Daniel Vetter · 8 years ago
  53. 2640981 drm: document drm_ioctl.[hc] by Daniel Vetter · 8 years ago
  54. e227170 drm: Consolidate and document sysfs support by Daniel Vetter · 8 years ago
  55. 2021d5b drm/meson: Convert existing documentation to actual kerneldoc by Neil Armstrong · 8 years ago
  56. 3f68be7 drm/meson: Add support for HDMI encoder and DW-HDMI bridge + PHY by Neil Armstrong · 8 years ago
  57. 335e371 drm/meson: Add support for HDMI venc modes and settings by Neil Armstrong · 8 years ago
  58. 2f4c95d drm/meson: add support for HDMI clock support by Neil Armstrong · 8 years ago
  59. cb110b6 drm/meson: venc_cvbs: no more return -ENODEV if CVBS is not available by Neil Armstrong · 8 years ago
  60. a41e82e drm/meson: Add support for components by Neil Armstrong · 8 years ago
  61. 8437d59 drm/meson: Add missing HDMI register by Neil Armstrong · 8 years ago
  62. cc0c43a drm/meson: Use crtc_state for hdisplay and fix atomic flush/enable sync for vsync commit by Neil Armstrong · 8 years ago
  63. 386d329 drm: bridge: dw-hdmi: Move HPD handling to PHY operations by Neil Armstrong · 8 years ago
  64. def23aa drm: bridge: dw-hdmi: Switch to V4L bus format and encodings by Neil Armstrong · 8 years ago
  65. a23d626 drm: bridge: dw-hdmi: Extract PHY interrupt setup to a function by Laurent Pinchart · 8 years ago
  66. 9eb8902 Merge tag 'topic/synopsys-media-formats-2017-04-03' of git://anongit.freedesktop.org/git/drm-misc into drm-misc-next by Sean Paul · 8 years ago
  67. c829a33 Merge airlied/drm-next into drm-misc-next by Sean Paul · 8 years ago
  68. 9c4ad46 drm: virtio: fix virtio_gpu_mode_dumb_create by Gerd Hoffmann · 8 years ago
  69. d519cb7 drm: virtio: add virtio_gpu_translate_format by Gerd Hoffmann · 8 years ago
  70. da6c8f5 dma-buf: align debugfs output by Russell King · 8 years ago
  71. e8e13b1 drm/omap: Major omap_modeset_init() cleanup by Jyri Sarha · 8 years ago
  72. 694c99c drm/omap: Remove the obsolete #define omap_plane _omap_plane hack by Jyri Sarha · 8 years ago
  73. 273ffea drm/omap: Fix one ugly indentation style break left by coccinelle by Jyri Sarha · 8 years ago
  74. 864050c7 drm/omap: Rename enum omap_plane to enum omap_plane_id by Jyri Sarha · 8 years ago
  75. f1118b8 drm/omap: Get rid of DRM_OMAP_NUM_CRTCS config option by Jyri Sarha · 8 years ago
  76. c9af3ed drm/omap: fix crash on module unload by Tomi Valkeinen · 8 years ago
  77. 8a54aa9 drm/omap: use drm_atomic_helper_shutdown() by Tomi Valkeinen · 8 years ago
  78. 50fa9f0 drm/omap: fix display SYNC/DE flags by Tomi Valkeinen · 8 years ago
  79. 956d4f9 drm/omap: dispc: improve debug print of display flags by Tomi Valkeinen · 8 years ago
  80. 39135a3 drm/omap: displays: panel-dpi: Support for handling backlight devices by Peter Ujfalusi · 9 years ago
  81. 4573ebe drm/omap: poll only connectors where the connect/disconnect can be checked by Peter Ujfalusi · 9 years ago
  82. 389c576 drm/omap: display: Add displays in sorted order to the panel_list by Peter Ujfalusi · 9 years ago
  83. a09d2bc drm/omap: Use omapdss_stack_is_ready() to check that the display stack is up by Peter Ujfalusi · 9 years ago
  84. 1e08c82 drm/omap: dss: Support for detecting display stack readiness by Peter Ujfalusi · 9 years ago
  85. 7c79e8d drm/omap: dss: Functions to check components in the display/output list by Peter Ujfalusi · 9 years ago
  86. be2d68c drm/omap: fix replication logic by Tomi Valkeinen · 9 years ago
  87. b8480ca drm/omap: remove unused dispc_wb_enable & dispc_wb_is_enabled by Tomi Valkeinen · 9 years ago
  88. 5034b1f drm/omap: remove all EXPORT_SYMBOLs from dispc.c by Tomi Valkeinen · 9 years ago
  89. 9f75922 drm/omap: use dispc_ops by Tomi Valkeinen · 9 years ago
  90. a1a37647 drm/omap: fill dispc_ops by Tomi Valkeinen · 9 years ago
  91. 8a13398 drm/omap: add dispc_ops by Tomi Valkeinen · 9 years ago
  92. c283400 drm/omap: move dispc related dss-feat funcs to dispc by Tomi Valkeinen · 9 years ago
  93. 82e83f6 drm/omap: move display, dss-of, output to omapdss-base by Tomi Valkeinen · 9 years ago
  94. 892fdcb drm/omap: display: don't use dsi_get_pixel_size() by Tomi Valkeinen · 9 years ago
  95. 39637e1 drm/omap: output: use dev_err instead of DSSERR by Tomi Valkeinen · 9 years ago
  96. 7c29971 drm/omap: move dss_initialized to omapdss-base by Tomi Valkeinen · 9 years ago
  97. a99ac0d drm/omap: add omapdss-base.ko by Tomi Valkeinen · 9 years ago
  98. d5e7efa drm/omap: fix HDMI sync polarities by Tomi Valkeinen · 9 years ago
  99. 5f6ab8c drm/omap: Add support for render nodes by Hemant Hariyani · 9 years ago
  100. 7bbdef2 drm/omap: improve DPI clock selection on DRA7xx by Tomi Valkeinen · 9 years ago