diff options
author | Rodrigo Vivi <[email protected]> | 2017-09-07 16:06:32 -0700 |
---|---|---|
committer | Rodrigo Vivi <[email protected]> | 2017-09-19 16:07:38 -0700 |
commit | e6b20bf1b77c24465393b5b1e12781110cedc12c (patch) | |
tree | 15d8f3bbe7ce056f210d3071a97a8887795437a5 | |
parent | 3b92e263dd4a38fa168d12a55ea4c8193483b884 (diff) |
drm/i915/cfl: Remove alpha support protection.
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 <[email protected]>
Cc: Dhinakaran Pandiyan <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
Reviewed-by: Dhinakaran Pandiyan <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/i915/i915_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c index 853002fb0371..ce2c08eb9890 100644 --- a/drivers/gpu/drm/i915/i915_pci.c +++ b/drivers/gpu/drm/i915/i915_pci.c @@ -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, \ |