Searched refs:XE_ENGINE_CLASS_COMPUTE (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_hw_engine.c | 233 .class = XE_ENGINE_CLASS_COMPUTE, 241 .class = XE_ENGINE_CLASS_COMPUTE, 249 .class = XE_ENGINE_CLASS_COMPUTE, 257 .class = XE_ENGINE_CLASS_COMPUTE, 326 xe_hw_engine_mask_per_class(hwe->gt, XE_ENGINE_CLASS_COMPUTE); in xe_hw_engine_enable_ring() 329 if (hwe->class == XE_ENGINE_CLASS_COMPUTE && ccs_mask) in xe_hw_engine_enable_ring() 358 if (hwe->class != XE_ENGINE_CLASS_COMPUTE && in xe_rtp_cfeg_wmtp_disabled() 425 const u8 mocs_read_idx = hwe->class == XE_ENGINE_CLASS_COMPUTE && IS_DGFX(xe) && in hw_engine_setup_default_state() 954 hwe->class == XE_ENGINE_CLASS_COMPUTE && in xe_hw_engine_is_reserved() 975 case XE_ENGINE_CLASS_COMPUTE: in xe_hw_engine_class_to_str() [all …]
|
H A D | xe_ring_ops.c | 192 else if (job->q->class == XE_ENGINE_CLASS_COMPUTE) in emit_render_cache_flush() 360 else if (job->q->class == XE_ENGINE_CLASS_COMPUTE) in __emit_job_gen12_render_compute() 507 case XE_ENGINE_CLASS_COMPUTE: in xe_ring_ops_get()
|
H A D | xe_hw_engine_types.h | 20 XE_ENGINE_CLASS_COMPUTE = 5, enumerator
|
H A D | xe_guc.h | 65 case XE_ENGINE_CLASS_COMPUTE: in xe_engine_class_to_guc_class()
|
H A D | xe_gt_ccs_mode.c | 53 if (hwe->class != XE_ENGINE_CLASS_COMPUTE) in __xe_gt_apply_ccs_mode()
|
H A D | xe_hw_engine_group.c | 113 case XE_ENGINE_CLASS_COMPUTE: in xe_hw_engine_setup_groups()
|
H A D | xe_gt_debugfs.c | 250 xe_lrc_dump_default(p, gt, XE_ENGINE_CLASS_COMPUTE); in ccs_default_lrc()
|
H A D | xe_query.c | 35 [XE_ENGINE_CLASS_COMPUTE] = DRM_XE_ENGINE_CLASS_COMPUTE, 43 [DRM_XE_ENGINE_CLASS_COMPUTE] = XE_ENGINE_CLASS_COMPUTE,
|
H A D | xe_gt.c | 980 case XE_ENGINE_CLASS_COMPUTE: in xe_gt_any_hw_engine_by_reset_domain() 982 hwe->class == XE_ENGINE_CLASS_COMPUTE) in xe_gt_any_hw_engine_by_reset_domain()
|
H A D | xe_irq.c | 156 ccs_mask = xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_COMPUTE); in xe_irq_enable_hwe() 478 XE_ENGINE_CLASS_COMPUTE); in gt_irq_reset()
|
H A D | xe_execlist.c | 63 if (hwe->class == XE_ENGINE_CLASS_COMPUTE) in __start_lrc()
|
H A D | xe_oa.c | 443 if (stream->hwe->class != XE_ENGINE_CLASS_COMPUTE) in __oa_ccs_select() 792 case XE_ENGINE_CLASS_COMPUTE: in xe_oa_configure_oa_context() 2483 case XE_ENGINE_CLASS_COMPUTE: in __hwe_oa_unit()
|
H A D | xe_exec_queue.c | 296 case XE_ENGINE_CLASS_COMPUTE: in xe_exec_queue_assign_name()
|
H A D | xe_guc_ads.c | 488 engine_enable_mask(gt, XE_ENGINE_CLASS_COMPUTE)); in fill_engine_enable_masks()
|
H A D | xe_lrc.c | 60 case XE_ENGINE_CLASS_COMPUTE: in xe_gt_lrc_size()
|