Home
last modified time | relevance | path

Searched refs:lrc_bo (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.h24 struct xe_bo *lrc_bo; member
H A Dxe_lrc.c2286 snapshot->lrc_bo = xe_bo_get(lrc->bo); in xe_lrc_snapshot_capture()
2305 bo = snapshot->lrc_bo; in xe_lrc_snapshot_capture_delayed()
2306 snapshot->lrc_bo = NULL; in xe_lrc_snapshot_capture_delayed()
2380 if (snapshot->lrc_bo) in xe_lrc_snapshot_free()
2381 xe_bo_put(snapshot->lrc_bo); in xe_lrc_snapshot_free()