Home
last modified time | relevance | path

Searched refs:xe_sa_bo_gpu_addr (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_buf.c131 return xe_sa_bo_gpu_addr(buf.sa); in xe_guc_buf_flush()
153 return xe_sa_bo_gpu_addr(buf.sa); in xe_guc_buf_gpu_addr()
H A Dxe_sa.h46 static inline u64 xe_sa_bo_gpu_addr(struct drm_suballoc *sa) in xe_sa_bo_gpu_addr() function
H A Dxe_bb.c99 u64 addr = xe_sa_bo_gpu_addr(bb->bo); in xe_bb_create_job()