Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: Sean Paul <sean@poorly.run>
To: airlied@gmail.com
Cc: linux-arm-msm@vger.kernel.org,
	Sharat Masetty <smasetty@codeaurora.org>,
	dri-devel@lists.freedesktop.org,
	Todor Tomov <todor.tomov@linaro.org>,
	Sean Paul <seanpaul@chromium.org>,
	freedreno@lists.freedesktop.org
Subject: [PULL] msm-fixes for 4.20
Date: Wed, 5 Dec 2018 14:42:07 -0500	[thread overview]
Message-ID: <20181205194207.GY154160@art_vandelay> (raw)

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@codeaurora.org>
Cc: Todor Tomov <todor.tomov@linaro.org>
Cc: Sean Paul <seanpaul@chromium.org>

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@codeaurora.org>
Cc: Todor Tomov <todor.tomov@linaro.org>
Cc: Sean Paul <seanpaul@chromium.org>

----------------------------------------------------------------
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@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

                 reply	other threads:[~2018-12-05 19:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181205194207.GY154160@art_vandelay \
    --to=sean@poorly.run \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=seanpaul@chromium.org \
    --cc=smasetty@codeaurora.org \
    --cc=todor.tomov@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox