drm: bridge: it66121: Write AVI infoframe with regmap_bulk_write()
authorPaul Cercueil <paul@crapouillou.net>
Wed, 14 Dec 2022 12:58:15 +0000 (13:58 +0100)
committerPaul Cercueil <paul@crapouillou.net>
Fri, 16 Dec 2022 10:40:13 +0000 (11:40 +0100)
commit6ba98fd6df6536c9d59b2a6576673265864b624d
tree63103b296011e5fba256e9e818e723883d04d335
parent315c9fb770c3f5376518c45db1ac20ac769150dd
drm: bridge: it66121: Write AVI infoframe with regmap_bulk_write()

Since all AVI infoframe registers are contiguous in the address space,
the AVI infoframe can be written in one go with regmap_bulk_write().

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Reviewed-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20221214125821.12489-5-paul@crapouillou.net
drivers/gpu/drm/bridge/ite-it66121.c