This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5565ec4ef4f0 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 2ef0785b30bd drm/exynos: fix g2d_open/close helper function definitions new 90facc4d4630 Merge tag 'exynos-drm-fixes-for-v6.4-rc3' of git://git.ker [...] new 5896f2d363d5 drm/i915/hdcp: Check if media_gt exists new 8c5be8a885a5 Merge tag 'drm-intel-fixes-2023-05-17' of git://anongit.fr [...] new ce902336d9b3 drm/msm/atomic: Don't try async if crtc not active new 16eb51aba0a7 drm/msm: Fix vmap madv warning new 85c636284cb6 drm/msm/dp: unregister audio driver during unbind new a432fc31f03d drm/msm/dpu: Assign missing writeback log_mask new 3f23a52fc2b8 drm/msm/dpu: tweak msm8998 hw catalog values new 686eb89b1036 drm/msm/dpu: tweak lm pairings in msm8998 hw catalog new f9d5bb73c260 drm/msm/dpu: Remove unused INTF0 interrupt mask from SM611 [...] new cfbc21d1c0f9 drm/msm/dpu: Remove TE2 block and feature from DPU >= 5.0. [...] new e9d9ce5462fe drm/msm/dpu: Move non-MDP_TOP INTF_INTR offsets out of hwi [...] new 85340c0256f9 drm/msm/dpu: Reindent REV_7xxx interrupt masks with tabs new 701f69183d4d drm/msm/dpu: Fix PP_BLK_DIPHER -> DITHER typo new fe47a3084789 drm/msm/dpu: Use V2 DITHER PINGPONG sub-block in SM8[34]50 [...] new 7557f58b6383 drm/msm/dpu: Set PINGPONG block length to zero for DPU >= 7.0.0 new 202c044203ac drm/msm/dpu: Remove duplicate register defines from INTF new ca29699a57ec dt-bindings: display/msm: dsi-controller-main: Document qc [...] new db40d2928d24 drm/msm/iommu: Fix null pointer dereference in no-IOMMU case new 68dc6c2d5eec drm/msm: Fix submit error-path leaks new e36ca2fad6bb iommu/arm-smmu-qcom: Fix missing adreno_smmu's new 5c054db54c43 drm/msm: Be more shouty if per-process pgtables aren't working new 83ab69c9f759 Merge tag 'drm-msm-fixes-2023-05-17' of https://gitlab.fre [...] new d5aa417808cf drm/amdgpu/gfx11: update gpu_clock_counter logic new 8173cab3368a drm/amdgpu/gfx10: Disable gfxoff before disabling powergating. new 11fbdda2ab6b drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx1 [...] new 9d2d1827af29 drm/amdgpu: Differentiate between Raven2 and Raven/Picasso [...] new 68518294d00d drm/amdgpu/gmc11: implement get_vbios_fb_size() new c1a322a7a4a9 drm/amdgpu: skip disabling fence driver src_irqs when devi [...] new bf4823267a81 drm/amd/pm: fix possible power mode mismatch between drive [...] new 6d600229df1e drm/amd/display: enable dpia validate new 79ef1c9d14c6 Merge tag 'amd-drm-fixes-6.4-2023-05-18' of https://gitlab [...] new d635f6cc934b Merge tag 'drm-fixes-2023-05-20' of git://anongit.freedesk [...]
The 34 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../bindings/display/msm/dsi-controller-main.yaml | 12 ++++++++ drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 3 +- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 8 +++++- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 19 +++++++++---- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 33 +++++++++------------- drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c | 21 +++++++++++++- .../gpu/drm/amd/display/dc/link/link_validation.c | 3 ++ drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 18 ++++++++++++ drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 20 +------------ .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 1 + drivers/gpu/drm/exynos/exynos_drm_g2d.h | 4 +-- drivers/gpu/drm/i915/display/intel_hdcp.c | 10 ++++--- .../drm/msm/disp/dpu1/catalog/dpu_3_0_msm8998.h | 16 +++++------ .../gpu/drm/msm/disp/dpu1/catalog/dpu_5_0_sm8150.h | 4 +-- .../drm/msm/disp/dpu1/catalog/dpu_5_1_sc8180x.h | 4 +-- .../gpu/drm/msm/disp/dpu1/catalog/dpu_6_0_sm8250.h | 4 +-- .../gpu/drm/msm/disp/dpu1/catalog/dpu_6_2_sc7180.h | 4 +-- .../gpu/drm/msm/disp/dpu1/catalog/dpu_6_3_sm6115.h | 1 - .../drm/msm/disp/dpu1/catalog/dpu_6_5_qcm2290.h | 1 - .../gpu/drm/msm/disp/dpu1/catalog/dpu_7_0_sm8350.h | 12 ++++---- .../gpu/drm/msm/disp/dpu1/catalog/dpu_7_2_sc7280.h | 8 +++--- .../drm/msm/disp/dpu1/catalog/dpu_8_0_sc8280xp.h | 24 ++++++++-------- .../gpu/drm/msm/disp/dpu1/catalog/dpu_8_1_sm8450.h | 16 +++++------ .../gpu/drm/msm/disp/dpu1/catalog/dpu_9_0_sm8550.h | 16 +++++------ drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 17 ++++------- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c | 23 ++++++++------- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c | 5 ---- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_wb.c | 1 + drivers/gpu/drm/msm/disp/dpu1/dpu_hwio.h | 3 -- drivers/gpu/drm/msm/dp/dp_audio.c | 12 ++++++++ drivers/gpu/drm/msm/dp/dp_audio.h | 2 ++ drivers/gpu/drm/msm/dp/dp_display.c | 1 + drivers/gpu/drm/msm/msm_atomic.c | 2 ++ drivers/gpu/drm/msm/msm_gem.c | 22 ++++++--------- drivers/gpu/drm/msm/msm_gem_submit.c | 25 +++++++++++----- drivers/gpu/drm/msm/msm_iommu.c | 9 ++++-- drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 10 +++++++ 37 files changed, 234 insertions(+), 160 deletions(-)