All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: add kvmgt as i915's soft dependency
@ 2018-06-22  7:32 hang.yuan
  2018-06-22  7:44 ` Chris Wilson
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: hang.yuan @ 2018-06-22  7:32 UTC (permalink / raw)
  To: intel-gfx, intel-gvt-dev; +Cc: Hang Yuan

From: Hang Yuan <hang.yuan@linux.intel.com>

This helps kvmgt included in initramfs and got loaded after i915.

Signed-off-by: Hang Yuan <hang.yuan@linux.intel.com>
---
 drivers/gpu/drm/i915/i915_pci.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index 062e91b..a0fb51f 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -773,3 +773,5 @@ MODULE_AUTHOR("Intel Corporation");
 
 MODULE_DESCRIPTION(DRIVER_DESC);
 MODULE_LICENSE("GPL and additional rights");
+
+MODULE_SOFTDEP("post: kvmgt");
-- 
2.7.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-06-22 15:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-22  7:32 [PATCH] drm/i915: add kvmgt as i915's soft dependency hang.yuan
2018-06-22  7:44 ` Chris Wilson
2018-06-22  8:33   ` Hang Yuan
2018-06-22  8:45     ` Hang Yuan
     [not found]   ` <20180622081802.GB2693@linux.intel.com>
     [not found]     ` <152965688606.11773.12333320932967973493@mail.alporthouse.com>
2018-06-22  8:58       ` Hang Yuan
2018-06-22  7:58 ` ✓ Fi.CI.BAT: success for " Patchwork
2018-06-22 15:08 ` ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.