diff options
author | Russell King <rmk@arm.linux.org.uk> | 2016-03-09 22:30:30 +0000 |
---|---|---|
committer | Russell King <rmk@arm.linux.org.uk> | 2016-03-09 22:31:38 +0000 |
commit | 4b8042d79670239b14ae18158eb68227b5b8290d (patch) | |
tree | 5e533045155e6779f32c8a6847bed3256be32855 /info/features.h | |
parent | d782ea474e5222d3ee1bee008c68a999a565be96 (diff) |
info: update viv_info tool with features from v5 kernel sources
Update the viv_info tool with features derived from the v5 kernel
sources, and adding support for reading the number of varyings from
the kernel.
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
Diffstat (limited to 'info/features.h')
-rw-r--r-- | info/features.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/info/features.h b/info/features.h index c1ef793..07b080a 100644 --- a/info/features.h +++ b/info/features.h @@ -214,3 +214,39 @@ static struct feature vivante_chipMinorFeatures4[] __maybe_unused = { FEATURE(UNK31), #undef FEATURE }; +static struct feature vivante_chipMinorFeatures5[] __maybe_unused = { +#define FEATURE(x) { chipMinorFeatures5_##x, #x } + FEATURE(UNK0), + FEATURE(UNK1), + FEATURE(UNK2), + FEATURE(UNK3), + FEATURE(UNK4), + FEATURE(UNK5), + FEATURE(UNK6), + FEATURE(UNK7), + FEATURE(UNK8), + FEATURE(HALTI3), + FEATURE(UNK10), + FEATURE(UNK11), + FEATURE(UNK12), + FEATURE(UNK13), + FEATURE(UNK14), + FEATURE(UNK15), + FEATURE(UNK16), + FEATURE(UNK17), + FEATURE(UNK18), + FEATURE(UNK19), + FEATURE(UNK20), + FEATURE(UNK21), + FEATURE(UNK22), + FEATURE(UNK23), + FEATURE(UNK24), + FEATURE(UNK25), + FEATURE(UNK26), + FEATURE(UNK27), + FEATURE(UNK28), + FEATURE(UNK29), + FEATURE(UNK30), + FEATURE(UNK31), +#undef FEATURE +}; |