[SeaBIOS] [PATCH] vgasrc: add HDTV resolutions (1280x768, 1280x720, 1920x1080)

Michael Tokarev mjt at tls.msk.ru
Sat Nov 30 10:29:09 CET 2013


30.11.2013 03:18, Kevin O'Connor wrote:
[]
>>      { 0x18c, { MM_DIRECT, 2560, 1600, 32, 8, 16, SEG_GRAPH } },
>> +    { 0x18d, { MM_DIRECT, 1280, 720,  16, 8, 16, SEG_GRAPH } },
>> +    { 0x18d, { MM_DIRECT, 1280, 720,  24, 8, 16, SEG_GRAPH } },
>> +    { 0x18e, { MM_DIRECT, 1280, 720,  32, 8, 16, SEG_GRAPH } },
>> +    { 0x18f, { MM_DIRECT, 1280, 720,  16, 8, 16, SEG_GRAPH } },
> 
> Something's not right here (two 0x18d, 0x18f has 16bit bpp).

Duh.  I fixed it in the working tree but forgot to commit--amend the fix.
I'll send a v2.  Thank you!

/mjt



More information about the SeaBIOS mailing list