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

Kevin O'Connor kevin at koconnor.net
Sat Nov 30 19:02:09 CET 2013


On Sat, Nov 30, 2013 at 01:29:15PM +0400, Michael Tokarev wrote:
[...]
> @@ -89,6 +92,12 @@ static struct bochsvga_mode
>      { 0x18a, { MM_DIRECT, 2560, 1600, 16, 8, 16, SEG_GRAPH } },
>      { 0x18b, { MM_DIRECT, 2560, 1600, 24, 8, 16, SEG_GRAPH } },
>      { 0x18c, { MM_DIRECT, 2560, 1600, 32, 8, 16, SEG_GRAPH } },
> +    { 0x18d, { MM_DIRECT, 1280, 720,  16, 8, 16, SEG_GRAPH } },
> +    { 0x18e, { MM_DIRECT, 1280, 720,  24, 8, 16, SEG_GRAPH } },
> +    { 0x18f, { MM_DIRECT, 1280, 720,  32, 8, 16, SEG_GRAPH } },
> +    { 0x190, { MM_DIRECT, 1920, 1080, 16  8, 16, SEG_GRAPH } },
> +    { 0x191, { MM_DIRECT, 1920, 1080, 24  8, 16, SEG_GRAPH } },

The patch was missing a comma after the 16 and 24.  I fixed it up and
added the result into a patch series I just sent to the list.

-Kevin



More information about the SeaBIOS mailing list