dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: yangcong <yangcong5@huaqin.corp-partner.google.com>
To: sam@ravnborg.org
Cc: airlied@linux.ie, daniel@ffwll.ch, devicetree@vger.kernel.org,
	dianders@google.com, dri-devel@lists.freedesktop.org,
	linux-kernel@vger.kernel.org, thierry.reding@gmail.com,
	yangcong5@huaqin.corp-partner.google.com
Subject: Re: [v2 0/2] Add driver for BOE tv110c9m-ll3 panel
Date: Tue, 24 Aug 2021 09:41:24 +0800	[thread overview]
Message-ID: <20210824014124.1080798-1-yangcong5@huaqin.corp-partner.google.com> (raw)
In-Reply-To: <YSPAseE6WD8dDRuz@ravnborg.org>

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.

  reply	other threads:[~2021-08-24  1:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-23 11:51 [v2 0/2] Add driver for BOE tv110c9m-ll3 panel yangcong
2021-08-23 11:51 ` [v2 1/2] drm/panel: support for BOE tv1110c9m-ll3 wuxga dsi video mode panel yangcong
2021-08-23 11:51 ` [v2 2/2] dt-bindngs: display: panel: Add BOE tv110c9m-ll3 panel bindings yangcong
2021-08-23 13:30   ` Rob Herring
2021-08-23 15:37 ` [v2 0/2] Add driver for BOE tv110c9m-ll3 panel Sam Ravnborg
2021-08-24  1:41   ` yangcong [this message]
2021-08-26 17:17     ` Doug Anderson
2021-08-27 13:47       ` Doug Anderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210824014124.1080798-1-yangcong5@huaqin.corp-partner.google.com \
    --to=yangcong5@huaqin.corp-partner.google.com \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@google.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.org \
    --cc=thierry.reding@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).