• Dave Airlie's avatar
    Merge tag 'drm-msm-fixes-2023-05-17' of https://gitlab.freedesktop.org/drm/msm into drm-fixes · 83ab69c9
    Dave Airlie authored
    msm-fixes for v6.4-rc3
    
    Display Fixes:
    
    + Catalog fixes:
     - fix the programmable fetch lines and qos settings of msm8998
       to match what is present downstream
     - fix the LM pairs for msm8998 to match what is present downstream.
       The current settings are not right as LMs with incompatible
       connected blocks are paired
     - remove unused INTF0 interrupt mask from SM6115/QCM2290 as there
       is no INTF0 present on those chipsets. There is only one DSI on
       index 1
     - remove TE2 block from relevant chipsets because this is mainly
       used for ping-pong split feature which is not supported upstream
       and also for the chipsets where we are removing them in this
       change, that block is not present as the tear check has been moved
       to the intf block
     - relocate non-MDP_TOP INTF_INTR offsets from dpu_hwio.h to
       dpu_hw_interrupts.c to match where they belong
     - fix the indentation for REV_7xxx interrupt masks
     - fix the offset and version for dither blocks of SM8[34]50/SC8280XP
       chipsets as it was incorrect
     - make the ping-pong blk length 0 for appropriate chipsets as those
       chipsets only have a dither ping-pong dither block but no other
       functionality in the base ping-pong
     - remove some duplicate register defines from INTF
    + Fix the log mask for the writeback block so that it can be enabled
      correctly via debugfs
    + unregister the hdmi codec for dp during unbind otherwise it leaks
      audio codec devices
    + Yaml change to fix warnings related to 'qcom,master-dsi' and
      'qcom,sync-dual-dsi'
    
    GPU Fixes:
    
    + fix submit error path leak
    + arm-smmu-qcom fix for regression that broke per-process page tables
    + fix no-iommu crash
    Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
    From: Rob Clark <robdclark@gmail.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/CAF6AEGvHEcJfp=k6qatmb_SvAeyvy3CBpaPfwLqtNthuEzA_7w@mail.gmail.com
    83ab69c9
arm-smmu-qcom.c 17.5 KB