]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/bridge: adv7511: Switch to atomic operations
authorJesse Van Gavere <jesseevg@gmail.com>
Mon, 6 Jan 2025 12:10:54 +0000 (13:10 +0100)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Thu, 23 Jan 2025 11:35:54 +0000 (13:35 +0200)
commited868bcb4f5cecbb61c4f057aa7550650643ac3b
tree1a3f2c34815e55bdffb557532ba85b92443a4b19
parenta9301e5bef12f8989a02d886109f13e89e1e51b0
drm/bridge: adv7511: Switch to atomic operations

Use the atomic version of enable/disable.

To support bridges where bus format negotiation is needed such as TIDSS we
need to implement atomic_get_input_bus_fmts, prepare the driver for this by
switching the existing operations to it's atomic variants.

Signed-off-by: Jesse Van Gavere <jesseevg@gmail.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20250106121054.96739-1-jesseevg@gmail.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
drivers/gpu/drm/bridge/adv7511/adv7511_drv.c