summarylogtreecommitdiffstats
path: root/force_output.patch
diff options
context:
space:
mode:
Diffstat (limited to 'force_output.patch')
-rw-r--r--force_output.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/force_output.patch b/force_output.patch
new file mode 100644
index 000000000000..ebdd1ae54ce7
--- /dev/null
+++ b/force_output.patch
@@ -0,0 +1,13 @@
+diff --git a/module/evdi_fb.c b/module/evdi_fb.c
+index af88ea1..52e4af6 100644
+--- a/module/evdi_fb.c
++++ b/module/evdi_fb.c
+@@ -367,7 +367,7 @@ static int evdifb_create(struct drm_fb_helper *helper,
+ info->fix.smem_len = size;
+ info->fix.smem_start = (unsigned long)ufbdev->ufb.obj->vmapping;
+
+- info->flags = FBINFO_DEFAULT | FBINFO_CAN_FORCE_OUTPUT;
++ info->flags = FBINFO_DEFAULT;
+ info->fbops = &evdifb_ops;
+ #if KERNEL_VERSION(4, 11, 0) > LINUX_VERSION_CODE
+ drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth);