Hi Dave,
drm-misc-next-2017-10-16: Quick 4.15 mist pull for the build fix:
Cross-subsystem Changes: - piles an piles of misc/trivial patches all over, some more from outreachy applicants
Core Changes: - build fix for the bridge/of cleanup (Maarten) - fix vblank count in arm_vblank_event (Ville) - some kerneldoc typo fixes from Thierry
Driver Changes: - vc4: Fix T-format tiling scanout, cleanup clock divider w/a (Anholt) - sun4i: small cleanups and improved code comments all over (Chen-Yu Tsai)
Cheers, Daniel The following changes since commit cccf4e3fe3e286b55634c2c5d0c4399f4288e440:
drm/dp: WARN about invalid/unknown link rates and bw codes (2017-10-11 18:41:44 +0300)
are available in the git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-2017-10-16
for you to fetch changes up to 2e20c9ddae0b3770abca4b9b1a5243d6841bdd84:
drm/via: use ARRAY_SIZE (2017-10-16 11:29:28 +0200)
---------------------------------------------------------------- Quick 4.15 mist pull for the build fix:
Cross-subsystem Changes: - piles an piles of misc/trivial patches all over, some more from outreachy applicants
Core Changes: - build fix for the bridge/of cleanup (Maarten) - fix vblank count in arm_vblank_event (Ville) - some kerneldoc typo fixes from Thierry
Driver Changes: - vc4: Fix T-format tiling scanout, cleanup clock divider w/a (Anholt) - sun4i: small cleanups and improved code comments all over (Chen-Yu Tsai)
---------------------------------------------------------------- Allen Pais (1): driver:gpu: return -ENOMEM on allocation failure.
Arnd Bergmann (1): drm/rockchip: add PINCTRL dependency for LVDS
Chen-Yu Tsai (6): drm/sun4i: don't add components that are already in the queue drm/sun4i: backend: Create regmap after access is possible drm/sun4i: backend: Use drm_fb_cma_get_gem_addr() to get display memory drm/sun4i: backend: Add comment explaining why registers are cleared drm/sun4i: hdmi: Document PAD_CTRL1 output invert bits drm/sun4i: hdmi: Move PAD_CTRL1 setting to mode_set function
Dan Carpenter (1): drm/kirin: Checking for IS_ERR() instead of NULL
Eric Anholt (2): drm/vc4: Move the DSI clock divider workaround closer to the clock call. drm/vc4: Fix pitch setup for T-format scanout.
Haneen Mohammed (1): drm/tinydrm: Remove explicit .best_encoder assignment
Harsha Sharma (2): drm/tinydrm: Replace dev_error with DRM_DEV_ERROR drm: Replace kzalloc with kcalloc
Jérémy Lefaure (2): drm/gma500: use ARRAY_SIZE drm/via: use ARRAY_SIZE
Maarten Lankhorst (1): drm/drm_of: Move drm_of_panel_bridge_remove_function into header.
Thierry Reding (2): drm/atomic-helper: Fix typo drm/atomic-helper: Fix reference to drm_crtc_send_vblank_event()
Ville Syrjälä (2): drm/vblank: Fix flip event vblank count drm: Add missing __user annotation to drm_syncobj_array_find()
drivers/gpu/drm/drm_atomic_helper.c | 4 +-- drivers/gpu/drm/drm_crtc_helper.c | 4 +-- drivers/gpu/drm/drm_fb_helper.c | 2 +- drivers/gpu/drm/drm_of.c | 33 --------------------- drivers/gpu/drm/drm_plane_helper.c | 2 +- drivers/gpu/drm/drm_syncobj.c | 3 +- drivers/gpu/drm/drm_vblank.c | 2 +- drivers/gpu/drm/gma500/mid_bios.c | 2 +- drivers/gpu/drm/gma500/psb_intel_sdvo.c | 9 +++--- drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c | 4 +-- drivers/gpu/drm/rockchip/Kconfig | 1 + drivers/gpu/drm/sun4i/sun4i_backend.c | 38 +++++++++++-------------- drivers/gpu/drm/sun4i/sun4i_drv.c | 16 +++++++++++ drivers/gpu/drm/sun4i/sun4i_hdmi.h | 5 ++++ drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c | 26 ++++++++++------- drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c | 1 - drivers/gpu/drm/tinydrm/mi0283qt.c | 8 +++--- drivers/gpu/drm/tinydrm/repaper.c | 28 +++++++++--------- drivers/gpu/drm/tinydrm/st7586.c | 6 ++-- drivers/gpu/drm/vc4/vc4_dsi.c | 12 ++++---- drivers/gpu/drm/vc4/vc4_plane.c | 20 +++++++++---- drivers/gpu/drm/via/via_verifier.c | 10 +++---- include/drm/drm_of.h | 29 +++++++++++++++++-- 23 files changed, 142 insertions(+), 123 deletions(-)
dri-devel@lists.freedesktop.org