Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_configfs.c754 struct wa_bb tmp_wa_bb[XE_ENGINE_CLASS_MAX] = { }; in wa_bb_store() local
759 count = parse_wa_bb_lines(page, tmp_wa_bb); in wa_bb_store()
777 memset(wa_bb, 0, sizeof(tmp_wa_bb)); in wa_bb_store()
782 tmp_wa_bb[class].cs = tmp + count; in wa_bb_store()
783 count += tmp_wa_bb[class].len; in wa_bb_store()
784 tmp_wa_bb[class].len = 0; in wa_bb_store()
788 count = parse_wa_bb_lines(page, tmp_wa_bb); in wa_bb_store()
792 memcpy(wa_bb, tmp_wa_bb, sizeof(tmp_wa_bb)); in wa_bb_store()