All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: GVT-g driver depends on 64BIT kernel
@ 2016-10-21  4:38 Zhenyu Wang
  2016-10-21  5:16 ` ✗ Fi.CI.BAT: warning for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Zhenyu Wang @ 2016-10-21  4:38 UTC (permalink / raw)
  To: intel-gfx

We currently don't support GVT-g driver on i386 kernel.
Add explicit dependence on 64bit kernel.

Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
---
 drivers/gpu/drm/i915/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig
index 6aedc96..c72b007 100644
--- a/drivers/gpu/drm/i915/Kconfig
+++ b/drivers/gpu/drm/i915/Kconfig
@@ -86,6 +86,7 @@ config DRM_I915_USERPTR
 config DRM_I915_GVT
         bool "Enable Intel GVT-g graphics virtualization host support"
         depends on DRM_I915
+        depends on 64BIT
         default n
         help
 	  Choose this option if you want to enable Intel GVT-g graphics
-- 
2.9.3

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* ✗ Fi.CI.BAT: warning for drm/i915: GVT-g driver depends on 64BIT kernel
  2016-10-21  4:38 [PATCH] drm/i915: GVT-g driver depends on 64BIT kernel Zhenyu Wang
@ 2016-10-21  5:16 ` Patchwork
  2016-10-21  6:44 ` [PATCH] " Joonas Lahtinen
  2016-10-21  8:05 ` Chris Wilson
  2 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2016-10-21  5:16 UTC (permalink / raw)
  To: Zhenyu Wang; +Cc: intel-gfx

== Series Details ==

Series: drm/i915: GVT-g driver depends on 64BIT kernel
URL   : https://patchwork.freedesktop.org/series/14143/
State : warning

== Summary ==

Series 14143v1 drm/i915: GVT-g driver depends on 64BIT kernel
https://patchwork.freedesktop.org/api/1.0/series/14143/revisions/1/mbox/

Test drv_module_reload_basic:
                dmesg-warn -> PASS       (fi-skl-6700hq)
Test gem_exec_suspend:
        Subgroup basic-s3:
                pass       -> DMESG-WARN (fi-skl-6700hq)
Test kms_pipe_crc_basic:
        Subgroup suspend-read-crc-pipe-a:
                pass       -> DMESG-WARN (fi-skl-6700hq)
        Subgroup suspend-read-crc-pipe-b:
                pass       -> DMESG-WARN (fi-skl-6700hq)
        Subgroup suspend-read-crc-pipe-c:
                pass       -> DMESG-WARN (fi-skl-6700hq)

fi-bdw-5557u     total:246  pass:231  dwarn:0   dfail:0   fail:0   skip:15 
fi-bsw-n3050     total:246  pass:204  dwarn:0   dfail:0   fail:0   skip:42 
fi-bxt-t5700     total:246  pass:216  dwarn:0   dfail:0   fail:0   skip:30 
fi-byt-j1900     total:246  pass:215  dwarn:0   dfail:0   fail:0   skip:31 
fi-byt-n2820     total:246  pass:211  dwarn:0   dfail:0   fail:0   skip:35 
fi-hsw-4770      total:246  pass:224  dwarn:0   dfail:0   fail:0   skip:22 
fi-hsw-4770r     total:246  pass:224  dwarn:0   dfail:0   fail:0   skip:22 
fi-ilk-650       total:246  pass:185  dwarn:0   dfail:0   fail:1   skip:60 
fi-ivb-3520m     total:246  pass:221  dwarn:0   dfail:0   fail:0   skip:25 
fi-ivb-3770      total:246  pass:221  dwarn:0   dfail:0   fail:0   skip:25 
fi-kbl-7200u     total:246  pass:222  dwarn:0   dfail:0   fail:0   skip:24 
fi-skl-6260u     total:246  pass:232  dwarn:0   dfail:0   fail:0   skip:14 
fi-skl-6700hq    total:246  pass:219  dwarn:4   dfail:0   fail:0   skip:23 
fi-skl-6700k     total:246  pass:221  dwarn:1   dfail:0   fail:0   skip:24 
fi-skl-6770hq    total:246  pass:232  dwarn:0   dfail:0   fail:0   skip:14 
fi-snb-2520m     total:246  pass:210  dwarn:0   dfail:0   fail:0   skip:36 
fi-snb-2600      total:246  pass:209  dwarn:0   dfail:0   fail:0   skip:37 

