trs80m1: correct some graphics reporting
authorAlan Cox <alan@linux.intel.com>
Sun, 8 Jul 2018 23:08:35 +0000 (00:08 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 8 Jul 2018 23:08:35 +0000 (00:08 +0100)
Kernel/platform-trs80m1/devgfx.c

index 49afc26..bbc23c8 100644 (file)
@@ -83,7 +83,7 @@ static struct display trsdisplay[6] = {
     255, 255,
     FMT_VDP,
     HW_VDP_9918A,
-    GFX_MAPPABLE,      /* We don't support it as a console yet */
+    GFX_MULTIMODE|GFX_MAPPABLE,        /* We don't support it as a console yet */
     16,
     0
   },
@@ -95,7 +95,7 @@ static struct display trsdisplay[6] = {
     255, 255,
     FMT_MONO_WB,
     HW_LOWE_LE18,
-    GFX_MAPPABLE,      /* We don't support it as a console yet */
+    GFX_MULTIMODE|GFX_MAPPABLE|GFX_TEXT,
     16,
     0
   }