]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/i915/skl: Drop the preliminary_hw_support flag
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 16 Jul 2015 16:08:09 +0000 (17:08 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 17 Jul 2015 07:09:49 +0000 (09:09 +0200)
Time to light a candle and remove the preliminary_hw_support flag.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.c

index f13ed1ef664106efb78cf14301d183148eba4098..0d6775a3e88c3e09254874b3a99d0d950d5f0f5c 100644 (file)
@@ -356,7 +356,6 @@ static const struct intel_device_info intel_cherryview_info = {
 };
 
 static const struct intel_device_info intel_skylake_info = {
-       .is_preliminary = 1,
        .is_skylake = 1,
        .gen = 9, .num_pipes = 3,
        .need_gfx_hws = 1, .has_hotplug = 1,
@@ -369,7 +368,6 @@ static const struct intel_device_info intel_skylake_info = {
 };
 
 static const struct intel_device_info intel_skylake_gt3_info = {
-       .is_preliminary = 1,
        .is_skylake = 1,
        .gen = 9, .num_pipes = 3,
        .need_gfx_hws = 1, .has_hotplug = 1,