From: Neil Armstrong <neil.armstrong@linaro.org>
To: Tony Lindgren <tony@atomide.com>,
Jessica Zhang <quic_jesszhan@quicinc.com>,
Sam Ravnborg <sam@ravnborg.org>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>
Cc: Carl Philipp Klemm <philipp@uvos.xyz>,
Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>,
Merlijn Wajer <merlijn@wizzup.org>, Pavel Machek <pavel@ucw.cz>,
Sebastian Reichel <sre@kernel.org>,
Thierry Reding <thierry.reding@gmail.com>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 2/2] drm/panel: simple: Add BOE BP101WX1-100 panel
Date: Tue, 5 Dec 2023 09:12:17 +0100 [thread overview]
Message-ID: <bc46f8da-8076-4586-a31e-84ab08feadfe@linaro.org> (raw)
In-Reply-To: <20231127051547.15023-2-tony@atomide.com>
On 27/11/2023 06:15, Tony Lindgren wrote:
> This panel is found on Motorola mapphone tablets from mz615 to mz617.
>
> Signed-off-by: Tony Lindgren <tony@atomide.com>
> ---
> drivers/gpu/drm/panel/panel-simple.c | 32 ++++++++++++++++++++++++++++
> 1 file changed, 32 insertions(+)
>
> diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
> --- a/drivers/gpu/drm/panel/panel-simple.c
> +++ b/drivers/gpu/drm/panel/panel-simple.c
> @@ -1324,6 +1324,35 @@ static const struct panel_desc bananapi_s070wv20_ct16 = {
> },
> };
>
> +static const struct drm_display_mode boe_bp101wx1_100_mode = {
> + .clock = 78945,
> + .hdisplay = 1280,
> + .hsync_start = 1280 + 0,
> + .hsync_end = 1280 + 0 + 2,
> + .htotal = 1280 + 62 + 0 + 2,
> + .vdisplay = 800,
> + .vsync_start = 800 + 8,
> + .vsync_end = 800 + 8 + 2,
> + .vtotal = 800 + 6 + 8 + 2,
> +};
> +
> +static const struct panel_desc boe_bp101wx1_100 = {
> + .modes = &boe_bp101wx1_100_mode,
> + .num_modes = 1,
> + .bpc = 8,
> + .size = {
> + .width = 217,
> + .height = 136,
> + },
> + .delay = {
> + .enable = 50,
> + .disable = 50,
> + },
> + .bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA,
> + .bus_flags = DRM_BUS_FLAG_DE_HIGH,
> + .connector_type = DRM_MODE_CONNECTOR_LVDS,
> +};
> +
> static const struct display_timing boe_ev121wxm_n10_1850_timing = {
> .pixelclock = { 69922000, 71000000, 72293000 },
> .hactive = { 1280, 1280, 1280 },
> @@ -4252,6 +4281,9 @@ static const struct of_device_id platform_of_match[] = {
> }, {
> .compatible = "bananapi,s070wv20-ct16",
> .data = &bananapi_s070wv20_ct16,
> + }, {
> + .compatible = "boe,bp101wx1-100",
> + .data = &boe_bp101wx1_100,
> }, {
> .compatible = "boe,ev121wxm-n10-1850",
> .data = &boe_ev121wxm_n10_1850,
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
next prev parent reply other threads:[~2023-12-05 8:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-27 5:15 [PATCH 1/2] dt-bindings: display: simple: Add boe,bp101wx1-100 panel Tony Lindgren
2023-11-27 5:15 ` [PATCH 2/2] drm/panel: simple: Add BOE BP101WX1-100 panel Tony Lindgren
2023-12-05 8:12 ` Neil Armstrong [this message]
2023-11-27 9:29 ` [PATCH 1/2] dt-bindings: display: simple: Add boe,bp101wx1-100 panel Krzysztof Kozlowski
2023-12-05 8:26 ` Neil Armstrong
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=bc46f8da-8076-4586-a31e-84ab08feadfe@linaro.org \
--to=neil.armstrong@linaro.org \
--cc=airlied@gmail.com \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=ivo.g.dimitrov.75@gmail.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=merlijn@wizzup.org \
--cc=mripard@kernel.org \
--cc=pavel@ucw.cz \
--cc=philipp@uvos.xyz \
--cc=quic_jesszhan@quicinc.com \
--cc=sam@ravnborg.org \
--cc=sre@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=tony@atomide.com \
--cc=tzimmermann@suse.de \
/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).