|
@@ -178,7 +178,7 @@ static bool get_mocs_settings(struct drm_i915_private *dev_priv,
|
|
{
|
|
{
|
|
bool result = false;
|
|
bool result = false;
|
|
|
|
|
|
- if (IS_GEN9_BC(dev_priv)) {
|
|
|
|
|
|
+ if (IS_GEN9_BC(dev_priv) || IS_CANNONLAKE(dev_priv)) {
|
|
table->size = ARRAY_SIZE(skylake_mocs_table);
|
|
table->size = ARRAY_SIZE(skylake_mocs_table);
|
|
table->table = skylake_mocs_table;
|
|
table->table = skylake_mocs_table;
|
|
result = true;
|
|
result = true;
|