Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_lrc.c650 u32 xe_lrc_pphwsp_offset(struct xe_lrc *lrc) in xe_lrc_pphwsp_offset() function
656 #define __xe_lrc_pphwsp_offset xe_lrc_pphwsp_offset
667 return xe_lrc_pphwsp_offset(lrc) + LRC_PPHWSP_SIZE; in xe_lrc_regs_offset()
686 return xe_lrc_pphwsp_offset(lrc) + LRC_SEQNO_PPHWSP_OFFSET; in __xe_lrc_seqno_offset()
692 return xe_lrc_pphwsp_offset(lrc) + LRC_START_SEQNO_PPHWSP_OFFSET; in __xe_lrc_start_seqno_offset()
698 return xe_lrc_pphwsp_offset(lrc) + LRC_CTX_JOB_TIMESTAMP_OFFSET; in __xe_lrc_ctx_job_timestamp_offset()
704 return xe_lrc_pphwsp_offset(lrc) + LRC_PARALLEL_PPHWSP_OFFSET; in __xe_lrc_parallel_offset()
1663 snapshot->lrc_offset = xe_lrc_pphwsp_offset(lrc); in xe_lrc_snapshot_capture()
Dxe_lrc.h54 u32 xe_lrc_pphwsp_offset(struct xe_lrc *lrc);
Dxe_gt.c351 xe_lrc_pphwsp_offset(q->lrc[0]), in xe_gt_record_default_lrcs()