1. fb95992 drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG. by Eric Anholt · 7 years ago
  2. 1d5494e drm/vc4: switch to drm_*{get,put} helpers by Cihangir Akturk · 7 years ago
  3. 97ee731 drm/vc4: Fix errant drm_bridge_remove() in DSI. by Eric Anholt · 7 years ago
  4. 2cbf59f drm/vc4: Don't disable DSI clocks on component unload. by Eric Anholt · 7 years ago
  5. 2aee7c5 drm/vc4: Fix double destroy of the BO cache on teardown. by Eric Anholt · 7 years ago
  6. 7d902c0 drm: Nuke drm_atomic_helper_connector_dpms by Daniel Vetter · 7 years ago
  7. 482b0e3 drm: Nuke drm_atomic_helper_connector_set_property by Daniel Vetter · 7 years ago
  8. e6fc3b6 drm: Plumb modifiers through plane init by Ben Widawsky · 7 years ago
  9. bd73ac0 drm/vc4: Use .dumb_map_offset and .dumb_destroy defaults by Noralf Trønnes · 7 years ago
  10. 4e6b1e9 drm/vc4: Convert more lock requirement comments to lockdep assertions. by Eric Anholt · 7 years ago
  11. f309946 drm/vc4: Add an ioctl for labeling GEM BOs for summary stats by Eric Anholt · 7 years ago
  12. 95d7cbc drm/vc4: Start using u64_to_user_ptr. by Eric Anholt · 7 years ago
  13. 78acea3 Merge airlied/drm-next into drm-misc-next by Sean Paul · 7 years ago
  14. 0eb2c0a Backmerge tag 'v4.13-rc2' into drm-next by Dave Airlie · 7 years ago
  15. 15b4511 drm/vc4: add HDMI CEC support by Hans Verkuil · 7 years ago
  16. 10ee275 drm/vc4: prepare for CEC support by Hans Verkuil · 7 years ago
  17. d68bc0e drm/vc4: Handle drm_atomic_helper_swap_state failure by Maarten Lankhorst · 7 years ago
  18. ec878c0 drm/vc4: Fix misleading name of the continuous flag. by Eric Anholt · 7 years ago
  19. e65d511 drm/vc4: Fix DSI T_INIT timing. by Eric Anholt · 7 years ago
  20. 1ed134e drm/vc4: Fix VBLANK handling in crtc->enable() path by Boris Brezillon · 7 years ago
  21. 0c1f528 drm: handle HDMI 2.0 VICs in AVI info-frames by Shashank Sharma · 7 years ago
  22. 6458171 drm: Convert atomic drivers from CRTC .disable() to .atomic_disable() by Laurent Pinchart · 7 years ago
  23. 0b20a0f drm: Add old state pointer to CRTC .enable() helper function by Laurent Pinchart · 7 years ago
  24. 55a0b9d drm/vc4: Remove dead vc4_event_pending(). by Eric Anholt · 7 years ago
  25. cf1b372 drm/vc4: Use the atomic state's commit workqueue. by Eric Anholt · 7 years ago
  26. 53ad069 drm/vc4: Wait for fences interruptibly in blocking mode. by Eric Anholt · 7 years ago
  27. 334dbd6 drm/vc4: Hook up plane prepare_fb to lookup dma-buf reservations. by Eric Anholt · 7 years ago
  28. 7d2818f drm/vc4: Allow vblank_disable_immediate on non-fw-kms. (v2) by Mario Kleiner · 7 years ago
  29. edeb729f drm/vc4: Send a VBLANK event when disabling a CRTC by Boris Brezillon · 8 years ago
  30. c50a115 drm: vc4: Use crtc->mode_valid() and encoder->mode_valid() callbacks by Jose Abreu · 8 years ago
  31. 34c8ea4 drm/vc4: Mimic drm_atomic_helper_commit() behavior by Boris Brezillon · 8 years ago
  32. 8375311 drm/vc4: Add get/set tiling ioctls. by Eric Anholt · 8 years ago
  33. 98830d91 drm/vc4: Add T-format scanout support. by Eric Anholt · 8 years ago
  34. d0b1d25 drm/vc4: Fix resource leak in 'vc4_get_hang_state_ioctl()' in error handling path by Christophe JAILLET · 8 years ago
  35. 24bb206 drm/vc4/vc4_bo.c: always set bo->resv by Hans Verkuil · 8 years ago
  36. 7b1298e drm/vc4: Switch DPI to using the panel-bridge helper. by Eric Anholt · 8 years ago
  37. 656fa22 drm/vc4: Switch DSI to the panel-bridge layer, and support bridges. by Eric Anholt · 8 years ago
  38. 7f69694 drm/vc4: Mark the device as active when enabling runtime PM. by Eric Anholt · 8 years ago
  39. 9a8d5e4 drm/vc4: Fix comment in vc4_drv.h by Boris Brezillon · 8 years ago
  40. 4894bf7 drm/vc4: use drm_for_each_connector_iter() by Gustavo Padovan · 8 years ago
  41. b7e8e25 drm/vc4: fix include notation and remove -Iinclude/drm flag by Masahiro Yamada · 8 years ago
  42. 2098105 drm: drop drm_[cm]alloc* helpers by Michal Hocko · 8 years ago
  43. 86c1b9e drm/vc4: Adjust modes in DSI to work around the integer PLL divider. by Eric Anholt · 8 years ago
  44. fdb888d drm/vc4: fix spelling mistake: "dimesions" -> "dimensions" by Colin Ian King · 8 years ago
  45. b70ee23 drm/vc4: Enable selection in Kconfig on any 32-bit BCM platform. by Eric Anholt · 8 years ago
  46. 1bf6ad6 drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutpos by Daniel Vetter · 8 years ago
  47. 3fcdcb2 drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestamp by Daniel Vetter · 8 years ago
  48. d673c02 drm/vblank: Switch drm_driver->get_vblank_timestamp to return a bool by Daniel Vetter · 8 years ago
  49. b3f7787 drm/vc4: Add specific compatible strings for Cygnus. by Eric Anholt · 8 years ago
  50. 1e70bdc drm/vc4: Don't try to initialize FBDEV if we're only bound to V3D. by Eric Anholt · 8 years ago
  51. b72a281 drm/vc4: Turn the V3D clock on at runtime. by Eric Anholt · 8 years ago
  52. 553c942 drm/vc4: Allow using more than 256MB of CMA memory. by Eric Anholt · 8 years ago
  53. 925d05e drm/vc4: Fix refcounting of runtime PM get if it errors out. by Eric Anholt · 8 years ago
  54. 4f6e3d6 drm/vc4: Add runtime PM support to the HDMI encoder driver by Boris Brezillon · 8 years ago
  55. cdec4d3 drm/vc4: Expose dma-buf fences for V3D rendering. by Eric Anholt · 8 years ago
  56. 86418f9 drm: convert drivers to use of_graph_get_remote_node by Rob Herring · 8 years ago
  57. 6d124ff drm: Add acquire ctx to ->gamma_set hook by Daniel Vetter · 8 years ago
  58. 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
  59. 6d6e500 drm/vc4: Allocate the right amount of space for boot-time CRTC state. by Eric Anholt · 8 years ago
  60. 41292b1f drm: Add acquire ctx parameter to ->page_flip(_target) by Daniel Vetter · 8 years ago
  61. 34a2ab5 drm: Add acquire ctx parameter to ->update_plane by Daniel Vetter · 8 years ago
  62. 7b34734 drm: vc4: remove redundant check of plane being non-null by Colin Ian King · 8 years ago
  63. cc2e6da drm/vc4: use platform_register_drivers by Philipp Zabel · 8 years ago
  64. bb7d785 drm/vc4: Add HDMI audio support by Eric Anholt · 8 years ago
  65. b70366e Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-next by Daniel Vetter · 8 years ago
  66. ca39b44 drm/vc4: Fix OOPSes from trying to cache a partially constructed BO. by Eric Anholt · 8 years ago
  67. eb98138 drm/vc4: Fulfill user BO creation requests from the kernel BO cache. by Eric Anholt · 8 years ago
  68. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  69. b787963 drm/vc4: Add a paragraph at the top of vc4 docs introducing what it is. by Eric Anholt · 8 years ago
  70. f6c0153 drm/vc4: Extend and edit documentation for output from the RST by Eric Anholt · 8 years ago
  71. 72f793f drm/vc4: Convert existing documentation to actual kerneldoc. by Eric Anholt · 8 years ago
  72. 6d24c1c drm/vc4: Don't wait for vblank when updating the cursor by Michael Zoran · 8 years ago
  73. 8e22e1b Merge airlied/drm-next into drm-misc-next by Daniel Vetter · 8 years ago
  74. 94000cc Merge tag 'v4.10-rc8' into drm-next by Dave Airlie · 8 years ago
  75. a49bf8f drm/vc4: Drop debug print at boot with DPI enabled. by Eric Anholt · 8 years ago
  76. 0d5f46f drm: vc4: use vblank hooks in struct drm_crtc_funcs by Shawn Guo · 8 years ago
  77. 49d29a0 drm: vc4: adapt to new behaviour of drm_crtc.c by Andrzej Pietrasiewicz · 8 years ago
  78. fce6a7b drm/vc4: simplify exit path of a failed allocation of dsi_connector by Colin Ian King · 8 years ago
  79. 967dd48 drm: remove drm_vblank_no_hw_counter assignment from driver code by Shawn Guo · 8 years ago
  80. 4e64e55 drm: Improve drm_mm search (and fix topdown allocation) with rbtrees by Chris Wilson · 8 years ago
  81. e4563f6 drm: Rely on mode_config data for fb_helper initialization by Gabriel Krisman Bertazi · 8 years ago
  82. 4078f57 drm/vc4: Add DSI driver by Eric Anholt · 8 years ago
  83. a86773d drm/vc4: Add support for feeding DSI encoders from the pixel valve. by Eric Anholt · 8 years ago
  84. d17a1bb drm/vc4: Set up SCALER_DISPCTRL at boot. by Eric Anholt · 8 years ago
  85. 55d6616 drm/vc4: Remove vc4_debugfs_cleanup() by Noralf Trønnes · 8 years ago
  86. 779c4c2 drm/edid: Set AVI infoframe Q even when QS=0 by Ville Syrjälä · 8 years ago
  87. a2ce26f drm/edid: Introduce drm_hdmi_avi_infoframe_quant_range() by Ville Syrjälä · 8 years ago
  88. c8127cf0 drm/edid: Introduce drm_default_rgb_quant_range() by Ville Syrjälä · 8 years ago
  89. c77b9ab drm: vc4: use crtc helper drm_crtc_from_index() by Shawn Guo · 8 years ago
  90. 6b8ac63 drm/vc4: Return -EINVAL on the overflow checks failing. by Eric Anholt · 8 years ago
  91. 0f2ff82 drm/vc4: Fix an integer overflow in temporary allocation layout. by Eric Anholt · 8 years ago
  92. 21ccc32 drm/vc4: fix a bounds check by Dan Carpenter · 8 years ago
  93. 7622b25 drm/vc4: Fix memory leak of the CRTC state. by Eric Anholt · 8 years ago
  94. 9338203 drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h> by Laurent Pinchart · 8 years ago
  95. 438b74a drm: Nuke fb->pixel_format by Ville Syrjälä · 8 years ago
  96. 353c859 drm: Replace drm_format_plane_cpp() with fb->format->cpp[] by Ville Syrjälä · 8 years ago
  97. bcb0b46 drm: Replace drm_format_num_planes() with fb->format->num_planes by Ville Syrjälä · 8 years ago
  98. 2601a15 Merge tag 'drm-vc4-next-2016-12-09' of https://github.com/anholt/linux into drm-next by Dave Airlie · 8 years ago
  99. c167df4 drm/vc4: Don't use drm_put_dev by Daniel Vetter · 8 years ago
  100. e4b81f8 drm/vc4: Add support for the VEC (Video Encoder) IP by Boris Brezillon · 8 years ago