Home
last modified time | relevance | path

Searched refs:XE_ENGINE_CLASS_RENDER (Results 1 – 14 of 14) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_hw_engine.c54 .class = XE_ENGINE_CLASS_RENDER,
354 hwe->class != XE_ENGINE_CLASS_RENDER) in xe_rtp_cfeg_wmtp_disabled()
818 if (snapshot->hwe->class != XE_ENGINE_CLASS_RENDER) in xe_hw_engine_snapshot_instdone_capture()
977 if (snapshot->hwe->class != XE_ENGINE_CLASS_RENDER) in xe_hw_engine_snapshot_instdone_print()
1132 case XE_ENGINE_CLASS_RENDER: in xe_hw_engine_class_to_str()
1162 [DRM_XE_ENGINE_CLASS_RENDER] = XE_ENGINE_CLASS_RENDER,
Dxe_guc.h57 case XE_ENGINE_CLASS_RENDER: in xe_engine_class_to_guc_class()
Dxe_hw_engine_types.h15 XE_ENGINE_CLASS_RENDER = 0, enumerator
Dxe_reg_whitelist.c23 return hwe->class != XE_ENGINE_CLASS_RENDER; in match_not_render()
Dxe_gt.c216 if (q->hwe->class == XE_ENGINE_CLASS_RENDER) in emit_wa_job()
936 case XE_ENGINE_CLASS_RENDER: in xe_gt_any_hw_engine_by_reset_domain()
938 if (hwe->class == XE_ENGINE_CLASS_RENDER || in xe_gt_any_hw_engine_by_reset_domain()
Dxe_guc_ads.c472 engine_enable_mask(gt, XE_ENGINE_CLASS_RENDER)); in fill_engine_enable_masks()
575 xe_gt_any_hw_engine_by_reset_domain(hwe->gt, XE_ENGINE_CLASS_RENDER); in guc_mmio_regset_write()
605 if (needs_wa_1607983814(xe) && hwe->class == XE_ENGINE_CLASS_RENDER) { in guc_mmio_regset_write()
Dxe_ring_ops.c200 if (hwe->class != XE_ENGINE_CLASS_RENDER) in emit_pipe_control_to_ring_end()
503 case XE_ENGINE_CLASS_RENDER: in xe_ring_ops_get()
Dxe_hw_engine_group.c112 case XE_ENGINE_CLASS_RENDER: in xe_hw_engine_setup_groups()
Dxe_query.c28 [XE_ENGINE_CLASS_RENDER] = DRM_XE_ENGINE_CLASS_RENDER,
36 [DRM_XE_ENGINE_CLASS_RENDER] = XE_ENGINE_CLASS_RENDER,
Dxe_gt_debugfs.c232 xe_lrc_dump_default(p, gt, XE_ENGINE_CLASS_RENDER); in rcs_default_lrc()
Dxe_lrc.c71 case XE_ENGINE_CLASS_RENDER: in xe_gt_lrc_size()
562 if (class == XE_ENGINE_CLASS_RENDER) { in reg_offsets()
1606 if (XE_WA(gt, 14019789679) && q->hwe->class == XE_ENGINE_CLASS_RENDER) { in xe_lrc_emit_hwe_state_instructions()
Dxe_oa.c767 case XE_ENGINE_CLASS_RENDER: in xe_oa_configure_oa_context()
1274 return hwe->class == XE_ENGINE_CLASS_RENDER || in engine_supports_mi_query()
2294 case XE_ENGINE_CLASS_RENDER: in __hwe_oa_unit()
Dxe_exec_queue.c277 case XE_ENGINE_CLASS_RENDER: in xe_exec_queue_assign_name()
Dxe_guc.c167 !xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_RENDER)) in guc_ctl_wa_flags()