|
@@ -13263,7 +13263,7 @@ intel_primary_plane_create(struct drm_i915_private *dev_priv, enum pipe pipe)
|
|
primary->frontbuffer_bit = INTEL_FRONTBUFFER_PRIMARY(pipe);
|
|
primary->frontbuffer_bit = INTEL_FRONTBUFFER_PRIMARY(pipe);
|
|
primary->check_plane = intel_check_primary_plane;
|
|
primary->check_plane = intel_check_primary_plane;
|
|
|
|
|
|
- if (INTEL_GEN(dev_priv) >= 10 || IS_GEMINILAKE(dev_priv)) {
|
|
|
|
|
|
+ if (INTEL_GEN(dev_priv) >= 10) {
|
|
intel_primary_formats = skl_primary_formats;
|
|
intel_primary_formats = skl_primary_formats;
|
|
num_formats = ARRAY_SIZE(skl_primary_formats);
|
|
num_formats = ARRAY_SIZE(skl_primary_formats);
|
|
modifiers = skl_format_modifiers_ccs;
|
|
modifiers = skl_format_modifiers_ccs;
|