[PATCH v4] drm/i915/gvt: declare gvt as i915's soft dependency
Hang Yuan
hang.yuan at linux.intel.com
Tue Jul 10 09:06:02 UTC 2018
On 07/10/2018 11:09 AM, Zhenyu Wang wrote:
>
> On 2018.07.09 18:24:10 +0800, intel-gvt-dev-bounces at lists.freedesktop.org wrote:
>> From: Hang Yuan <hang.yuan at linux.intel.com>
>>
>> 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)
>> v4: remove xengt (Zhenyu)
>>
>> Signed-off-by: Hang Yuan <hang.yuan at linux.intel.com>
>> Reviewed-by: Chris Wilson <chris at chris-wilson.co.uk>
>> ---
>> drivers/gpu/drm/i915/gvt/gvt.c | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/drivers/gpu/drm/i915/gvt/gvt.c b/drivers/gpu/drm/i915/gvt/gvt.c
>> index 4e65266..712f9d1 100644
>> --- a/drivers/gpu/drm/i915/gvt/gvt.c
>> +++ b/drivers/gpu/drm/i915/gvt/gvt.c
>> @@ -468,3 +468,7 @@ int intel_gvt_init_device(struct drm_i915_private *dev_priv)
>> kfree(gvt);
>> return ret;
>> }
>> +
>> +#if IS_ENABLED(CONFIG_DRM_I915_GVT_KVMGT)
>> +MODULE_SOFTDEP("pre: kvmgt");
>> +#endif
>> --
>
> Applied this, thanks!
>
> btw pls fix your mail client or git config with correct From field.
>
test
More information about the intel-gvt-dev
mailing list