[v2 0/2] Add driver for BOE tv110c9m-ll3 panel
yangcong
yangcong5 at huaqin.corp-partner.google.com
Tue Aug 24 01:41:24 UTC 2021
Hi Sam,
This driver support boe tv1110c9m-ll3 and inx hj110iz-01a panel.The IC chip is used NT36523, which is a new IC.
1: panel-boe-tv101wum-nl6.c driver cannot meet the timing requirements of the current two panel.
2: The screen cannot be work in HS mode, panel-boe-tv101wum-nl6.c will switch to HS mode when boe_panel_enter_sleep_mode.
static int boe_panel_enter_sleep_mode(struct boe_panel *boe)
{
struct mipi_dsi_device *dsi = boe->dsi;
int ret;
dsi->mode_flags &= ~MIPI_DSI_MODE_LPM;
...
...
}
thanks.
More information about the dri-devel
mailing list