Hi Dave, I'm guest-robclarking for msm for this PR. I've been tracking a bunch of display stuff for dpu and it am able to take a bit off Rob's plate by collecting the fixes that have trickled in over the past while. We've got a bunch of dpu-specific fixes since rc1, but I've deferred most of them for 4.21 since no one is using dpu atm. Everything dpu below is either compile fix or trivial. msm-fixes-2018-12-04: - Several related to incorrect error checking/handling (Various) - Prevent IRQ storm on MDP5 HDMI hotplug (Todor) - Don't capture crash state if unsupported (Sharat) - Properly grab vblank reference in atomic wait for commit done (Sean) Cc: Sharat Masetty <smasetty@xxxxxxxxxxxxxx> Cc: Todor Tomov <todor.tomov@xxxxxxxxxx> Cc: Sean Paul <seanpaul@xxxxxxxxxxxx> Cheers, Sean The following changes since commit ebcdcef30333660d3314158bac362425ade3d28c: Merge tag 'drm-misc-fixes-2018-11-28-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2018-11-29 10:11:15 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/seanpaul/dpu-staging.git tags/msm-fixes-2018-12-04 for you to fetch changes up to 098336deb946f37a70afc0979af388b615c378bf: drm/msm: Fix error return checking (2018-12-03 08:46:14 -0500) ---------------------------------------------------------------- - Several related to incorrect error checking/handling (Various) - Prevent IRQ storm on MDP5 HDMI hotplug (Todor) - Don't capture crash state if unsupported (Sharat) - Properly grab vblank reference in atomic wait for commit done (Sean) Cc: Sharat Masetty <smasetty@xxxxxxxxxxxxxx> Cc: Todor Tomov <todor.tomov@xxxxxxxxxx> Cc: Sean Paul <seanpaul@xxxxxxxxxxxx> ---------------------------------------------------------------- Abhinav Kumar (1): drm/msm/dsi: configure VCO rate for 10nm PLL driver Dan Carpenter (1): drm/msm/gpu: Fix a couple memory leaks in debugfs Jayant Shekhar (1): drm/msm/dpu: Ignore alpha for XBGR8888 format Jeykumar Sankaran (1): drm/msm: validate display and event threads Jordan Crouse (1): drm/msm/gpu: Don't map command buffers with nr_relocs equal to 0 Rob Clark (1): drm/msm: fix handling of cmdstream offset Robert Foss (1): drm/msm: Move fence put to where failure occurs Sean Paul (2): drm/msm: Grab a vblank reference when waiting for commit_done drm/msm: dpu: Don't set legacy plane->crtc pointer Sharat Masetty (2): drm/msm: Check if target supports crash dump capture drm/msm: Fix task dump in gpu recovery Todor Tomov (1): drm/msm/hdmi: Enable HPD after HDMI IRQ is set up Wen Yang (1): drm/msm: Fix error return checking YueHaibing (2): drm/msm/hdmi: Drop pointless static qualifier in msm_hdmi_bind() drm/msm: dpu: Fix "WARNING: invalid free of devm_ allocated data" drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 1 - drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 2 -- drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c | 2 +- drivers/gpu/drm/msm/dsi/pll/dsi_pll_10nm.c | 4 ++- drivers/gpu/drm/msm/hdmi/hdmi.c | 8 ++++- drivers/gpu/drm/msm/hdmi/hdmi.h | 1 + drivers/gpu/drm/msm/hdmi/hdmi_connector.c | 10 ++---- drivers/gpu/drm/msm/msm_atomic.c | 5 +++ drivers/gpu/drm/msm/msm_debugfs.c | 15 ++++++--- drivers/gpu/drm/msm/msm_drv.c | 49 ++++++++++------------------- drivers/gpu/drm/msm/msm_gem_submit.c | 18 ++++++----- drivers/gpu/drm/msm/msm_gpu.c | 13 +++++--- drivers/gpu/drm/msm/msm_iommu.c | 2 +- drivers/gpu/drm/msm/msm_rd.c | 5 ++- 14 files changed, 70 insertions(+), 65 deletions(-) -- Sean Paul, Software Engineer, Google / Chromium OS _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel