Searched refs:XE_ENGINE_CLASS_COMPUTE (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_hw_engine.c | 236 .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() 431 const u8 mocs_read_idx = hwe->class == XE_ENGINE_CLASS_COMPUTE && IS_DGFX(xe) && in hw_engine_setup_default_state() 1034 hwe->class == XE_ENGINE_CLASS_COMPUTE && in xe_hw_engine_is_reserved() 1055 case XE_ENGINE_CLASS_COMPUTE: in xe_hw_engine_class_to_str() [all …]
|
| H A D | xe_hw_engine_types.h | 20 XE_ENGINE_CLASS_COMPUTE = 5, enumerator
|
| H A D | xe_ring_ops.c | 234 else if (job->q->class == XE_ENGINE_CLASS_COMPUTE) in emit_render_cache_flush() 458 else if (job->q->class == XE_ENGINE_CLASS_COMPUTE) in __emit_job_gen12_render_compute() 640 case XE_ENGINE_CLASS_COMPUTE: in xe_ring_ops_get()
|
| H A D | xe_guc.h | 81 case XE_ENGINE_CLASS_COMPUTE: in xe_engine_class_to_guc_class()
|
| H A D | xe_gt_ccs_mode.c | 55 if (hwe->class != XE_ENGINE_CLASS_COMPUTE) in __xe_gt_apply_ccs_mode()
|
| H A D | xe_gt.c | 1149 case XE_ENGINE_CLASS_COMPUTE: in xe_gt_any_hw_engine_by_reset_domain() 1151 hwe->class == XE_ENGINE_CLASS_COMPUTE) in xe_gt_any_hw_engine_by_reset_domain()
|
| H A D | xe_lrc.c | 91 class == XE_ENGINE_CLASS_COMPUTE)) in gt_engine_needs_indirect_ctx() 128 case XE_ENGINE_CLASS_COMPUTE: in xe_gt_lrc_hang_replay_size() 1124 hwe->class == XE_ENGINE_CLASS_COMPUTE || in setup_timestamp_wa() 1400 hwe->class == XE_ENGINE_CLASS_COMPUTE) { in setup_indirect_ctx()
|
| H A D | xe_pci.c | 122 .multi_queue_engine_class_mask = BIT(XE_ENGINE_CLASS_COPY) | BIT(XE_ENGINE_CLASS_COMPUTE), 135 BIT(XE_ENGINE_CLASS_COMPUTE),
|
| H A D | xe_exec_queue.c | 346 (q->class == XE_ENGINE_CLASS_RENDER || q->class == XE_ENGINE_CLASS_COMPUTE)) { in __xe_exec_queue_init() 651 case XE_ENGINE_CLASS_COMPUTE: in xe_exec_queue_assign_name()
|
| H A D | xe_guc_ads.c | 474 engine_enable_mask(gt, XE_ENGINE_CLASS_COMPUTE)); in fill_engine_enable_masks()
|
| H A D | xe_configfs.c | 313 { .cls = "ccs", .mask = XE_HW_ENGINE_CCS_MASK, .engine_class = XE_ENGINE_CLASS_COMPUTE },
|