Blame SOURCES/0264-50drm-add-hyperv_fb-kernel-module.patch

18971c
From afbff20e51c34be078db8e55f76c3304f7f6ab6a Mon Sep 17 00:00:00 2001
18971c
From: Harald Hoyer <harald@redhat.com>
18971c
Date: Mon, 18 May 2015 13:43:26 +0200
18971c
Subject: [PATCH] 50drm: add hyperv_fb kernel module
18971c
18971c
https://bugzilla.redhat.com/show_bug.cgi?id=1192035
18971c
(cherry picked from commit 81b67232dcc796178124676d124d7d91514e4a8f)
18971c
---
18971c
 modules.d/50drm/module-setup.sh | 2 ++
18971c
 1 file changed, 2 insertions(+)
18971c
18971c
diff --git a/modules.d/50drm/module-setup.sh b/modules.d/50drm/module-setup.sh
18971c
index bf33c5b7..0e1c5ff0 100755
18971c
--- a/modules.d/50drm/module-setup.sh
18971c
+++ b/modules.d/50drm/module-setup.sh
18971c
@@ -48,6 +48,8 @@ installkernel() {
18971c
         return 0
18971c
     }
18971c
 
18971c
+    instmods amdkfd hyperv_fb
18971c
+
18971c
     for _modname in $(find_kernel_modules_by_path drivers/gpu/drm \
18971c
         | drm_module_filter) ; do
18971c
         # if the hardware is present, include module even if it is not currently loaded,