Results at /archive/results/CI_IGT_test/Patchwork_2780/

8d34fff02efad9abfc12cace4c347eaa1c3804f7 drm-intel-nightly: 2016y-10m-20d-21h-52m-44s UTC integration manifest
6f93dee drm/i915: GVT-g driver depends on 64BIT kernel

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm/i915: GVT-g driver depends on 64BIT kernel
  2016-10-21  4:38 [PATCH] drm/i915: GVT-g driver depends on 64BIT kernel Zhenyu Wang
  2016-10-21  5:16 ` ✗ Fi.CI.BAT: warning for " Patchwork
@ 2016-10-21  6:44 ` Joonas Lahtinen
  2016-10-21  8:05 ` Chris Wilson
  2 siblings, 0 replies; 5+ messages in thread
From: Joonas Lahtinen @ 2016-10-21  6:44 UTC (permalink / raw)
  To: Zhenyu Wang, intel-gfx

On pe, 2016-10-21 at 12:38 +0800, Zhenyu Wang wrote:
> We currently don't support GVT-g driver on i386 kernel.
> Add explicit dependence on 64bit kernel.
> 
> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>

Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>

Regards, Joonas
-- 
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm/i915: GVT-g driver depends on 64BIT kernel
  2016-10-21  4:38 [PATCH] drm/i915: GVT-g driver depends on 64BIT kernel Zhenyu Wang
  2016-10-21  5:16 ` ✗ Fi.CI.BAT: warning for " Patchwork
  2016-10-21  6:44 ` [PATCH] " Joonas Lahtinen
@ 2016-10-21  8:05 ` Chris Wilson
  2016-10-21  8:26   ` Zhenyu Wang
  2 siblings, 1 reply; 5+ messages in thread
From: Chris Wilson @ 2016-10-21  8:05 UTC (permalink / raw)
  To: Zhenyu Wang; +Cc: intel-gfx

On Fri, Oct 21, 2016 at 12:38:59PM +0800, Zhenyu Wang wrote:
> We currently don't support GVT-g driver on i386 kernel.
> Add explicit dependence on 64bit kernel.

Can we at least get clean compilation on 32bit? That's the only limiting
factor really...
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm/i915: GVT-g driver depends on 64BIT kernel
  2016-10-21  8:05 ` Chris Wilson
@ 2016-10-21  8:26   ` Zhenyu Wang
  0 siblings, 0 replies; 5+ messages in thread
From: Zhenyu Wang @ 2016-10-21  8:26 UTC (permalink / raw)
  To: Chris Wilson, Zhenyu Wang, intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 494 bytes --]

On 2016.10.21 09:05:21 +0100, Chris Wilson wrote:
> On Fri, Oct 21, 2016 at 12:38:59PM +0800, Zhenyu Wang wrote:
> > We currently don't support GVT-g driver on i386 kernel.
> > Add explicit dependence on 64bit kernel.
> 
> Can we at least get clean compilation on 32bit? That's the only limiting
> factor really...

ok, that would need more extra work, will double check later.

-- 
Open Source Technology Center, Intel ltd.

$gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 163 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-10-21  8:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-21  4:38 [PATCH] drm/i915: GVT-g driver depends on 64BIT kernel Zhenyu Wang
2016-10-21  5:16 ` ✗ Fi.CI.BAT: warning for " Patchwork
2016-10-21  6:44 ` [PATCH] " Joonas Lahtinen
2016-10-21  8:05 ` Chris Wilson
2016-10-21  8:26   ` Zhenyu Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.