All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Clark <robdclark@gmail.com>
To: Dave Airlie <airlied@gmail.com>
Cc: dri-devel <dri-devel@lists.freedesktop.org>,
	linux-arm-msm <linux-arm-msm@vger.kernel.org>,
	freedreno <freedreno@lists.freedesktop.org>,
	Sean Paul <sean@poorly.run>,
	Jordan Crouse <jcrouse@codeaurora.org>
Subject: [pull] drm/msm: msm-fixes-v5.6-rc2
Date: Sun, 16 Feb 2020 10:58:48 -0800	[thread overview]
Message-ID: <CAF6AEGshz5K3tJd=NsBSHq6HGT-ZRa67qt+iN=U2ZFO2oD8kuw@mail.gmail.com> (raw)

Hi Dave,

Got a few more fixes this time around, so decided to send a dedicated
-fixes PR rather than try to route these all through -misc like we do
when there are only a couple misc fixes.  It mostly boils down to
fixing fallout from new hw enablement (sc7180):

+ fix UBWC on GPU and display side for sc7180
+ fix DSI suspend/resume issue encountered on sc7180
+ fix some breakage on so called "linux-android" devices
  (fallout from sc7180/a618 support, not seen earlier
  due to bootloader/firmware differences)
+ couple other misc fixes


The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/msm.git drm-msm-fixes-2020-02-16

for you to fetch changes up to 8fc7036ee652207ca992fbb9abb64090c355a9e0:

  drm/msm/dpu: fix BGR565 vs RGB565 confusion (2020-02-13 13:54:12 -0800)

----------------------------------------------------------------
Akhil P Oommen (1):
      drm/msm/a6xx: Correct the highestbank configuration

Brian Masney (1):
      drm/msm/mdp5: rate limit pp done timeout warnings

Harigovindan P (2):
      drm/msm/dsi: save pll state before dsi host is powered off
      drm/msm/dsi/pll: call vco set rate explicitly

John Stultz (1):
      drm: msm: Fix return type of dsi_mgr_connector_mode_valid for kCFI

Jordan Crouse (3):
      drm/msm/a6xx: Remove unneeded GBIF unhalt
      drm/msm/a6xx: Update the GMU bus tables for sc7180
      drm/msm: Fix a6xx GMU shutdown sequence

Kalyan Thota (1):
      msm:disp:dpu1: add UBWC support for display on SC7180

Rob Clark (1):
      drm/msm/dpu: fix BGR565 vs RGB565 confusion

 drivers/gpu/drm/msm/adreno/a6xx_gmu.c       | 37 +++++++++++--
 drivers/gpu/drm/msm/adreno/a6xx_gpu.c       | 65 ++--------------------
 drivers/gpu/drm/msm/adreno/a6xx_hfi.c       | 85 ++++++++++++++++++++---------
 drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c |  4 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_mdss.c    | 58 +++++++++++++++++++-
 drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c   |  4 +-
 drivers/gpu/drm/msm/dsi/dsi_manager.c       |  7 ++-
 drivers/gpu/drm/msm/dsi/phy/dsi_phy.c       |  4 --
 drivers/gpu/drm/msm/dsi/pll/dsi_pll_10nm.c  |  6 ++
 9 files changed, 170 insertions(+), 100 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Rob Clark <robdclark@gmail.com>
To: Dave Airlie <airlied@gmail.com>
Cc: Sean Paul <sean@poorly.run>,
	linux-arm-msm <linux-arm-msm@vger.kernel.org>,
	freedreno <freedreno@lists.freedesktop.org>,
	dri-devel <dri-devel@lists.freedesktop.org>
Subject: [pull] drm/msm: msm-fixes-v5.6-rc2
Date: Sun, 16 Feb 2020 10:58:48 -0800	[thread overview]
Message-ID: <CAF6AEGshz5K3tJd=NsBSHq6HGT-ZRa67qt+iN=U2ZFO2oD8kuw@mail.gmail.com> (raw)

Hi Dave,

Got a few more fixes this time around, so decided to send a dedicated
-fixes PR rather than try to route these all through -misc like we do
when there are only a couple misc fixes.  It mostly boils down to
fixing fallout from new hw enablement (sc7180):

+ fix UBWC on GPU and display side for sc7180
+ fix DSI suspend/resume issue encountered on sc7180
+ fix some breakage on so called "linux-android" devices
  (fallout from sc7180/a618 support, not seen earlier
  due to bootloader/firmware differences)
+ couple other misc fixes


The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/msm.git drm-msm-fixes-2020-02-16

for you to fetch changes up to 8fc7036ee652207ca992fbb9abb64090c355a9e0:

  drm/msm/dpu: fix BGR565 vs RGB565 confusion (2020-02-13 13:54:12 -0800)

----------------------------------------------------------------
Akhil P Oommen (1):
      drm/msm/a6xx: Correct the highestbank configuration

Brian Masney (1):
      drm/msm/mdp5: rate limit pp done timeout warnings

Harigovindan P (2):
      drm/msm/dsi: save pll state before dsi host is powered off
      drm/msm/dsi/pll: call vco set rate explicitly

John Stultz (1):
      drm: msm: Fix return type of dsi_mgr_connector_mode_valid for kCFI

Jordan Crouse (3):
      drm/msm/a6xx: Remove unneeded GBIF unhalt
      drm/msm/a6xx: Update the GMU bus tables for sc7180
      drm/msm: Fix a6xx GMU shutdown sequence

Kalyan Thota (1):
      msm:disp:dpu1: add UBWC support for display on SC7180

Rob Clark (1):
      drm/msm/dpu: fix BGR565 vs RGB565 confusion

 drivers/gpu/drm/msm/adreno/a6xx_gmu.c       | 37 +++++++++++--
 drivers/gpu/drm/msm/adreno/a6xx_gpu.c       | 65 ++--------------------
 drivers/gpu/drm/msm/adreno/a6xx_hfi.c       | 85 ++++++++++++++++++++---------
 drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c |  4 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_mdss.c    | 58 +++++++++++++++++++-
 drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c   |  4 +-
 drivers/gpu/drm/msm/dsi/dsi_manager.c       |  7 ++-
 drivers/gpu/drm/msm/dsi/phy/dsi_phy.c       |  4 --
 drivers/gpu/drm/msm/dsi/pll/dsi_pll_10nm.c  |  6 ++
 9 files changed, 170 insertions(+), 100 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2020-02-16 18:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-16 18:58 Rob Clark [this message]
2020-02-16 18:58 ` [pull] drm/msm: msm-fixes-v5.6-rc2 Rob Clark

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='CAF6AEGshz5K3tJd=NsBSHq6HGT-ZRa67qt+iN=U2ZFO2oD8kuw@mail.gmail.com' \
    --to=robdclark@gmail.com \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=jcrouse@codeaurora.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=sean@poorly.run \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.