]> git.baikalelectronics.ru Git - kernel.git/commit
drm/edid: Allow querying/working with the panel ID from the EDID
authorDouglas Anderson <dianders@chromium.org>
Tue, 14 Sep 2021 20:21:50 +0000 (13:21 -0700)
committerDouglas Anderson <dianders@chromium.org>
Mon, 20 Sep 2021 16:17:25 +0000 (09:17 -0700)
commit36e319403921f55c4168aa4e6c2a2b26aa712f86
treeadde8bbbe685fc80d5b4ddd7ed8526b715a88028
parent1428c594df89f086754e3f8574c07127df452209
drm/edid: Allow querying/working with the panel ID from the EDID

EDIDs have 32-bits worth of data which is intended to be used to
uniquely identify the make/model of a panel. This has historically
been used only internally in the EDID processing code to identify
quirks with panels.

We'd like to use this panel ID in panel drivers to identify which
panel is hooked up and from that information figure out power sequence
timings. Let's expose this information from the EDID code and also
allow it to be accessed early, before a connector has been created.

To make matching in the panel drivers code easier, we'll return the
panel ID as a 32-bit value. We'll provide some functions for
converting this value back and forth to something more human readable.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210914132020.v5.3.I4a672175ba1894294d91d3dbd51da11a8239cf4a@changeid
drivers/gpu/drm/drm_edid.c
include/drm/drm_edid.h