| Knut Petersen | 9fa68ea | 2005-09-09 13:04:56 -0700 | [diff] [blame] | 1 | TODO / Missing features | 
|  | 2 | ======================= | 
|  | 3 |  | 
|  | 4 | Verify LCD stuff		"stretch" and "center" options are | 
|  | 5 | completely untested ... this code needs to be | 
|  | 6 | verified. As I don't have access to such | 
|  | 7 | hardware, please contact me if you are | 
|  | 8 | willing run some tests. | 
|  | 9 |  | 
|  | 10 | Interlaced video modes		The reason that interleaved | 
|  | 11 | modes are disabled is that I do not know | 
|  | 12 | the meaning of the vertical interlace | 
|  | 13 | parameter. Also the datasheet mentions a | 
|  | 14 | bit d8 of a horizontal interlace parameter, | 
|  | 15 | but nowhere the lower 8 bits. Please help | 
|  | 16 | if you can. | 
|  | 17 |  | 
|  | 18 | low-res double scan modes	Who needs it? | 
|  | 19 |  | 
|  | 20 | accelerated color blitting	Who needs it? The console driver does use color | 
|  | 21 | blitting for nothing but drawing the penguine, | 
|  | 22 | everything else is done using color expanding | 
|  | 23 | blitting of 1bpp character bitmaps. | 
|  | 24 |  | 
| Knut Petersen | 9fa68ea | 2005-09-09 13:04:56 -0700 | [diff] [blame] | 25 | ioctls				Who needs it? | 
|  | 26 |  | 
| Knut Petersen | 44637a1 | 2006-01-09 15:04:20 +0100 | [diff] [blame] | 27 | TV-out				Will be done later. Use "vga= " at boot time | 
|  | 28 | to set a suitable video mode. | 
| Knut Petersen | 9fa68ea | 2005-09-09 13:04:56 -0700 | [diff] [blame] | 29 |  | 
|  | 30 | ???				Feel free to contact me if you have any | 
|  | 31 | feature requests |