Hi Dave, Hope you're having a good time in Vancouver, sorry I missed y'all! A bit more activity this week in -fixes, and that's all due to omap. We've got some initialization fixes, the most notable is migrating dss child instantiation from mach-* to the omapdss driver. Please pull at your convenience. drm-misc-fixes-2018-11-14: Cross-subsystem: - omap: Instantiate dss children in omapdss instead of mach (Laurent) Other: - htmldocs build warning (Sean) - MST NULL deref fix (Stanislav) - omap: Various runtime ref gets on probe/bind (Laurent) - omap: Fix to the above dss children patch (Tony) Cc: Sean Paul <sean@xxxxxxxxxx> Cc: Stanislav Lisovskiy <stanislav.lisovskiy@xxxxxxxxx> Cc: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> Cc: Tony Lindgren <tony@xxxxxxxxxxx> Cheers, Sean The following changes since commit a8939766c75c06b5a0ab691ecbba9347e4e520cf: drm/sun4i: tcon: prevent tcon->panel dereference if NULL (2018-11-06 16:55:29 +0100) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2018-11-14 for you to fetch changes up to adf59dd2408c4536d490bee649784f0465562444: drm/meson: venc: dmt mode must use encp (2018-11-13 10:52:33 +0100) ---------------------------------------------------------------- Cross-subsystem: - omap: Instantiate dss children in omapdss instead of mach (Laurent) Other: - htmldocs build warning (Sean) - MST NULL deref fix (Stanislav) - omap: Various runtime ref gets on probe/bind (Laurent) - omap: Fix to the above dss children patch (Tony) Cc: Sean Paul <sean@xxxxxxxxxx> Cc: Stanislav Lisovskiy <stanislav.lisovskiy@xxxxxxxxx> Cc: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> Cc: Tony Lindgren <tony@xxxxxxxxxxx> ---------------------------------------------------------------- Jorge Ramirez-Ortiz (1): drm/meson: venc: dmt mode must use encp Laurent Pinchart (4): drm/omap: Populate DSS children in omapdss driver drm/omap: hdmi4: Ensure the device is active during bind drm/omap: dsi: Ensure the device is active during probe drm/omap: Move DISPC runtime PM handling to omapdrm Sean Paul (1): drm: Fix htmldocs warnings in drm_fourcc.c Stanislav Lisovskiy (1): drm/dp_mst: Check if primary mstb is null Tony Lindgren (1): drm/omap: dsi: Fix missing of_platform_depopulate() arch/arm/mach-omap2/display.c | 111 ++++++++++++++++------------------ drivers/gpu/drm/drm_dp_mst_topology.c | 3 + drivers/gpu/drm/drm_fourcc.c | 2 +- drivers/gpu/drm/meson/meson_venc.c | 15 ++--- drivers/gpu/drm/omapdrm/dss/dsi.c | 22 +++---- drivers/gpu/drm/omapdrm/dss/dss.c | 11 +++- drivers/gpu/drm/omapdrm/dss/hdmi4.c | 37 +++--------- drivers/gpu/drm/omapdrm/dss/hdmi5.c | 27 --------- drivers/gpu/drm/omapdrm/dss/venc.c | 7 --- drivers/gpu/drm/omapdrm/omap_crtc.c | 6 ++ 10 files changed, 101 insertions(+), 140 deletions(-) -- Sean Paul, Software Engineer, Google / Chromium OS _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel