Skip to content

DRM MSM fixes for 6.9

Abhinav Kumar requested to merge msm-fixes-abhinav into msm-fixes

Hi Rob

Here is the list of display fixes for 6.9. Namely:

  1. Fixes for PM refcount leak when DP goes to disconnected state and also when link training fails. This is also one of the issues found with the pm runtime series
  2. Add missing newlines to prints in msm_fb and msm_kms
  3. Change permissions of some dpu debugfs entries which write to const data from catalog to read-only to avoid protection faults
  4. Fix the interface table for the catalog of X1E80100. This is an important fix to bringup DP for X1E80100.
  5. Logging fix to print the callback symbol in the invalid IRQ message case rather than printing when its known to be NULL.
  6. Bindings fix to add DP node as child of mdss for mdss node
  7. Minor typo fix in DP driver API which handles port status change

I will test this tree today/tomm on the devices I have.

Let me know if you have any questions.

Thanks

Abhinav

Edited by Abhinav Kumar

Merge request reports