projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f43aa31
)
drm/i915/gvt: Extend KBL platform support in GVT-g
author
Jian Jun Chen
<jian.jun.chen@intel.com>
Wed, 19 Jul 2017 05:16:56 +0000
(13:16 +0800)
committer
Zhenyu Wang
<zhenyuw@linux.intel.com>
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 <jian.jun.chen@intel.com>
Cc: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/intel_gvt.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_gvt.c
b/drivers/gpu/drm/i915/intel_gvt.c
index 52d5b82790d9fa5461a3c75977b320bd4348d407..c17ed0e62b6757b678272056326062c74f71ee6b 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_gvt.c
+++ b/
drivers/gpu/drm/i915/intel_gvt.c
@@
-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;
}