]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
drm/i915/cfl: Remove alpha support protection.
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 7 Sep 2017 23:06:32 +0000 (16:06 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Sep 2017 23:07:38 +0000 (16:07 -0700)
We now have Coffee Lake on our CI systems.

Coffee Lake is at this point in same stage as Kaby Lake.

And it seems that we don't have any risk of bad blank
screens or anything like that. So let's remove the protection.

Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170907230632.25650-1-rodrigo.vivi@intel.com
drivers/gpu/drm/i915/i915_pci.c

index 853002fb037104ceafe762537a966a539e73e481..ce2c08eb98907f18fda556244519b15b580942d8 100644 (file)
@@ -520,7 +520,6 @@ static const struct intel_device_info intel_kabylake_gt3_info __initconst = {
 };
 
 #define CFL_PLATFORM \
-       .is_alpha_support = 1, \
        BDW_FEATURES, \
        .gen = 9, \
        .platform = INTEL_COFFEELAKE, \