Home
last modified time | relevance | path

Searched refs:mig_q (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_sriov_vf_ccs.c185 struct xe_lrc *lrc = xe_exec_queue_lrc(ctx->mig_q); in ccs_rw_update_ring()
242 xe_guc_register_vf_exec_queue(ctx->mig_q, ctx_type); in register_save_restore_context()
315 struct xe_lrc *lrc = xe_exec_queue_lrc(ctx->mig_q); in xe_sriov_vf_ccs_fini()
322 xe_exec_queue_put(ctx->mig_q); in xe_sriov_vf_ccs_fini()
362 ctx->mig_q = q; in xe_sriov_vf_ccs_init()
396 struct xe_lrc *lrc = xe_exec_queue_lrc(ctx->mig_q); in xe_sriov_vf_ccs_rw_update_bb_addr()
397 struct xe_device *xe = gt_to_xe(ctx->mig_q->gt); in xe_sriov_vf_ccs_rw_update_bb_addr()
433 err = xe_migrate_ccs_rw_copy(tile, ctx->mig_q, bo, ctx_id); in xe_sriov_vf_ccs_attach_bo()
H A Dxe_sriov_vf_ccs_types.h28 struct xe_exec_queue *mig_q; member