Blame SOURCES/edk2-Revert-MdeModulePkg-TerminalDxe-add-other-text-resol.patch

795857
From ca0c903fb6d028d679e7afef22d70914ad920212 Mon Sep 17 00:00:00 2001
795857
From: Gerd Hoffmann <kraxel@redhat.com>
795857
Date: Tue, 14 Feb 2023 12:48:06 +0100
795857
Subject: [PATCH] Revert "MdeModulePkg: TerminalDxe: add other text resolutions
795857
 (RHEL only)"
795857
795857
RH-Author: Gerd Hoffmann <kraxel@redhat.com>
795857
RH-MergeRequest: 28: Revert "MdeModulePkg: TerminalDxe: add other text resolutions (RHEL only)"
795857
RH-Bugzilla: 2162307
795857
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
795857
RH-Commit: [1/1] aa3432ccf8e01b9e9058fe82a6a22c28137b8b4c (kraxel/centos-edk2)
795857
795857
This reverts commit cef6b69ea8f009aeba50b2f4b69889f9500fa585.
795857
---
795857
 .../Universal/Console/TerminalDxe/Terminal.c  | 41 ++-----------------
795857
 1 file changed, 3 insertions(+), 38 deletions(-)
795857
795857
diff --git a/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c b/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c
795857
index dfd9c96773..e2d779c783 100644
795857
--- a/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c
795857
+++ b/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c
795857
@@ -112,44 +112,9 @@ TERMINAL_DEV  mTerminalDevTemplate = {
795857
 };
795857
 
795857
 TERMINAL_CONSOLE_MODE_DATA  mTerminalConsoleModeData[] = {
795857
-  {   80,  25 }, // from graphics resolution  640 x  480
795857
-  {   80,  50 }, // from graphics resolution  640 x  960
795857
-  {  100,  25 }, // from graphics resolution  800 x  480
795857
-  {  100,  31 }, // from graphics resolution  800 x  600
795857
-  {  104,  32 }, // from graphics resolution  832 x  624
795857
-  {  120,  33 }, // from graphics resolution  960 x  640
795857
-  {  128,  31 }, // from graphics resolution 1024 x  600
795857
-  {  128,  40 }, // from graphics resolution 1024 x  768
795857
-  {  144,  45 }, // from graphics resolution 1152 x  864
795857
-  {  144,  45 }, // from graphics resolution 1152 x  870
795857
-  {  160,  37 }, // from graphics resolution 1280 x  720
795857
-  {  160,  40 }, // from graphics resolution 1280 x  760
795857
-  {  160,  40 }, // from graphics resolution 1280 x  768
795857
-  {  160,  42 }, // from graphics resolution 1280 x  800
795857
-  {  160,  50 }, // from graphics resolution 1280 x  960
795857
-  {  160,  53 }, // from graphics resolution 1280 x 1024
795857
-  {  170,  40 }, // from graphics resolution 1360 x  768
795857
-  {  170,  40 }, // from graphics resolution 1366 x  768
795857
-  {  175,  55 }, // from graphics resolution 1400 x 1050
795857
-  {  180,  47 }, // from graphics resolution 1440 x  900
795857
-  {  200,  47 }, // from graphics resolution 1600 x  900
795857
-  {  200,  63 }, // from graphics resolution 1600 x 1200
795857
-  {  210,  55 }, // from graphics resolution 1680 x 1050
795857
-  {  240,  56 }, // from graphics resolution 1920 x 1080
795857
-  {  240,  63 }, // from graphics resolution 1920 x 1200
795857
-  {  240,  75 }, // from graphics resolution 1920 x 1440
795857
-  {  250, 105 }, // from graphics resolution 2000 x 2000
795857
-  {  256,  80 }, // from graphics resolution 2048 x 1536
795857
-  {  256, 107 }, // from graphics resolution 2048 x 2048
795857
-  {  320,  75 }, // from graphics resolution 2560 x 1440
795857
-  {  320,  84 }, // from graphics resolution 2560 x 1600
795857
-  {  320, 107 }, // from graphics resolution 2560 x 2048
795857
-  {  350, 110 }, // from graphics resolution 2800 x 2100
795857
-  {  400, 126 }, // from graphics resolution 3200 x 2400
795857
-  {  480, 113 }, // from graphics resolution 3840 x 2160
795857
-  {  512, 113 }, // from graphics resolution 4096 x 2160
795857
-  {  960, 227 }, // from graphics resolution 7680 x 4320
795857
-  { 1024, 227 }, // from graphics resolution 8192 x 4320
795857
+  { 80,  25 },
795857
+  { 80,  50 },
795857
+  { 100, 31 },
795857
   //
795857
   // New modes can be added here.
795857
   //
795857
-- 
795857
2.31.1
795857