Skip to content

drm/msm display fixes for 6.4

Abhinav Kumar requested to merge abhinavk/msm:msm-fixes-abhinav into msm-fixes

Hi Rob

Here is the list of fixes for 6.4-rc1:

  1. 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
  1. fix the log mask for the writeback block so that it can be enabled correctly via debugfs

  2. unregister the hdmi codec for dp during unbind otherwise it leaks audio codec devices

  3. Yaml change to fix warnings related to 'qcom,master-dsi' and 'qcom,sync-dual-dsi'

Thanks

Abhinav

Edited by Abhinav Kumar

Merge request reports