[Intel-gfx] [PATCH] HAX: ignore fbcon entirely. ;D

Maarten Lankhorst maarten.lankhorst at linux.intel.com
Fri Oct 20 15:05:37 UTC 2017


Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
---
 drivers/gpu/drm/drm_fb_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c
index 5cf54555da41..d1fdc32f3ff7 100644
--- a/drivers/gpu/drm/drm_fb_helper.c
+++ b/drivers/gpu/drm/drm_fb_helper.c
@@ -43,7 +43,7 @@
 
 #include "drm_crtc_helper_internal.h"
 
-static bool drm_fbdev_emulation = true;
+static bool drm_fbdev_emulation;
 module_param_named(fbdev_emulation, drm_fbdev_emulation, bool, 0600);
 MODULE_PARM_DESC(fbdev_emulation,
 		 "Enable legacy fbdev emulation [default=true]");
-- 
2.14.1



More information about the Intel-gfx mailing list