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:
committed by
Florian Tobias Schandinat
parent
fb8fa94319
commit
a652aa79a9
@@ -546,6 +546,7 @@ static struct lcd_ctrl_config lcd_cfg = {
|
|||||||
.sync_edge = 0,
|
.sync_edge = 0,
|
||||||
.sync_ctrl = 1,
|
.sync_ctrl = 1,
|
||||||
.raster_order = 0,
|
.raster_order = 0,
|
||||||
|
.fifo_th = 6,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct da8xx_lcdc_platform_data sharp_lcd035q3dg01_pdata = {
|
struct da8xx_lcdc_platform_data sharp_lcd035q3dg01_pdata = {
|
||||||
|
Reference in New Issue
Block a user