Searched refs:xe_hw_engine_mask_per_class (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_gt_idle.c | 118 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() 236 vcs_mask = xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_VIDEO_DECODE); in xe_gt_idle_pg_print() 237 vecs_mask = xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_VIDEO_ENHANCE); in xe_gt_idle_pg_print()
|
| H A D | xe_irq.c | 157 ccs_mask = xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_COMPUTE); in xe_irq_enable_hwe() 158 bcs_mask = xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_COPY); in xe_irq_enable_hwe() 199 if (xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_OTHER)) { in xe_irq_enable_hwe() 493 u32 ccs_mask = xe_hw_engine_mask_per_class(tile->primary_gt, in gt_irq_reset() 495 u32 bcs_mask = xe_hw_engine_mask_per_class(tile->primary_gt, in gt_irq_reset() 524 xe_hw_engine_mask_per_class(tile->media_gt, XE_ENGINE_CLASS_OTHER)) || in gt_irq_reset()
|
| H A D | xe_hw_engine.h | 56 u32 xe_hw_engine_mask_per_class(struct xe_gt *gt,
|
| H A D | xe_hw_engine.c | 329 xe_hw_engine_mask_per_class(hwe->gt, XE_ENGINE_CLASS_COMPUTE); in xe_hw_engine_enable_ring() 961 u32 xe_hw_engine_mask_per_class(struct xe_gt *gt, in xe_hw_engine_mask_per_class() function
|
| H A D | xe_guc.c | 207 !xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_RENDER)) in guc_ctl_wa_flags()
|