Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_configfs.c248 struct wa_bb { struct
260 struct wa_bb ctx_restore_post_bb[XE_ENGINE_CLASS_MAX]; argument
261 struct wa_bb ctx_restore_mid_bb[XE_ENGINE_CLASS_MAX];
593 struct wa_bb wa_bb[static XE_ENGINE_CLASS_MAX], in wa_bb_show()
604 if (!wa_bb[ec].len) in wa_bb_show()
611 for (size_t j = 0; j < wa_bb[ec].len; j++) { in wa_bb_show()
612 len = snprintf(p, sz, " %08x", wa_bb[ec].cs[j]); in wa_bb_show()
645 static void wa_bb_append(struct wa_bb *wa_bb, u32 val) in wa_bb_append() argument
647 if (wa_bb->cs) in wa_bb_append()
648 wa_bb->cs[wa_bb->len] = val; in wa_bb_append()
[all …]