Home
last modified time | relevance | path

Searched refs:XE_ENGINE_CLASS_COMPUTE (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine.c236 .class = XE_ENGINE_CLASS_COMPUTE,
244 .class = XE_ENGINE_CLASS_COMPUTE,
252 .class = XE_ENGINE_CLASS_COMPUTE,
260 .class = XE_ENGINE_CLASS_COMPUTE,
329 xe_hw_engine_mask_per_class(hwe->gt, XE_ENGINE_CLASS_COMPUTE); in xe_hw_engine_enable_ring()
332 if (hwe->class == XE_ENGINE_CLASS_COMPUTE && ccs_mask) in xe_hw_engine_enable_ring()
370 if (hwe->class != XE_ENGINE_CLASS_COMPUTE && in xe_rtp_cfeg_wmtp_disabled()
430 const u8 mocs_read_idx = hwe->class == XE_ENGINE_CLASS_COMPUTE && IS_DGFX(xe) && in hw_engine_setup_default_state()
1033 hwe->class == XE_ENGINE_CLASS_COMPUTE && in xe_hw_engine_is_reserved()
1054 case XE_ENGINE_CLASS_COMPUTE: in xe_hw_engine_class_to_str()
[all …]
H A Dxe_hw_engine_types.h20 XE_ENGINE_CLASS_COMPUTE = 5, enumerator
H A Dxe_ring_ops.c201 else if (job->q->class == XE_ENGINE_CLASS_COMPUTE) in emit_render_cache_flush()
389 else if (job->q->class == XE_ENGINE_CLASS_COMPUTE) in __emit_job_gen12_render_compute()
542 case XE_ENGINE_CLASS_COMPUTE: in xe_ring_ops_get()
H A Dxe_guc.h81 case XE_ENGINE_CLASS_COMPUTE: in xe_engine_class_to_guc_class()
H A Dxe_gt_ccs_mode.c54 if (hwe->class != XE_ENGINE_CLASS_COMPUTE) in __xe_gt_apply_ccs_mode()
H A Dxe_query.c39 [XE_ENGINE_CLASS_COMPUTE] = DRM_XE_ENGINE_CLASS_COMPUTE,
47 [DRM_XE_ENGINE_CLASS_COMPUTE] = XE_ENGINE_CLASS_COMPUTE,
H A Dxe_gt.c1104 case XE_ENGINE_CLASS_COMPUTE: in xe_gt_any_hw_engine_by_reset_domain()
1106 hwe->class == XE_ENGINE_CLASS_COMPUTE) in xe_gt_any_hw_engine_by_reset_domain()
H A Dxe_lrc.c89 class == XE_ENGINE_CLASS_COMPUTE)) in gt_engine_needs_indirect_ctx()
121 case XE_ENGINE_CLASS_COMPUTE: in xe_gt_lrc_hang_replay_size()
1105 hwe->class == XE_ENGINE_CLASS_COMPUTE || in setup_timestamp_wa()
1362 hwe->class == XE_ENGINE_CLASS_COMPUTE) { in setup_indirect_ctx()
H A Dxe_execlist.c62 if (hwe->class == XE_ENGINE_CLASS_COMPUTE) in __start_lrc()
H A Dxe_exec_queue.c291 (q->class == XE_ENGINE_CLASS_RENDER || q->class == XE_ENGINE_CLASS_COMPUTE)) { in __xe_exec_queue_init()
532 case XE_ENGINE_CLASS_COMPUTE: in xe_exec_queue_assign_name()
H A Dxe_oa.c453 if (stream->hwe->class != XE_ENGINE_CLASS_COMPUTE) in __oa_ccs_select()
802 case XE_ENGINE_CLASS_COMPUTE: in xe_oa_configure_oa_context()
2572 case XE_ENGINE_CLASS_COMPUTE: in __hwe_oa_unit()
H A Dxe_configfs.c310 { .cls = "ccs", .mask = XE_HW_ENGINE_CCS_MASK, .engine_class = XE_ENGINE_CLASS_COMPUTE },
H A Dxe_guc_ads.c474 engine_enable_mask(gt, XE_ENGINE_CLASS_COMPUTE)); in fill_engine_enable_masks()