Skip to content

ci: Update kernel with a few freedreno related fixes

Rob Clark requested to merge robclark/mesa:fd/kernel-updates into master
40abe2528d16 HACK: iommu/arm-smmu/qcom: Set SCTLR.HUPCF for everything
7c165f82b28b drm/msm: Fix a5xx/a6xx timestamps
0d6e0765f2de drm/msm: Fix legacy relocs path

First two are upstream fixes cherry-picked back to our current CI kernel branch. The last is a workaround to set SCTLR.HUPCF for a5xx until we get around to per-process pgtables (at which point it would switch to qcom,adreno-smmu which sets SCTLR.HUPCF. (Setting this bit is required so that iommu faults don't cause CP's memory reads to start returning garbage while the fault is in-progress. We need this for stability in the a530 CI jobs.)

Merge request reports