From: Neil Armstrong <neil.armstrong@linaro.org>
To: Doug Anderson <dianders@chromium.org>
Cc: Jessica Zhang <quic_jesszhan@quicinc.com>,
David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] drm/panel: add BOE tv101wum-ll2 panel driver
Date: Wed, 28 Aug 2024 11:02:05 +0200 [thread overview]
Message-ID: <e3dee615-1df5-400c-82a3-3baff08c66bf@linaro.org> (raw)
In-Reply-To: <dfb29dca-7110-4c11-b86e-9063f71a8ada@linaro.org>
On 24/07/2024 09:50, Neil Armstrong wrote:
> On 23/07/2024 21:17, Doug Anderson wrote:
>> Hi,
>>
>> On Tue, Jul 9, 2024 at 6:06 AM Neil Armstrong <neil.armstrong@linaro.org> wrote:
>>>
<snip>
>>
>>> +static int boe_tv101wum_ll2_get_modes(struct drm_panel *panel,
>>> + struct drm_connector *connector)
>>> +{
>>> + return drm_connector_helper_get_modes_fixed(connector, &boe_tv101wum_ll2_mode);
>>
>> Random question for you: on panels that don't use the
>> drm_connector_helper the "bpc" gets set here. Is there a reason why
>> some panel drivers (like this one) don't set bpc?
>
> Good question, I'll check
Ok so the documentation says :
https://elixir.bootlin.com/linux/v6.11-rc5/source/include/drm/drm_connector.h#L698
* @bpc: Maximum bits per color channel. Used by HDMI and DP outputs.
and looking at the code, all drivers considers bpc=8 when unset.
but yeah ultimately drm_connector_helper_get_modes_fixed should have a variant to set the bpc
when != 8.
In this case it's useless.
Neil
<snip>
next prev parent reply other threads:[~2024-08-28 9:02 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-09 13:05 [PATCH 0/2] drm/panel: add support for the BOE TV101WUM-LL2 DSI Display Panel Neil Armstrong
2024-07-09 13:05 ` [PATCH 1/2] dt-bindings: display: panel: document " Neil Armstrong
2024-07-10 13:54 ` Conor Dooley
2024-07-09 13:05 ` [PATCH 2/2] drm/panel: add BOE tv101wum-ll2 panel driver Neil Armstrong
2024-07-23 7:16 ` Neil Armstrong
2024-07-23 19:17 ` Doug Anderson
2024-07-24 7:50 ` Neil Armstrong
2024-07-24 16:15 ` Doug Anderson
2024-08-28 9:02 ` Neil Armstrong [this message]
2024-08-28 15:19 ` [PATCH 0/2] drm/panel: add support for the BOE TV101WUM-LL2 DSI Display Panel 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=e3dee615-1df5-400c-82a3-3baff08c66bf@linaro.org \
--to=neil.armstrong@linaro.org \
--cc=airlied@gmail.com \
--cc=conor+dt@kernel.org \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=quic_jesszhan@quicinc.com \
--cc=robh@kernel.org \
--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).