summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-h300.c (follow)
Commit message (Expand)AuthorAge
* More exodus to the target tree for ColdFire and a bonus sorting of firmware/S...Michael Sevakis2006-11-08
* H300, X5: Faster lcd_yuv_blit() using EMAC. Speedup of the function itself at...Jens Arnold2006-11-04
* H300: (1) Use DMA for LCD updates, with auto-aligned line reads. Speeds up LC...Jens Arnold2006-11-02
* H300: * Assembler optimised lcd_yuv_blit(), based on the X5 version. 23..31% ...Jens Arnold2006-08-23
* H300: * Implemented lcd_yuv_blit(). Speeds up video playback by about 7%. No ...Jens Arnold2006-08-08
* H300: Cut-down LCD init & working display flip.Jens Arnold2006-03-17
* Removed lcd_roll() and lcd_remote_roll() functions. These functions were not ...Jens Arnold2006-03-11
* H300: lcd_write_data() in pure asm, essentially the same speed as before, but...Jens Arnold2006-02-05
* Don't init the lcd twice - once on lcd_init_device and the other one on first...Hristo Kovachev2006-01-09
* Patch #1392287 by Brandon Low - faster LCD update for H300 with ASMLinus Nielsen Feltzing2005-12-28
* Reverted the H300 LCD DMA patch, since it iterfered with the recording DMALinus Nielsen Feltzing2005-12-22
* H300: Roughly 20% faster LCD updates with DMALinus Nielsen Feltzing2005-12-21
* patch #1385256 by Hristo Kovachev - Turn off H300 LCD while backlight is offLinus Nielsen Feltzing2005-12-20
* Patch #1377879 by Anders Kagerin - faster lcd_update_rect() for h300Linus Nielsen Feltzing2005-12-11
* Moved some often-used parts of the LCD driver into IRAM.Jens Arnold2005-11-17
* 16bit colour support (H300) for the win32 simulator.Jens Arnold2005-11-15
* First version of the H300 LCD driverLinus Nielsen Feltzing2005-11-14