Hello,
On 10/17/19 10:33 PM, Uwe Kleine-König wrote:
For cbvga only modes with MM_DIRECT are usable, so skip the other ones. This effectively adds the following modes:
{ 0x10D, { MM_DIRECT, 320, 200, 15, 8, 16, SEG_GRAPH } }, { 0x10E, { MM_DIRECT, 320, 200, 16, 8, 16, SEG_GRAPH } }, { 0x10F, { MM_DIRECT, 320, 200, 24, 8, 16, SEG_GRAPH } }, { 0x140, { MM_DIRECT, 320, 200, 32, 8, 16, SEG_GRAPH } },
Signed-off-by: Uwe Kleine-König uwe@kleine-koenig.org
I fatfingered the version of this patch series in the Subject, this is actually v4, not v2. The only change since v3 is that I added a Signed-off-by line for me.
Best regards Uwe