diff options
Diffstat (limited to 'src/gallium/drivers/etnaviv/etnaviv_screen.h')
-rw-r--r-- | src/gallium/drivers/etnaviv/etnaviv_screen.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/etnaviv/etnaviv_screen.h b/src/gallium/drivers/etnaviv/etnaviv_screen.h index c33a9e32fab..a606e5d7080 100644 --- a/src/gallium/drivers/etnaviv/etnaviv_screen.h +++ b/src/gallium/drivers/etnaviv/etnaviv_screen.h @@ -44,6 +44,8 @@ enum viv_features_word { viv_chipMinorFeatures1 = 2, viv_chipMinorFeatures2 = 3, viv_chipMinorFeatures3 = 4, + viv_chipMinorFeatures4 = 5, + viv_chipMinorFeatures5 = 6, VIV_FEATURES_WORD_COUNT /* Must be last */ }; @@ -69,7 +71,7 @@ struct etna_screen { uint32_t model; uint32_t revision; - uint32_t features[5]; + uint32_t features[VIV_FEATURES_WORD_COUNT]; struct etna_specs specs; }; |