diff options
author | Sangjin Kim <sangjin3.kim@samsung.com> | 2013-08-12 12:01:35 +0900 |
---|---|---|
committer | Kitae Kim <kt920.kim@samsung.com> | 2013-09-23 14:10:52 +0900 |
commit | fdca5b87706e1fbf64765524dc24dc405e333e9d (patch) | |
tree | 27e16badcf6021b1ca2bf5ff473551365b9942c1 | |
parent | 2cb6da52aedfac4752d8c89792fabd134000129d (diff) | |
download | vgabios-fdca5b87706e1fbf64765524dc24dc405e333e9d.tar.gz vgabios-fdca5b87706e1fbf64765524dc24dc405e333e9d.tar.bz2 vgabios-fdca5b87706e1fbf64765524dc24dc405e333e9d.zip |
Support qHD(540x960) resoultion.
Change-Id: I4f8949a7b44640abfc46cbe9b721ab66e74a70f8
Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
-rw-r--r-- | vbetables-gen.c | 49 |
1 files changed, 1 insertions, 48 deletions
diff --git a/vbetables-gen.c b/vbetables-gen.c index ac711ac..1a50c2a 100644 --- a/vbetables-gen.c +++ b/vbetables-gen.c @@ -41,53 +41,6 @@ ModeInfo modes[] = { { 1600, 1200, 16 , 0x11E}, { 1600, 1200, 24 , 0x11F}, - /* BOCHS/PLEX86 'own' mode numbers */ -// It is not necessary... commented out... -/* -{ 320, 200, 32 , 0x140}, -{ 640, 400, 32 , 0x141}, -{ 640, 480, 32 , 0x142}, -{ 800, 600, 32 , 0x143}, -{ 1024, 768, 32 , 0x144}, -{ 1280, 1024, 32 , 0x145}, -{ 320, 200, 8 , 0x146}, -{ 1600, 1200, 32 , 0x147}, -{ 1152, 864, 8 , 0x148}, -{ 1152, 864, 15 , 0x149}, -{ 1152, 864, 16 , 0x14a}, -{ 1152, 864, 24 , 0x14b}, -{ 1152, 864, 32 , 0x14c}, -{ 1280, 768, 16 , 0x175}, -{ 1280, 768, 24 , 0x176}, -{ 1280, 768, 32 , 0x177}, -{ 1280, 800, 16 , 0x178}, -{ 1280, 800, 24 , 0x179}, -{ 1280, 800, 32 , 0x17a}, -{ 1280, 960, 16 , 0x17b}, -{ 1280, 960, 24 , 0x17c}, -{ 1280, 960, 32 , 0x17d}, -{ 1440, 900, 16 , 0x17e}, -{ 1440, 900, 24 , 0x17f}, -{ 1440, 900, 32 , 0x180}, -{ 1400, 1050, 16 , 0x181}, -{ 1400, 1050, 24 , 0x182}, -{ 1400, 1050, 32 , 0x183}, -{ 1680, 1050, 16 , 0x184}, -{ 1680, 1050, 24 , 0x185}, -{ 1680, 1050, 32 , 0x186}, -{ 1920, 1200, 16 , 0x187}, -{ 1920, 1200, 24 , 0x188}, -{ 1920, 1200, 32 , 0x189}, -{ 2560, 1600, 16 , 0x18a}, -{ 2560, 1600, 24 , 0x18b}, -{ 2560, 1600, 32 , 0x18c}, -{ 1280, 720, 16 , 0x18d}, -{ 1280, 720, 24 , 0x18e}, -{ 1280, 720, 32 , 0x18f}, -{ 1920, 1080, 16 , 0x190}, -{ 1920, 1080, 24 , 0x191}, -{ 1920, 1080, 32 , 0x192}, -*/ // by caramis... for 'stdvga ext' // add new mode for mobile... @@ -117,7 +70,7 @@ ModeInfo modes[] = { { 1080, 1920, 16 , 0x17e}, { 1080, 1920, 24 , 0x17f}, { 1080, 1920, 32 , 0x180}, -{ 600, 1024, 32 , 0x181}, +{ 540, 960, 32 , 0x181}, // { 0, }, |