mbox series

[pull] drm/msm: msm-fixes-v5.6-rc2

Message ID CAF6AEGshz5K3tJd=NsBSHq6HGT-ZRa67qt+iN=U2ZFO2oD8kuw@mail.gmail.com (mailing list archive)
State Accepted
Commit ec0bd60a4790066bb4426f87a878816392552257
Headers show
Series [pull] drm/msm: msm-fixes-v5.6-rc2 | expand

Pull-request

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

Message

Rob Clark Feb. 16, 2020, 6:58 p.m. UTC
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(-)