]> Git Repo - linux.git/commitdiff
drm/i915/gvt: Extend KBL platform support in GVT-g
authorJian Jun Chen <[email protected]>
Wed, 19 Jul 2017 05:16:56 +0000 (13:16 +0800)
committerZhenyu Wang <[email protected]>
Tue, 25 Jul 2017 04:39:41 +0000 (12:39 +0800)
Extend KBL platform support in GVT-g. Validation tests
are done on KBL server and KBL NUC. Both show the same
quality.

Signed-off-by: Jian Jun Chen <[email protected]>
Cc: Zhenyu Wang <[email protected]>
Signed-off-by: Zhenyu Wang <[email protected]>
drivers/gpu/drm/i915/intel_gvt.c

index 52d5b82790d9fa5461a3c75977b320bd4348d407..c17ed0e62b6757b678272056326062c74f71ee6b 100644 (file)
@@ -45,7 +45,7 @@ static bool is_supported_device(struct drm_i915_private *dev_priv)
                return true;
        if (IS_SKYLAKE(dev_priv))
                return true;
-       if (IS_KABYLAKE(dev_priv) && INTEL_DEVID(dev_priv) == 0x591D)
+       if (IS_KABYLAKE(dev_priv))
                return true;
        return false;
 }
This page took 0.068597 seconds and 4 git commands to generate.