diff mbox

drm/i915/bxt: Remove the preliminary_hw_support flag

Message ID 1467384045-17028-1-git-send-email-imre.deak@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Imre Deak July 1, 2016, 2:40 p.m. UTC
Broxton is now part of CI which doesn't indicate any major problems so
enable the driver by default.

Signed-off-by: Imre Deak <imre.deak@intel.com>
---
 drivers/gpu/drm/i915/i915_pci.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Rodrigo Vivi July 1, 2016, 2:47 p.m. UTC | #1
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>

On Fri, Jul 1, 2016 at 7:40 AM, Imre Deak <imre.deak@intel.com> wrote:
> Broxton is now part of CI which doesn't indicate any major problems so
> enable the driver by default.
>
> Signed-off-by: Imre Deak <imre.deak@intel.com>
> ---
>  drivers/gpu/drm/i915/i915_pci.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
> index a7f8f4f..949c016 100644
> --- a/drivers/gpu/drm/i915/i915_pci.c
> +++ b/drivers/gpu/drm/i915/i915_pci.c
> @@ -331,7 +331,6 @@ static const struct intel_device_info intel_skylake_gt3_info = {
>  };
>
>  static const struct intel_device_info intel_broxton_info = {
> -       .is_preliminary = 1,
>         .is_broxton = 1,
>         .gen = 9,
>         .need_gfx_hws = 1, .has_hotplug = 1,
> --
> 2.5.0
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
Imre Deak July 1, 2016, 6:29 p.m. UTC | #2
On Fri, 2016-07-01 at 15:32 +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: drm/i915/bxt: Remove the preliminary_hw_support flag
> URL   : https://patchwork.freedesktop.org/series/9381/
> State : warning
> 
> == Summary ==

Thanks for the review, I pushed the patch to -dinq.

> Series 9381v1 drm/i915/bxt: Remove the preliminary_hw_support flag
> http://patchwork.freedesktop.org/api/1.0/series/9381/revisions/1/mbox
> 
> Test kms_pipe_crc_basic:
>         Subgroup hang-read-crc-pipe-a:
>                 pass       -> SKIP       (fi-skl-i5-6260u)
>         Subgroup suspend-read-crc-pipe-b:
>                 dmesg-warn -> SKIP       (ro-bdw-i5-5250u)
>         Subgroup suspend-read-crc-pipe-c:
>                 dmesg-warn -> SKIP       (ro-bdw-i5-5250u)
>                 skip       -> PASS       (fi-skl-i5-6260u)
> 
> fi-hsw-i7-
> 4770k  total:229  pass:196  dwarn:0   dfail:0   fail:0   skip:33 
> fi-kbl-
> qkkr      total:229  pass:160  dwarn:28  dfail:1   fail:0   skip:40 
> fi-skl-i5-
> 6260u  total:229  pass:203  dwarn:0   dfail:0   fail:0   skip:26 
> fi-skl-i7-
> 6700k  total:229  pass:190  dwarn:0   dfail:0   fail:0   skip:39 
> ro-bdw-i5-
> 5250u  total:229  pass:204  dwarn:1   dfail:1   fail:0   skip:23 
> ro-bdw-i7-
> 5557U  total:229  pass:204  dwarn:1   dfail:1   fail:0   skip:23 
> ro-bdw-i7-
> 5600u  total:229  pass:190  dwarn:0   dfail:1   fail:0   skip:38 
> ro-bsw-
> n3050     total:229  pass:177  dwarn:0   dfail:1   fail:2   skip:49 
> ro-byt-
> n2820     total:229  pass:180  dwarn:0   dfail:1   fail:3   skip:45 
> ro-hsw-i3-
> 4010u  total:229  pass:197  dwarn:0   dfail:1   fail:0   skip:31 
> ro-hsw-i7-
> 4770r  total:229  pass:197  dwarn:0   dfail:1   fail:0   skip:31 
> ro-ilk-i7-
> 620lm  total:229  pass:157  dwarn:0   dfail:1   fail:1   skip:70 
> ro-ilk1-i5-
> 650   total:224  pass:157  dwarn:0   dfail:1   fail:1   skip:65 
> ro-ivb-i7-
> 3770   total:229  pass:188  dwarn:0   dfail:1   fail:0   skip:40 
> ro-skl3-i5-6260u
> total:229  pass:208  dwarn:1   dfail:1   fail:0   skip:19 
> ro-snb-i7-
> 2620M  total:229  pass:179  dwarn:0   dfail:1   fail:1   skip:48 
> 
> Results at /archive/results/CI_IGT_test/RO_Patchwork_1363/
> 
> a755d6c drm-intel-nightly: 2016y-07m-01d-13h-54m-24s UTC integration
> manifest
> f3c9840 drm/i915/bxt: Remove the preliminary_hw_support flag
>
diff mbox

Patch

diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index a7f8f4f..949c016 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -331,7 +331,6 @@  static const struct intel_device_info intel_skylake_gt3_info = {
 };
 
 static const struct intel_device_info intel_broxton_info = {
-	.is_preliminary = 1,
 	.is_broxton = 1,
 	.gen = 9,
 	.need_gfx_hws = 1, .has_hotplug = 1,