mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
vpp: update ofifo vs_pol config for tl1 [1/1]
PD#SWPL-3049 Problem: vpp ofifo positive vs_pol can't fit all the display situation Solution: change vpp ofifo vs_pol to negative Verify: x301 Change-Id: I539c3514c0f3638a9d90c9c4a71a6c9863dac79a Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com> Conflicts: drivers/amlogic/media/vout/lcd/lcd_tablet/lcd_drv.c drivers/amlogic/media/vout/lcd/lcd_tv/lcd_drv.c
This commit is contained in:
@@ -376,7 +376,6 @@ static void lcd_venc_set(struct lcd_config_s *pconf)
|
||||
|
||||
switch (lcd_drv->data->chip_type) {
|
||||
case LCD_CHIP_TL1:
|
||||
case LCD_CHIP_TM2:
|
||||
/*[15:14]: 2'b10 or 2'b01*/
|
||||
lcd_vcbus_write(ENCL_INBUF_CNTL1, (2 << 14) | (h_active - 1));
|
||||
lcd_vcbus_write(ENCL_INBUF_CNTL0, 0x200);
|
||||
|
||||
@@ -433,7 +433,6 @@ static void lcd_venc_set(struct lcd_config_s *pconf)
|
||||
|
||||
switch (lcd_drv->data->chip_type) {
|
||||
case LCD_CHIP_TL1:
|
||||
case LCD_CHIP_TM2:
|
||||
/*[15:14]: 2'b10 or 2'b01*/
|
||||
lcd_vcbus_write(ENCL_INBUF_CNTL1, (2 << 14) | (h_active - 1));
|
||||
lcd_vcbus_write(ENCL_INBUF_CNTL0, 0x200);
|
||||
|
||||
Reference in New Issue
Block a user