Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_sriov_vf_ccs.c219 for_each_ccs_rw_ctx(ctx_id) { in xe_sriov_vf_ccs_rebase()
263 for_each_ccs_rw_ctx(ctx_id) { in xe_sriov_vf_ccs_register_context()
350 for_each_ccs_rw_ctx(ctx_id) { in xe_sriov_vf_ccs_init()
427 for_each_ccs_rw_ctx(ctx_id) { in xe_sriov_vf_ccs_attach_bo()
459 for_each_ccs_rw_ctx(ctx_id) { in xe_sriov_vf_ccs_detach_bo()
485 for_each_ccs_rw_ctx(ctx_id) { in xe_sriov_vf_ccs_print()
H A Dxe_sriov_vf_ccs_types.h11 #define for_each_ccs_rw_ctx(id__) \ macro