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.c705 u32 xe_lrc_pphwsp_offset(struct xe_lrc *lrc) in xe_lrc_pphwsp_offset() function
711 #define __xe_lrc_pphwsp_offset xe_lrc_pphwsp_offset
722 return xe_lrc_pphwsp_offset(lrc) + LRC_PPHWSP_SIZE; in xe_lrc_regs_offset()
747 return xe_lrc_pphwsp_offset(lrc) + LRC_SEQNO_PPHWSP_OFFSET; in __xe_lrc_seqno_offset()
753 return xe_lrc_pphwsp_offset(lrc) + LRC_START_SEQNO_PPHWSP_OFFSET; in __xe_lrc_start_seqno_offset()
759 return xe_lrc_pphwsp_offset(lrc) + LRC_CTX_JOB_TIMESTAMP_OFFSET; in __xe_lrc_ctx_job_timestamp_offset()
765 return xe_lrc_pphwsp_offset(lrc) + LRC_PARALLEL_PPHWSP_OFFSET; in __xe_lrc_parallel_offset()
770 return xe_lrc_pphwsp_offset(lrc) + LRC_ENGINE_ID_PPHWSP_OFFSET; in __xe_lrc_engine_id_offset()
2287 snapshot->lrc_offset = xe_lrc_pphwsp_offset(lrc); in xe_lrc_snapshot_capture()
H A Dxe_lrc.h94 u32 xe_lrc_pphwsp_offset(struct xe_lrc *lrc);
H A Dxe_gt.c440 xe_lrc_pphwsp_offset(q->lrc[0]), in xe_gt_record_default_lrcs()