Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_types.h15 XE_ENGINE_CLASS_RENDER = 0, enumerator
H A Dxe_guc_ads.c239 return XE_ENGINE_CLASS_RENDER; in guc_class_to_engine_class()
555 case XE_ENGINE_CLASS_RENDER: in xe_hwe_to_guc_class()
833 xe_gt_any_hw_engine_by_reset_domain(hwe->gt, XE_ENGINE_CLASS_RENDER); in guc_mmio_regset_write()
860 if (XE_GT_WA(hwe->gt, 1607983814) && hwe->class == XE_ENGINE_CLASS_RENDER) { in guc_mmio_regset_write()
H A Dxe_hw_engine.c59 .class = XE_ENGINE_CLASS_RENDER,
334 hwe->class != XE_ENGINE_CLASS_RENDER) in xe_rtp_cfeg_wmtp_disabled()
1185 case XE_ENGINE_CLASS_RENDER: in xe_hw_engine_class_to_str()
1215 [DRM_XE_ENGINE_CLASS_RENDER] = XE_ENGINE_CLASS_RENDER,
H A Dxe_reg_whitelist.c29 return hwe->class != XE_ENGINE_CLASS_RENDER; in match_not_render()
H A Dxe_gt_debugfs.c186 xe_lrc_dump_default(p, gt, XE_ENGINE_CLASS_RENDER); in rcs_default_lrc()
H A Dxe_ring_ops.c654 case XE_ENGINE_CLASS_RENDER: in xe_ring_ops_get()
H A Dxe_oa.c821 case XE_ENGINE_CLASS_RENDER: in xe_oa_configure_oa_context()
2597 case XE_ENGINE_CLASS_RENDER: in __hwe_oa_unit()