Searched refs:XE_ENGINE_CLASS_RENDER (Results 1 – 14 of 14) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_hw_engine_types.h | 15 XE_ENGINE_CLASS_RENDER = 0, enumerator
|
| A D | xe_hw_engine.c | 60 .class = XE_ENGINE_CLASS_RENDER, 363 hwe->class != XE_ENGINE_CLASS_RENDER) in xe_rtp_cfeg_wmtp_disabled() 1011 case XE_ENGINE_CLASS_RENDER: in xe_hw_engine_class_to_str() 1041 [DRM_XE_ENGINE_CLASS_RENDER] = XE_ENGINE_CLASS_RENDER,
|
| A D | xe_guc.h | 59 case XE_ENGINE_CLASS_RENDER: in xe_engine_class_to_guc_class()
|
| A D | xe_gt.c | 213 if (q->hwe->class == XE_ENGINE_CLASS_RENDER) in emit_wa_job() 1021 case XE_ENGINE_CLASS_RENDER: in xe_gt_any_hw_engine_by_reset_domain() 1023 if (hwe->class == XE_ENGINE_CLASS_RENDER || in xe_gt_any_hw_engine_by_reset_domain()
|
| A D | xe_reg_whitelist.c | 25 return hwe->class != XE_ENGINE_CLASS_RENDER; in match_not_render()
|
| A D | xe_ring_ops.c | 206 if (hwe->class != XE_ENGINE_CLASS_RENDER) in emit_pipe_control_to_ring_end() 506 case XE_ENGINE_CLASS_RENDER: in xe_ring_ops_get()
|
| A D | xe_guc_ads.c | 486 engine_enable_mask(gt, XE_ENGINE_CLASS_RENDER)); in fill_engine_enable_masks() 758 xe_gt_any_hw_engine_by_reset_domain(hwe->gt, XE_ENGINE_CLASS_RENDER); in guc_mmio_regset_write() 787 if (XE_WA(hwe->gt, 1607983814) && hwe->class == XE_ENGINE_CLASS_RENDER) { in guc_mmio_regset_write()
|
| A D | xe_hw_engine_group.c | 96 case XE_ENGINE_CLASS_RENDER: in xe_hw_engine_setup_groups()
|
| A D | xe_lrc.c | 92 case XE_ENGINE_CLASS_RENDER: in xe_gt_lrc_size() 582 if (class == XE_ENGINE_CLASS_RENDER) { in reg_offsets() 1136 if (hwe->class == XE_ENGINE_CLASS_RENDER || in setup_indirect_ctx() 1942 if (XE_WA(gt, 14019789679) && q->hwe->class == XE_ENGINE_CLASS_RENDER) { in xe_lrc_emit_hwe_state_instructions()
|
| A D | xe_query.c | 33 [XE_ENGINE_CLASS_RENDER] = DRM_XE_ENGINE_CLASS_RENDER, 41 [DRM_XE_ENGINE_CLASS_RENDER] = XE_ENGINE_CLASS_RENDER,
|
| A D | xe_gt_debugfs.c | 234 xe_lrc_dump_default(p, gt, XE_ENGINE_CLASS_RENDER); in rcs_default_lrc()
|
| A D | xe_exec_queue.c | 127 (q->class == XE_ENGINE_CLASS_RENDER || q->class == XE_ENGINE_CLASS_COMPUTE)) { in __xe_exec_queue_init() 310 case XE_ENGINE_CLASS_RENDER: in xe_exec_queue_assign_name()
|
| A D | xe_oa.c | 800 case XE_ENGINE_CLASS_RENDER: in xe_oa_configure_oa_context() 2535 case XE_ENGINE_CLASS_RENDER: in __hwe_oa_unit()
|
| A D | xe_guc.c | 208 !xe_hw_engine_mask_per_class(gt, XE_ENGINE_CLASS_RENDER)) in guc_ctl_wa_flags()
|
Completed in 46 milliseconds