projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1bbef6
)
drm/i915: GVT-g driver depends on 64BIT kernel
author
Zhenyu Wang
<zhenyuw@linux.intel.com>
Fri, 21 Oct 2016 04:33:56 +0000
(12:33 +0800)
committer
Zhenyu Wang
<zhenyuw@linux.intel.com>
Mon, 24 Oct 2016 02:44:44 +0000
(10:44 +0800)
We currently don't support GVT-g driver on i386 kernel.
Add explicit dependence on 64bit kernel.
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/i915/Kconfig
b/drivers/gpu/drm/i915/Kconfig
index 6aedc96aa412cd0e94a7dc1705bde7c2b865f6a1..c72b007c2048dfb9e3a4290aca1a6240468b64e6 100644
(file)
--- 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