Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_sriov_vf_ccs.c218 if (!IS_VF_CCS_READY(xe)) in xe_sriov_vf_ccs_rebase()
263 xe_assert(xe, IS_VF_CCS_READY(xe)); in xe_sriov_vf_ccs_register_context()
427 xe_assert(xe, IS_VF_CCS_READY(xe)); in xe_sriov_vf_ccs_attach_bo()
474 xe_assert(xe, IS_VF_CCS_READY(xe)); in xe_sriov_vf_ccs_detach_bo()
507 if (!IS_VF_CCS_READY(xe)) in xe_sriov_vf_ccs_print()
H A Dxe_sriov_vf_ccs.h32 #define IS_VF_CCS_READY(xe) ({ \ macro
H A Dxe_bo.c1128 if (IS_VF_CCS_READY(xe) && in xe_bo_move()
1181 if (IS_VF_CCS_READY(xe) && old_mem_type == XE_PL_TT && in xe_bo_move()
1200 if (IS_VF_CCS_READY(xe)) in xe_bo_move()
1748 if (IS_VF_CCS_READY(ttm_to_xe_device(ttm_bo->bdev))) in xe_ttm_bo_delete_mem_notify()