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

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