]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
drm/i915/glk: Remove the alpha_support flag
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Thu, 8 Jun 2017 11:48:00 +0000 (14:48 +0300)
committerAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Fri, 9 Jun 2017 12:13:13 +0000 (15:13 +0300)
Geminilake is now included in CI, making it part of the pre-merge
criteria. The support should be in good enough shape, so let's remove
the alpha_support flag.

Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170608114800.17201-1-ander.conselvan.de.oliveira@intel.com
drivers/gpu/drm/i915/i915_pci.c

index 03a495e13b5e03daaeae72f3e2fc19eac7924efa..ba0443cc874a727c75da1e746c90fa2f92f46543 100644 (file)
@@ -400,7 +400,6 @@ static const struct intel_device_info intel_broxton_info = {
 static const struct intel_device_info intel_geminilake_info = {
        GEN9_LP_FEATURES,
        .platform = INTEL_GEMINILAKE,
-       .is_alpha_support = 1,
        .ddb_size = 1024,
        .color = { .degamma_lut_size = 0, .gamma_lut_size = 1024 }
 };