intel/genxml/icl: Update genx_bits header
authorAnuj Phogat <anuj.phogat@gmail.com>
Tue, 16 May 2017 23:47:07 +0000 (16:47 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Fri, 16 Feb 2018 00:14:55 +0000 (16:14 -0800)
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/genxml/gen_bits_header.py

index 1b3504073b025961da6cb2b020fcfb64545a07df..965a74ed893cd6f4374455439ae683ea99056c29 100644 (file)
@@ -80,6 +80,7 @@ static inline uint32_t ATTRIBUTE_PURE
 ${item.token_name}_${prop}(const struct gen_device_info *devinfo)
 {
    switch (devinfo->gen) {
+   case 11: return ${item.get_prop(prop, 11)};
    case 10: return ${item.get_prop(prop, 10)};
    case 9: return ${item.get_prop(prop, 9)};
    case 8: return ${item.get_prop(prop, 8)};