]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/bridge: it6505: improve AUX operation for edid read
authorHermes Wu <hermes.wu@ite.com.tw>
Mon, 30 Dec 2024 10:51:20 +0000 (18:51 +0800)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fri, 3 Jan 2025 18:24:31 +0000 (20:24 +0200)
commitd0c97a51cdef2badc8d17f6edfbc0bdc0ba92065
treefa33bff4887ba29bf661503a5ad2162018137c18
parentc14870218c14532b0f0a7805b96a4d3c92d06fb2
drm/bridge: it6505: improve AUX operation for edid read

The original AUX operation using data registers is limited to 4 bytes.
The AUX operation command CMD_AUX_I2C_EDID_READ uses AUX FIFO and
is capable of reading 16 bytes.
This improves the speed of EDID read.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Hermes Wu <hermes.wu@ite.com.tw>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20241230-v7-upstream-v7-2-e0fdd4844703@ite.corp-partner.google.com
drivers/gpu/drm/bridge/ite-it6505.c