This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0b32d436c015 Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel [...] new 5a5a10d9db77 drm/buddy: Fix the warn on's during force merge new ced8c5176b0d drm: xlnx: zynqmp_dpsub: Fix few function comments new 713a75079f37 drm: xlnx: zynqmp_dpsub: Fix compilation error new d2143297579f drm/panthor: Fix tiler OOM handling to allow incremental r [...] new e3193f0fbd6d drm/panthor: Make sure the tiler initial/max chunks are co [...] new 69a429905cec drm/panthor: Relax the constraints on the tiler chunk size new 8e43b1e537d4 drm/panthor: Fix an off-by-one in the heap context retriev [...] new 591eafcd46e0 drm/panthor: Document drm_panthor_tiler_heap_destroy::hand [...] new 2b2a26b33142 drm/panthor: Force an immediate reset on unrecoverable faults new ff60c8da0aaf drm/panthor: Keep a ref to the VM at the panthor_kernel_bo level new a257e8182261 drm/panthor: Reset the FW VM to NULL on unplug new 3ce4322b1a3a drm/panthor: Call panthor_sched_post_reset() even if the r [...] new 959314c438ca drm/nouveau: use tile_mode and pte_kind for VM_BIND bo all [...] new 3e3eb55e2b5f Merge tag 'drm-misc-next-fixes-2024-05-16' of https://gitl [...] new 2a705f3e49d2 drm/amdkfd: handle duplicate BOs in reserve_bo_and_cond_vms new eb853413d02c drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs new e64e8f7c178e drm/amdgpu/atomfirmware: add intergrated info v2.3 table new c99eb9cc2a52 Merge tag 'amd-drm-fixes-6.10-2024-05-22' of https://gitla [...] new 20da948e3a80 drm/bridge: adv7511: Attach next bridge without creating c [...] new 5a507b7d2be1 drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2 new 32a0bb7ef217 Merge tag 'drm-misc-next-fixes-2024-05-23' of https://gitl [...] new 56fb6f92854f Merge tag 'drm-next-2024-05-25' of https://gitlab.freedesk [...]
The 22 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/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 5 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 23 ++++++----- drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | 15 +++++++ drivers/gpu/drm/amd/amdkfd/kfd_migrate.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 6 ++- drivers/gpu/drm/amd/amdkfd/kfd_svm.h | 3 +- .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 2 +- drivers/gpu/drm/amd/include/atomfirmware.h | 43 +++++++++++++++++++ drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 3 +- drivers/gpu/drm/display/drm_dp_mst_topology.c | 4 +- drivers/gpu/drm/drm_buddy.c | 6 +-- drivers/gpu/drm/i915/display/intel_dp_mst.c | 2 +- drivers/gpu/drm/nouveau/dispnv50/disp.c | 2 +- drivers/gpu/drm/nouveau/nouveau_abi16.c | 3 ++ drivers/gpu/drm/nouveau/nouveau_bo.c | 44 +++++++++----------- drivers/gpu/drm/panthor/panthor_device.c | 8 +--- drivers/gpu/drm/panthor/panthor_device.h | 1 + drivers/gpu/drm/panthor/panthor_fw.c | 5 ++- drivers/gpu/drm/panthor/panthor_gem.c | 8 ++-- drivers/gpu/drm/panthor/panthor_gem.h | 8 +++- drivers/gpu/drm/panthor/panthor_heap.c | 36 +++++++++------- drivers/gpu/drm/panthor/panthor_sched.c | 48 ++++++++++++++++------ drivers/gpu/drm/panthor/panthor_sched.h | 2 +- drivers/gpu/drm/xlnx/zynqmp_disp.c | 6 +-- include/drm/display/drm_dp_mst_helper.h | 1 - include/uapi/drm/nouveau_drm.h | 7 ++++ include/uapi/drm/panthor_drm.h | 20 +++++++-- 27 files changed, 215 insertions(+), 98 deletions(-)