Searched refs:xe_lrc_write_ctx_reg (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_lrc.c | 947 void xe_lrc_write_ctx_reg(struct xe_lrc *lrc, int reg_nr, u32 val) in xe_lrc_write_ctx_reg() function 1027 xe_lrc_write_ctx_reg(lrc, CTX_PDP0_UDW, upper_32_bits(desc)); in xe_lrc_set_ppgtt() 1028 xe_lrc_write_ctx_reg(lrc, CTX_PDP0_LDW, lower_32_bits(desc)); in xe_lrc_set_ppgtt() 1315 xe_lrc_write_ctx_reg(lrc, CTX_BB_PER_CTX_PTR, in xe_lrc_setup_wa_bb_with_scratch() 1401 xe_lrc_write_ctx_reg(lrc, in setup_indirect_ctx() 1516 xe_lrc_write_ctx_reg(lrc, CTX_INT_STATUS_REPORT_PTR, in xe_lrc_init() 1518 xe_lrc_write_ctx_reg(lrc, CTX_INT_SRC_REPORT_PTR, in xe_lrc_init() 1520 xe_lrc_write_ctx_reg(lrc, CTX_CS_INT_VEC_DATA, msix_vec << 16 | msix_vec); in xe_lrc_init() 1524 xe_lrc_write_ctx_reg(lrc, CTX_INDIRECT_RING_STATE, in xe_lrc_init() 1535 xe_lrc_write_ctx_reg(lrc, CTX_RING_START, __xe_lrc_ring_ggtt_addr(lrc)); in xe_lrc_init() [all …]
|
| H A D | xe_lrc.h | 115 void xe_lrc_write_ctx_reg(struct xe_lrc *lrc, int reg_nr, u32 val);
|
| H A D | xe_execlist.c | 66 xe_lrc_write_ctx_reg(lrc, CTX_RING_TAIL, lrc->ring.tail); in __start_lrc()
|