This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 196145c606d0 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] new 02c132166993 drm/amdkfd: Add cache line size info new a7aeb03888b9 drm/amd/display: Avoid race between dcn10_set_drr() and dc [...] new e835d5144f5e drm/amd/display: Avoid race between dcn35_set_drr() and dc [...] new c5b1a06697ea drm/amd/display: Do not reset planes based on crtc zpos_changed new 612e3bacf800 drm/amd/pm: update the features set on smu v14.0.2/3 new 7a0982523cf3 drm/amd/pm: fix the pp_dpm_pcie issue on smu v14.0.2/3 new 3a23aa0b9c24 drm/amd/amdgpu: apply command submission parser for JPEG v2+ new 8409fb50ce48 drm/amd/amdgpu: apply command submission parser for JPEG v1 new 17ea4383649f drm/amdgpu/atomfirmware: Silence UBSAN warning new 2a2a865aee43 drm/amd/display: Add all planes on CRTC to state for overl [...] new f5d6c413b112 Merge tag 'amd-drm-fixes-6.11-2024-09-11' of https://gitla [...] new d3d37f74683e drm/i915/guc: prevent a possible int overflow in wq offsets new bb7e19bd6cb6 Merge tag 'drm-intel-fixes-2024-09-12' of https://gitlab.f [...] new ea5ff5d351b5 dma-buf: heaps: Fix off-by-one in CMA heap fault handler new 6db9df4f7055 drm/nouveau/fb: restore init() for ramgp102 new 7b5651744926 drm/stm: add COMMON_CLK dependency new 8c7c44be5767 drm/syncobj: Fix syncobj leak in drm_syncobj_eventfd_ioctl new d8c07bee1e63 drm/rockchip: Use iommu_paging_domain_alloc() new 45c690aea8ee drm/tegra: Use iommu_paging_domain_alloc() new 690e516e9869 Merge tag 'drm-misc-fixes-2024-09-12' of https://gitlab.fr [...] new a2655358cbda drm/xe/gt: Remove double include new 572239f7f152 drm/xe: Remove fence check from send_tlb_invalidation new 5e2d1d4dc1c1 drm/xe: Fix possible UAF in guc_exec_queue_process_msg new 062d59eb96b2 drm/xe: Fix access_ok check in user_fence_create new dd10595c3232 drm/xe/display: fix compat IS_DISPLAY_STEP() range end new a262cc8d5542 drm/xe/oa: Enable Xe2+ PES disaggregation new 9bd7ff293fc8 drm/xe/client: fix deadlock in show_meminfo() new 94c4aa266111 drm/xe/client: add missing bo locking in show_meminfo() new 135be1dc46c6 Merge tag 'drm-xe-fixes-2024-09-12' of https://gitlab.free [...] new 46040ea8a6a5 Merge tag 'drm-fixes-2024-09-13' of https://gitlab.freedes [...] new 233a95fd574f soundwire: stream: Revert "soundwire: stream: fix programm [...] new 1136ced48b68 Merge tag 'soundwire-6.11-fixes_2' of git://git.kernel.org [...] new 89e362c883c6 spi: geni-qcom: Undo runtime PM changes at driver exit time new b787a3386412 spi: geni-qcom: Fix incorrect free_irq() sequence new 2a8787c1cdc7 spi: nxp-fspi: fix the KASAN report out-of-bounds bug new e936e7d4a83b Merge tag 'spi-fix-v6.11-rc7' of git://git.kernel.org/pub/ [...]
The 36 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: drivers/dma-buf/heaps/cma_heap.c | 2 +- drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c | 76 +++++++++++++++++++++- drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.h | 11 ++++ drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c | 63 +++++++++++++++++- drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.h | 6 ++ drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c | 2 + drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c | 1 + drivers/gpu/drm/amd/amdgpu/jpeg_v4_0.c | 1 + drivers/gpu/drm/amd/amdgpu/jpeg_v4_0.h | 1 - drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c | 57 +--------------- drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.h | 7 +- drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_5.c | 1 + drivers/gpu/drm/amd/amdgpu/jpeg_v5_0_0.c | 3 +- drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 8 ++- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 13 +++- .../drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c | 20 +++--- .../drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c | 20 +++--- drivers/gpu/drm/amd/include/atomfirmware.h | 4 +- drivers/gpu/drm/amd/pm/swsmu/inc/smu_types.h | 11 +++- .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 12 ++++ drivers/gpu/drm/drm_syncobj.c | 17 +++-- drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 4 +- drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.h | 2 + drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c | 2 +- drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp102.c | 1 + drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 10 ++- drivers/gpu/drm/stm/Kconfig | 1 + drivers/gpu/drm/tegra/drm.c | 5 +- drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h | 2 +- drivers/gpu/drm/xe/regs/xe_oa_regs.h | 1 + drivers/gpu/drm/xe/xe_drm_client.c | 45 +++++++++++-- drivers/gpu/drm/xe/xe_gt.c | 1 - drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c | 4 +- drivers/gpu/drm/xe/xe_guc_submit.c | 4 +- drivers/gpu/drm/xe/xe_oa.c | 4 ++ drivers/gpu/drm/xe/xe_sync.c | 2 +- drivers/soundwire/stream.c | 8 +-- drivers/spi/spi-geni-qcom.c | 17 +++-- drivers/spi/spi-nxp-fspi.c | 5 +- 39 files changed, 330 insertions(+), 124 deletions(-)