intel/error-decode: printout INSTDONE_GEOM register for Gfx12.5

Signed-off-by: Marcin Ślusarz <marcin.slusarz@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12392>
This commit is contained in:
Marcin Ślusarz
2021-07-19 17:53:14 +02:00
committed by Marge Bot
parent 4f4f3b1072
commit f9e3ae6a01

View File

@@ -580,6 +580,10 @@ read_data_file(FILE *file)
if (matched == 1)
print_register(spec, "ROW_INSTDONE", reg);
matched = sscanf(line, " GEOM_SVGUNIT_INSTDONE[%*d][%*d]: 0x%08x\n", &reg);
if (matched == 1)
print_register(spec, "INSTDONE_GEOM", reg);
matched = sscanf(line, " INSTDONE1: 0x%08x\n", &reg);
if (matched == 1)
print_register(spec, "INSTDONE_1", reg);