Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_types.h15 XE_ENGINE_CLASS_RENDER = 0, enumerator
H A Dxe_hw_engine.c59 .class = XE_ENGINE_CLASS_RENDER,
334 hwe->class != XE_ENGINE_CLASS_RENDER) in xe_rtp_cfeg_wmtp_disabled()
1111 case XE_ENGINE_CLASS_RENDER: in xe_hw_engine_class_to_str()
1141 [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()