Home
last modified time | relevance | path

Searched refs:xe_hw_engine_mask_per_class (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_idle.c118 vcs_mask = xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_VIDEO_DECODE); in xe_gt_idle_enable_pg()
119 vecs_mask = xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_VIDEO_ENHANCE); in xe_gt_idle_enable_pg()
239 vcs_mask = xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_VIDEO_DECODE); in xe_gt_idle_pg_print()
240 vecs_mask = xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_VIDEO_ENHANCE); in xe_gt_idle_pg_print()
H A Dxe_hw_engine.h56 u32 xe_hw_engine_mask_per_class(struct xe_gt *gt,
H A Dxe_hw_engine.c329 xe_hw_engine_mask_per_class(hwe->gt, XE_ENGINE_CLASS_COMPUTE); in xe_hw_engine_enable_ring()
1008 u32 xe_hw_engine_mask_per_class(struct xe_gt *gt, in xe_hw_engine_mask_per_class() function
H A Dxe_guc.c211 !xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_RENDER)) in guc_ctl_wa_flags()