Searched refs:xe_hw_engine_mask_per_class (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_irq.c | 150 ccs_mask = xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_COMPUTE); in xe_irq_enable_hwe() 151 bcs_mask = xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_COPY); in xe_irq_enable_hwe() 192 if (xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_OTHER)) { in xe_irq_enable_hwe() 479 u32 ccs_mask = xe_hw_engine_mask_per_class(tile->primary_gt, in gt_irq_reset() 481 u32 bcs_mask = xe_hw_engine_mask_per_class(tile->primary_gt, in gt_irq_reset() 510 xe_hw_engine_mask_per_class(tile->media_gt, XE_ENGINE_CLASS_OTHER)) || in gt_irq_reset()
|
D | xe_hw_engine.h | 55 u32 xe_hw_engine_mask_per_class(struct xe_gt *gt,
|
D | xe_hw_engine.c | 324 xe_hw_engine_mask_per_class(hwe->gt, XE_ENGINE_CLASS_COMPUTE); in xe_hw_engine_enable_ring() 1097 u32 xe_hw_engine_mask_per_class(struct xe_gt *gt, in xe_hw_engine_mask_per_class() function
|
D | xe_guc.c | 167 !xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_RENDER)) in guc_ctl_wa_flags()
|