mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
Merge tag 'amd-drm-next-6.18-2025-09-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
amd-drm-next-6.18-2025-09-09: amdgpu: - Add CRIU support for gem objects - SI UVD fix - SI DPM fixes - Misc code cleanups - RAS updates - GPUVM debugfs fixes - Cyan Skillfish updates - UserQ updates - OEM i2c fix - SMU 13.0.x updates - DPCD probe quirk fix - Make vbios build number available in sysfs - HDCP updates - Brightness curve fixes - eDP updates - Vblank fixes - DCN 3.5 PG fix - PBN calcution fix amdkfd: - Add CRIU support for gem objects - Flexible array fix - P2P topology fix - APU memlimit fixes - Misc code cleanups UAPI: - Add CRIU support for gem objects Proposed userspace: https://github.com/checkpoint-restore/criu/pull/2613 radeon: - Use dev_warn_once() in CS parsers Signed-off-by: Dave Airlie <airlied@redhat.com> From: Alex Deucher <alexander.deucher@amd.com> Link: https://lore.kernel.org/r/20250909161928.942785-1-alexander.deucher@amd.com
This commit is contained in:
@@ -670,4 +670,9 @@ void amdgpu_vm_tlb_fence_create(struct amdgpu_device *adev,
|
||||
void amdgpu_vm_print_task_info(struct amdgpu_device *adev,
|
||||
struct amdgpu_task_info *task_info);
|
||||
|
||||
#define amdgpu_vm_bo_va_for_each_valid_mapping(bo_va, mapping) \
|
||||
list_for_each_entry(mapping, &(bo_va)->valids, list)
|
||||
#define amdgpu_vm_bo_va_for_each_invalid_mapping(bo_va, mapping) \
|
||||
list_for_each_entry(mapping, &(bo_va)->invalids, list)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user