From 13ef9eda7e8aeea195b1b598fd3c285c0532f49e Mon Sep 17 00:00:00 2001 From: Young Jin Park Date: Mon, 4 Feb 2019 20:24:22 +0900 Subject: [PATCH] linux4.20: add Intel kvmgt support [skip ci] --- srcpkgs/linux4.20/files/x86_64-dotconfig | 3 ++- srcpkgs/linux4.20/template | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux4.20/files/x86_64-dotconfig b/srcpkgs/linux4.20/files/x86_64-dotconfig index ef77eff61e1..43472e667b1 100644 --- a/srcpkgs/linux4.20/files/x86_64-dotconfig +++ b/srcpkgs/linux4.20/files/x86_64-dotconfig @@ -5371,7 +5371,8 @@ CONFIG_DRM_I915=m CONFIG_DRM_I915_CAPTURE_ERROR=y CONFIG_DRM_I915_COMPRESS_ERROR=y CONFIG_DRM_I915_USERPTR=y -# CONFIG_DRM_I915_GVT is not set +CONFIG_DRM_I915_GVT=y +CONFIG_DRM_I915_GVT_KVMGT=m # # drm/i915 Debugging diff --git a/srcpkgs/linux4.20/template b/srcpkgs/linux4.20/template index 395278751b7..adbd524242f 100644 --- a/srcpkgs/linux4.20/template +++ b/srcpkgs/linux4.20/template @@ -1,7 +1,7 @@ # Template file for 'linux4.20' pkgname=linux4.20 version=4.20.6 -revision=1 +revision=2 wrksrc="linux-${version}" short_desc="The Linux kernel and modules (${version%.*} series)" maintainer="Helmut Pozimski "