Searched refs:xe_lrc_write_ctx_reg (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_lrc.c | 965 void xe_lrc_write_ctx_reg(struct xe_lrc *lrc, int reg_nr, u32 val) in xe_lrc_write_ctx_reg() function 1045 xe_lrc_write_ctx_reg(lrc, CTX_PDP0_UDW, upper_32_bits(desc)); in xe_lrc_set_ppgtt() 1046 xe_lrc_write_ctx_reg(lrc, CTX_PDP0_LDW, lower_32_bits(desc)); in xe_lrc_set_ppgtt() 1351 xe_lrc_write_ctx_reg(lrc, CTX_BB_PER_CTX_PTR, in xe_lrc_setup_wa_bb_with_scratch() 1439 xe_lrc_write_ctx_reg(lrc, in setup_indirect_ctx() 1513 xe_lrc_write_ctx_reg(lrc, CTX_INT_STATUS_REPORT_PTR, in xe_lrc_ctx_init() 1515 xe_lrc_write_ctx_reg(lrc, CTX_INT_SRC_REPORT_PTR, in xe_lrc_ctx_init() 1517 xe_lrc_write_ctx_reg(lrc, CTX_CS_INT_VEC_DATA, msix_vec << 16 | msix_vec); in xe_lrc_ctx_init() 1521 xe_lrc_write_ctx_reg(lrc, CTX_INDIRECT_RING_STATE, in xe_lrc_ctx_init() 1535 xe_lrc_write_ctx_reg(lrc, CTX_RING_START, __xe_lrc_ring_ggtt_addr(lrc)); in xe_lrc_ctx_init() [all …]
|
| H A D | xe_lrc.h | 116 void xe_lrc_write_ctx_reg(struct xe_lrc *lrc, int reg_nr, u32 val);
|