Home
last modified time | relevance | path

Searched refs:external_vram (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_bo_evict.c64 bo = list_first_entry_or_null(&xe->pinned.external_vram, in xe_bo_evict_all()
79 &xe->pinned.external_vram); in xe_bo_evict_all()
86 list_splice_tail(&still_in_list, &xe->pinned.external_vram); in xe_bo_evict_all()
208 bo = list_first_entry_or_null(&xe->pinned.external_vram, in xe_bo_restore_user()
223 &xe->pinned.external_vram); in xe_bo_restore_user()
230 list_splice_tail(&still_in_list, &xe->pinned.external_vram); in xe_bo_restore_user()
H A Dxe_device_types.h428 struct list_head external_vram; member
H A Dxe_device.c472 INIT_LIST_HEAD(&xe->pinned.external_vram); in xe_device_create()
H A Dxe_bo.c2108 &xe->pinned.external_vram); in xe_bo_pin_external()