dect
/
linux-2.6
Archived
13
0
Fork 0

arm: da850: configure LCDC fifo threshold

Configure fifo threshold in raster dma_control register to
512 bytes. This reduces LCDC underflow errors.

Signed-off-by: Manjunathappa, Prakash <prakash.pm@ti.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
This commit is contained in:
Manjunathappa, Prakash 2012-07-18 21:04:57 +05:30 committed by Florian Tobias Schandinat
parent fb8fa94319
commit a652aa79a9
1 changed files with 1 additions and 0 deletions

View File

@ -546,6 +546,7 @@ static struct lcd_ctrl_config lcd_cfg = {
.sync_edge = 0,
.sync_ctrl = 1,
.raster_order = 0,
.fifo_th = 6,
};
struct da8xx_lcdc_platform_data sharp_lcd035q3dg01_pdata = {