From: Nicolas Dufresne <nicolas.dufresne@collabora.com>
To: Dmitry Osipenko <dmitry.osipenko@collabora.com>,
Diederik de Haas <didi.debian@cknow.org>,
Shreeya Patel <shreeya.patel@collabora.com>,
Heiko Stuebner <heiko@sntech.de>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Hans Verkuil <hverkuil@xs4all.nl>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
jose.abreu@synopsys.com, nelson.costa@synopsys.com,
shawn.wen@rock-chips.com,
Sebastian Reichel <sebastian.reichel@collabora.com>
Cc: kernel@collabora.com, linux-media@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-rockchip@lists.infradead.org, Tim Surber <me@timsurber.de>,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Subject: Re: [PATCH v10 3/6] media: platform: synopsys: Add support for HDMI input driver
Date: Thu, 27 Feb 2025 14:40:06 -0500 [thread overview]
Message-ID: <3872267b32d1386827635f15eda99d2709b44a96.camel@collabora.com> (raw)
In-Reply-To: <f0c3a16e-c4a2-4cd9-9afa-a21a975a45c9@collabora.com>
Le jeudi 27 février 2025 à 08:28 +0300, Dmitry Osipenko a écrit :
> On 2/26/25 18:14, Diederik de Haas wrote:
> > > +config VIDEO_SYNOPSYS_HDMIRX_LOAD_DEFAULT_EDID
> > > + bool "Load default EDID"
> > > + depends on VIDEO_SYNOPSYS_HDMIRX
> > > + help
> > > + Preload default EDID (Extended Display Identification Data).
> > I see some value in making explicit what you mean by EDID ...
> >
> > > + EDID contains information about the capabilities of the display,
> > > + such as supported resolutions, refresh rates, and audio formats.
> > ... I do not think a/this Kconfig needs to explain it.
> >
> > > +
> > > + Enabling this option is recommended for a non-production use-cases.
> > My guess is that it could be useful for development/debugging/CI work
> > which possibly do not have an actual device (monitor) which provides
> > actual EDID data? Is CI work the reason why you (initially) enabled it
> > in the defconfig?
> > But when you have an actual monitor (=production use-case?), you
> > (really) do not want it? Would it be harmless if 'still' enabled?
>
> Disabling this option is only relevant if you're making a commercial
> product using this driver. It's a quite widespread issue that HDMI
> projectors utilize default EDID that comes from BSP driver they use,
> while a rebrand EDID should be used. Keeping this option enabled is
> harmless, but you don't want to do it in a product.
>
> For all other use-cases you would want to enable this option, otherwise
> driver won't be usable until you will load EDID from userspace.
>
> Hans has strong opinion RE this option and wants to have it disabled by
> default.
Hans, can you detail your reasons ? We personally make default config
toward generic Linux distributions. If you don't turn this on, the
driver won't work with any existing userspace (OBS, GStreamer, Web
browsers, etc). While having it disabled, to avoid not having your
brand or specific choices on the first go is clearly the "specialized"
usage and configuration.
>
> > Thus a more extensive description what this Kconfig item does and why
> > and when I want to enable it or not, seems more useful to me.
>
> Will update and expand the description with more clarification. Thanks
> for suggestion.
>
regards,
--
Nicolas Dufresne
Principal Engineer at Collabora
next prev parent reply other threads:[~2025-02-27 19:40 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-25 18:30 [PATCH v10 0/6] Add Synopsys DesignWare HDMI RX Controller Dmitry Osipenko
2025-02-25 18:30 ` [PATCH v10 1/6] MAINTAINERS: Add entry for Synopsys DesignWare HDMI RX Driver Dmitry Osipenko
2025-02-26 8:44 ` Krzysztof Kozlowski
2025-02-26 9:24 ` Dmitry Osipenko
2025-02-25 18:30 ` [PATCH v10 2/6] dt-bindings: media: Document bindings for HDMI RX Controller Dmitry Osipenko
2025-02-25 18:30 ` [PATCH v10 3/6] media: platform: synopsys: Add support for HDMI input driver Dmitry Osipenko
2025-02-26 8:47 ` Hans Verkuil
2025-02-26 9:24 ` Dmitry Osipenko
2025-02-26 15:14 ` Diederik de Haas
2025-02-27 5:28 ` Dmitry Osipenko
2025-02-27 11:16 ` Diederik de Haas
2025-02-27 19:40 ` Nicolas Dufresne [this message]
2025-02-25 18:30 ` [PATCH v10 4/6] arm64: dts: rockchip: Add device tree support for HDMI RX Controller Dmitry Osipenko
2025-02-25 18:30 ` [PATCH v10 5/6] arm64: dts: rockchip: Enable HDMI receiver on rock-5b Dmitry Osipenko
2025-02-25 18:30 ` [PATCH v10 6/6] arm64: defconfig: Enable Synopsys HDMI receiver Dmitry Osipenko
2025-02-26 8:31 ` Hans Verkuil
2025-02-26 9:24 ` Dmitry Osipenko
2025-02-28 3:51 ` Nicolas Dufresne
2025-03-04 16:17 ` Hans Verkuil
2025-03-05 11:08 ` Dmitry Osipenko
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=3872267b32d1386827635f15eda99d2709b44a96.camel@collabora.com \
--to=nicolas.dufresne@collabora.com \
--cc=christophe.jaillet@wanadoo.fr \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=didi.debian@cknow.org \
--cc=dmitry.osipenko@collabora.com \
--cc=heiko@sntech.de \
--cc=hverkuil@xs4all.nl \
--cc=jose.abreu@synopsys.com \
--cc=kernel@collabora.com \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=mchehab@kernel.org \
--cc=me@timsurber.de \
--cc=nelson.costa@synopsys.com \
--cc=robh@kernel.org \
--cc=sebastian.reichel@collabora.com \
--cc=shawn.wen@rock-chips.com \
--cc=shreeya.patel@collabora.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