Support for generation 8 (gen8)
Closed this issue · 8 comments
For using KVMGT we purchase a brand-new i7 machine and I encounter following errors
1.
[ 61.132078] WARNING: CPU: 2 PID: 1331 at drivers/gpu/drm/i915/i915_drv.c:494 i915_semaphore_is_enabled+0x37/0x5c()
2.
And I trace i915_drv.c ,Line 494
if (IS_GEN8(dev)) {
WARN_ON(!i915_preliminary_hw_support);
return false;
}
3.
And then I enable CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT=y.
4. Finally it boots and give me a black screen. (I can attach its dmesg log later)
Does it support Intel graphic generation 8? If not , do you have a plan or schedule?
Also, would you like to guide me how to tell gpu generations (chip id? cli command?)?
Thank you.
GEN8 is the gpu of BDW. This repo doesn't contain GEN8 support, but it probably will be contained in Q3 release(supposed to be at early October).
host or guest? I guess something was wrong.
kvm host is native, you should see same behaviors for kvmgt host as for native.
Thanks Jike. I will do some debugging and report back.
The hardware configuration was not correct. I replace it with another machine, and will report my latest status back. And I am closing this issue.