All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: Look for DRM drivers in the staging directory
@ 2017-12-12 14:27 Carlo Caione
       [not found] ` <20171212142718.11451-1-carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Carlo Caione @ 2017-12-12 14:27 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA, linux-6IF/jdPJHihWk0Htik3J/w,
	hdegoede-H+wXaHxf7aLQT0dZR+AlfA
  Cc: Carlo Caione

From: Carlo Caione <carlo-6IF/jdPJHihWk0Htik3J/w@public.gmane.org>

The recently upstreamed virtualbox video driver (vboxvideo) is shipped
in the staging directory. We need to probe it before Xorg is loaded to
avoid a corrupted X.

In general it is a good practice to look also in the staging directory
for DRM drivers.

Signed-off-by: Carlo Caione <carlo-6IF/jdPJHihWk0Htik3J/w@public.gmane.org>
---
 modules.d/50drm/module-setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules.d/50drm/module-setup.sh b/modules.d/50drm/module-setup.sh
index 2014539a..382f51a9 100755
--- a/modules.d/50drm/module-setup.sh
+++ b/modules.d/50drm/module-setup.sh
@@ -40,6 +40,6 @@ installkernel() {
             fi
         done
     else
-        dracut_instmods -s "drm_crtc_init" "=drivers/gpu/drm"
+        dracut_instmods -s "drm_crtc_init" "=drivers/gpu/drm" "=drivers/staging"
     fi
 }
-- 
2.14.1

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

* Re: [PATCH] drm: Look for DRM drivers in the staging directory
       [not found] ` <20171212142718.11451-1-carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
@ 2017-12-12 15:04   ` Dracut GitHub Import Bot
  0 siblings, 0 replies; 2+ messages in thread
From: Dracut GitHub Import Bot @ 2017-12-12 15:04 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA

Patchset imported to github.
Pull request:
<https://github.com/dracutdevs/dracut/compare/master...dracut-mailing-devs:20171212142718.11451-1-carlo%40caione.org>


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

end of thread, other threads:[~2017-12-12 15:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-12 14:27 [PATCH] drm: Look for DRM drivers in the staging directory Carlo Caione
     [not found] ` <20171212142718.11451-1-carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
2017-12-12 15:04   ` Dracut GitHub Import Bot

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.