[pull] drm/msm: drm-msm-fixes-2023-07-27 for v6.5-rc4
Rob Clark
robdclark at gmail.com
Thu Jul 27 14:48:54 UTC 2023
The following changes since commit cd036d542afb82adfbbd43c5dbeb7010e8e91ee7:
drm/msm/a6xx: Add A610 speedbin support (2023-06-18 11:35:27 -0700)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/msm.git tags/drm-msm-fixes-2023-07-27
for you to fetch changes up to 1b5d0ddcb34a605835051ae2950d5cfed0373dd8:
drm/msm: Disallow submit with fence id 0 (2023-07-26 10:50:04 -0700)
----------------------------------------------------------------
Fixes for v6.5-rc4
Display:
+ Fix to correct the UBWC programming for decoder version 4.3 seen
on SM8550
+ Add the missing flush and fetch bits for DMA4 and DMA5 SSPPs.
+ Fix to drop the unused dpu_core_perf_data_bus_id enum from the code
+ Drop the unused dsi_phy_14nm_17mA_regulators from QCM 2290 DSI cfg.
GPU:
+ Fix warn splat for newer devices without revn
+ Remove name/revn for a690.. we shouldn't be populating these for
newer devices, for consistency, but it slipped through review
+ Fix a6xx gpu snapshot BINDLESS_DATA size (was listed in bytes
instead of dwords, causing AHB faults on a6xx gen4/a660-family)
+ Disallow submit with fence id 0
----------------------------------------------------------------
Dmitry Baryshkov (2):
drm/msm/mdss: correct UBWC programming for SM8550
drm/msm/dpu: drop enum dpu_core_perf_data_bus_id
Gaosheng Cui (1):
drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb()
Jonathan Marek (1):
drm/msm/dpu: add missing flush and fetch bits for DMA4/DMA5 planes
Marijn Suijten (1):
drm/msm/dsi: Drop unused regulators from QCM2290 14nm DSI PHY config
Rob Clark (5):
drm/msm/adreno: Fix warn splat for devices without revn
drm/msm/a690: Remove revn and name
drm/msm/adreno: Fix snapshot BINDLESS_DATA size
drm/msm: Fix hw_fence error path cleanup
drm/msm: Disallow submit with fence id 0
drivers/gpu/drm/msm/adreno/a5xx_gpu.c | 2 +-
drivers/gpu/drm/msm/adreno/a6xx_gpu_state.h | 2 +-
drivers/gpu/drm/msm/adreno/adreno_device.c | 2 --
drivers/gpu/drm/msm/adreno/adreno_gpu.h | 12 ++++++++----
drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.h | 13 -------------
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.c | 8 +++++++-
drivers/gpu/drm/msm/dsi/phy/dsi_phy_14nm.c | 2 --
drivers/gpu/drm/msm/msm_fence.c | 6 ++++++
drivers/gpu/drm/msm/msm_gem_submit.c | 16 ++++++++++++++--
drivers/gpu/drm/msm/msm_mdss.c | 19 +++++++++++++++++--
10 files changed, 54 insertions(+), 28 deletions(-)
More information about the dri-devel
mailing list