Re: [Intel-gfx] [PATCH v3] drm/i915/gvt: declare gvt as i915's soft dependency

2018-07-05 Thread Jani Nikula
On Thu, 05 Jul 2018, intel-gfx-boun...@lists.freedesktop.org wrote: > On 07/05/2018 03:21 PM, Zhenyu Wang wrote: >> On 2018.07.04 11:07:45 +0800, intel-gfx-boun...@lists.freedesktop.org wrote: >>> From: Hang Yuan >>> >>> This helps initramfs builder and other tools to know the full dependencies

Re: [Intel-gfx] [PATCH v3] drm/i915/gvt: declare gvt as i915's soft dependency

2018-07-05 Thread Hang Yuan
On 07/05/2018 03:21 PM, Zhenyu Wang wrote: On 2018.07.04 11:07:45 +0800, intel-gfx-boun...@lists.freedesktop.org wrote: From: Hang Yuan This helps initramfs builder and other tools to know the full dependencies of i915 and have gvt module loaded with i915. v2: add condition and change to

Re: [Intel-gfx] [PATCH v3] drm/i915/gvt: declare gvt as i915's soft dependency

2018-07-05 Thread Zhenyu Wang
On 2018.07.04 11:07:45 +0800, intel-gfx-boun...@lists.freedesktop.org wrote: > From: Hang Yuan > > This helps initramfs builder and other tools to know the full dependencies > of i915 and have gvt module loaded with i915. > > v2: add condition and change to pre-dependency (Chris) > v3: move

Re: [Intel-gfx] [PATCH v3] drm/i915/gvt: declare gvt as i915's soft dependency

2018-07-04 Thread Hang Yuan
Thank you for the help to improve the patch! - Henry On 07/04/2018 05:21 PM, Chris Wilson wrote: Quoting hang.y...@linux.intel.com (2018-07-04 04:07:45) From: Hang Yuan This helps initramfs builder and other tools to know the full dependencies of i915 and have gvt module loaded with i915.

Re: [Intel-gfx] [PATCH v3] drm/i915/gvt: declare gvt as i915's soft dependency

2018-07-04 Thread Chris Wilson
Quoting hang.y...@linux.intel.com (2018-07-04 04:07:45) > From: Hang Yuan > > This helps initramfs builder and other tools to know the full dependencies > of i915 and have gvt module loaded with i915. > > v2: add condition and change to pre-dependency (Chris) > v3: move declaration to gvt.c.

[Intel-gfx] [PATCH v3] drm/i915/gvt: declare gvt as i915's soft dependency

2018-07-03 Thread hang . yuan
From: Hang Yuan This helps initramfs builder and other tools to know the full dependencies of i915 and have gvt module loaded with i915. v2: add condition and change to pre-dependency (Chris) v3: move declaration to gvt.c. (Chris) Signed-off-by: Hang Yuan --- drivers/gpu/drm/i915/gvt/gvt.c |