Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.h103 u32 xe_lrc_pphwsp_offset(struct xe_lrc *lrc);
H A Dxe_lrc.c697 u32 xe_lrc_pphwsp_offset(struct xe_lrc *lrc) in reset_stop_ring()
703 #define __xe_lrc_pphwsp_offset xe_lrc_pphwsp_offset
715 return xe_lrc_pphwsp_offset(lrc) + LRC_PPHWSP_SIZE; in xe_lrc_pphwsp_offset()
757 return xe_lrc_pphwsp_offset(lrc) + LRC_CTX_JOB_TIMESTAMP_OFFSET; in xe_lrc_engine_state_size()
763 return xe_lrc_pphwsp_offset(lrc) + LRC_PARALLEL_PPHWSP_OFFSET; in __xe_lrc_seqno_offset()
768 return xe_lrc_pphwsp_offset(lrc) + LRC_ENGINE_ID_PPHWSP_OFFSET; in __xe_lrc_start_seqno_offset()
2509 snapshot->lrc_offset = xe_lrc_pphwsp_offset(lrc); in xe_lrc_snapshot_capture_delayed()
714 u32 xe_lrc_pphwsp_offset(struct xe_lrc *lrc) xe_lrc_pphwsp_offset() function
H A Dxe_gt.c442 xe_lrc_pphwsp_offset(q->lrc[0]), in xe_gt_record_default_lrcs()