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.c249 struct wa_bb { struct
261 struct wa_bb ctx_restore_post_bb[XE_ENGINE_CLASS_MAX]; argument
262 struct wa_bb ctx_restore_mid_bb[XE_ENGINE_CLASS_MAX];
596 struct wa_bb wa_bb[static XE_ENGINE_CLASS_MAX], in wa_bb_show()
607 if (!wa_bb[ec].len) in wa_bb_show()
614 for (size_t j = 0; j < wa_bb[ec].len; j++) { in wa_bb_show()
615 len = snprintf(p, sz, " %08x", wa_bb[ec].cs[j]); in wa_bb_show()
648 static void wa_bb_append(struct wa_bb *wa_bb, u32 val) in wa_bb_append() argument
650 if (wa_bb->cs) in wa_bb_append()
651 wa_bb->cs[wa_bb->len] = val; in wa_bb_append()
[all …]