Searched refs:XE_ENGINE_CLASS_RENDER (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_hw_engine.c | 54 .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,
|
D | xe_guc.h | 57 case XE_ENGINE_CLASS_RENDER: in xe_engine_class_to_guc_class()
|
D | xe_hw_engine_types.h | 15 XE_ENGINE_CLASS_RENDER = 0, enumerator
|
D | xe_reg_whitelist.c | 23 return hwe->class != XE_ENGINE_CLASS_RENDER; in match_not_render()
|
D | xe_gt.c | 216 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()
|
D | xe_guc_ads.c | 472 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()
|
D | xe_ring_ops.c | 200 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()
|
D | xe_hw_engine_group.c | 112 case XE_ENGINE_CLASS_RENDER: in xe_hw_engine_setup_groups()
|
D | xe_query.c | 28 [XE_ENGINE_CLASS_RENDER] = DRM_XE_ENGINE_CLASS_RENDER, 36 [DRM_XE_ENGINE_CLASS_RENDER] = XE_ENGINE_CLASS_RENDER,
|
D | xe_gt_debugfs.c | 232 xe_lrc_dump_default(p, gt, XE_ENGINE_CLASS_RENDER); in rcs_default_lrc()
|
D | xe_lrc.c | 71 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()
|
D | xe_oa.c | 767 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()
|
D | xe_exec_queue.c | 277 case XE_ENGINE_CLASS_RENDER: in xe_exec_queue_assign_name()
|
D | xe_guc.c | 167 !xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_RENDER)) in guc_ctl_wa_flags()
|