diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_mocs.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_mocs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_mocs.c b/drivers/gpu/drm/i915/intel_mocs.c index 4f8829c0845e..c787fc4e6eb9 100644 --- a/drivers/gpu/drm/i915/intel_mocs.c +++ b/drivers/gpu/drm/i915/intel_mocs.c | |||
@@ -182,7 +182,7 @@ static bool get_mocs_settings(struct drm_i915_private *dev_priv, | |||
182 | table->size = ARRAY_SIZE(skylake_mocs_table); | 182 | table->size = ARRAY_SIZE(skylake_mocs_table); |
183 | table->table = skylake_mocs_table; | 183 | table->table = skylake_mocs_table; |
184 | result = true; | 184 | result = true; |
185 | } else if (IS_BROXTON(dev_priv)) { | 185 | } else if (IS_GEN9_LP(dev_priv)) { |
186 | table->size = ARRAY_SIZE(broxton_mocs_table); | 186 | table->size = ARRAY_SIZE(broxton_mocs_table); |
187 | table->table = broxton_mocs_table; | 187 | table->table = broxton_mocs_table; |
188 | result = true; | 188 | result = true; |