{{ 0 }}
};
+/**
+ * ICL validated L3 configurations. \sa icl_l3_configs.
+ */
+static const struct gen_l3_config icl_l3_configs[] = {
+ /* SLM URB ALL DC RO IS C T */
+ {{ 0, 64, 64, 0, 0, 0, 0, 0 }},
+ {{ 0, 64, 0, 16, 48, 0, 0, 0 }},
+ {{ 0, 48, 0, 16, 64, 0, 0, 0 }},
+ {{ 0, 32, 0, 0, 96, 0, 0, 0 }},
+ {{ 0, 32, 96, 0, 0, 0, 0, 0 }},
+ {{ 0, 32, 0, 16, 80, 0, 0, 0 }},
+ {{ 0 }}
+};
+
+
/**
* Return a zero-terminated array of validated L3 configurations for the
* specified device.
case 10:
return cnl_l3_configs;
+ case 11:
+ return icl_l3_configs;
+
default:
unreachable("Not implemented");
}