The only missing gap compared to Skylake is the GuC
because we don't have yet a GuC firmware image to publish.

However with all other parts in place this is very similar to
Skylake which is out of this procection.

So I'm now confident that Kabylake is in a good stage and won't
cause troubles like blank displays, hard hangs, etc.

Signed-off-by: Rodrigo Vivi <[email protected]>
---
 drivers/gpu/drm/i915/i915_drv.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index 3ac616d..c8ddf3e 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -346,14 +346,12 @@ static const struct intel_device_info intel_broxton_info 
= {
 
 static const struct intel_device_info intel_kabylake_info = {
        HSW_FEATURES,
-       .is_preliminary = 1,
        .is_kabylake = 1,
        .gen = 9,
 };
 
 static const struct intel_device_info intel_kabylake_gt3_info = {
        HSW_FEATURES,
-       .is_preliminary = 1,
        .is_kabylake = 1,
        .gen = 9,
        .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING | BSD2_RING,
-- 
2.4.3

_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to