Message ID | 20210511083332.1740601-4-zhenyuw@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Fix I915_GVT dependency | expand |
On Tue, 11 May 2021, Zhenyu Wang wrote: > This reverts commit 07e543f4f9d116d6b4240644191dee6388ef4a85. > > As I915_GVT dependency issue is resolved, revert this. > > Cc: Jason Gunthorpe <jgg@nvidia.com> > Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com> > --- > drivers/gpu/drm/i915/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig > index 8f15bfb5faac..93f4d059fc89 100644 > --- a/drivers/gpu/drm/i915/Kconfig > +++ b/drivers/gpu/drm/i915/Kconfig > @@ -102,7 +102,6 @@ config DRM_I915_GVT > bool "Enable Intel GVT-g graphics virtualization host support" > depends on DRM_I915 > depends on 64BIT > - depends on VFIO_MDEV > default n > help > Choose this option if you want to enable Intel GVT-g graphics > -- > 2.31.0 > > _______________________________________________ > intel-gvt-dev mailing list > intel-gvt-dev@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gvt-dev > Reviewed-by: Colin Xu <colin.xu@intel.com> -- Best Regards, Colin Xu
diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig index 8f15bfb5faac..93f4d059fc89 100644 --- a/drivers/gpu/drm/i915/Kconfig +++ b/drivers/gpu/drm/i915/Kconfig @@ -102,7 +102,6 @@ config DRM_I915_GVT bool "Enable Intel GVT-g graphics virtualization host support" depends on DRM_I915 depends on 64BIT - depends on VFIO_MDEV default n help Choose this option if you want to enable Intel GVT-g graphics
This reverts commit 07e543f4f9d116d6b4240644191dee6388ef4a85. As I915_GVT dependency issue is resolved, revert this. Cc: Jason Gunthorpe <jgg@nvidia.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com> --- drivers/gpu/drm/i915/Kconfig | 1 - 1 file changed, 1 deletion(-)