]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
x86/early quirk: use gen6 stolen detection for VLV
authorJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 12 Nov 2013 18:17:39 +0000 (10:17 -0800)
committerJiri Slaby <jslaby@suse.cz>
Mon, 16 Feb 2015 15:10:57 +0000 (16:10 +0100)
commit 7bd40c16ccb2cb6877dd00b0e66249c171e6fa43 upstream.

We've always been able to use either method on VLV, but it appears more
recent BIOSes only support the gen6 method, so switch over to that.

References: https://bugs.freedesktop.org/show_bug.cgi?id=71370
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
arch/x86/kernel/early-quirks.c

index 7eb30af8c7a2b8093e34c942d3147aaaeb92c421..69b06c7411ab0f840bd9291ed03bc338642a24d2 100644 (file)
@@ -317,8 +317,8 @@ static struct pci_device_id intel_stolen_ids[] __initdata = {
        INTEL_I915GM_IDS(gen3_stolen_size),
        INTEL_I945G_IDS(gen3_stolen_size),
        INTEL_I945GM_IDS(gen3_stolen_size),
-       INTEL_VLV_M_IDS(gen3_stolen_size),
-       INTEL_VLV_D_IDS(gen3_stolen_size),
+       INTEL_VLV_M_IDS(gen6_stolen_size),
+       INTEL_VLV_D_IDS(gen6_stolen_size),
        INTEL_PINEVIEW_IDS(gen3_stolen_size),
        INTEL_I965G_IDS(gen3_stolen_size),
        INTEL_G33_IDS(gen3_stolen_size),