mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
lcd: update bist index on t6d [2/2]
PD#SWPL-186989 Problem: want to support x icon,but it doesn't work Solution: 1.reserve bist index 9 to be consistent with the other chips 2.set description to Not support and the function is same as None Verify: T6D-BR301 Change-Id: I2992eb0a543b2840b8c1b69fbfa97d873d2ce1f9 Signed-off-by: chenyang.liu <chenyang.liu@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
05fac0ce72
commit
10661f0a43
@@ -707,6 +707,7 @@ struct lcd_vmode_mgr_s {
|
||||
struct lcd_data_s {
|
||||
enum lcd_chip_e chip_type;
|
||||
const char *chip_name;
|
||||
unsigned char rev_type;
|
||||
int *reg_map_table;
|
||||
unsigned char drv_max;
|
||||
unsigned int offset_venc[LCD_MAX_DRV];
|
||||
|
||||
Reference in New Issue
Block a user