[PATCH v1 0/1] video: edid: guard standard timings EDID expansion behind kconfig
Svyatoslav Ryhel
clamor95 at gmail.com
Fri Mar 14 17:47:26 CET 2025
пт, 14 бер. 2025 р. о 18:21 Tom Rini <trini at konsulko.com> пише:
>
> On Fri, Mar 14, 2025 at 08:47:19AM +0200, Svyatoslav Ryhel wrote:
>
> > Since EDID only indicates supported standard timings, a large table with
> > detailed timing information is necessary, consuming significant space. To
> > mitigate this, the table is made configurable via kconfig, allowing it to
> > be excluded when not needed.
> >
> > Svyatoslav Ryhel (1):
> > video: edid: guard standard timings EDID expansion behind kconfig
> >
> > common/edid.c | 6 ++++++
> > drivers/video/Kconfig | 6 ++++++
> > 2 files changed, 12 insertions(+)
>
> To be clear, when the flag is not enabled do we have something similar
> to the old behavior, at least in the correctly functions case?
>
As long as I2C_EDID_STANDARD is disabled the old behavior isn't
changed, there were performed a bit of code refactoring, in the
previous patch by Jonas, to simplify readability but nothing more then
that. Significant size increase is not detected as well, as long as
I2C_EDID_STANDARD=n
> --
> Tom
More information about the U-Boot
mailing list