]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vc4: dpi: Switch to devm_drm_of_get_bridge
authorMaxime Ripard <maxime@cerno.tech>
Fri, 10 Sep 2021 13:09:40 +0000 (15:09 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Tue, 14 Sep 2021 08:39:30 +0000 (10:39 +0200)
commiteb49cc0a219a2f9a3a184c55648ca5f3939d3f13
tree800cc8eaa3f32face53f46cc1a40d5c51c5c7af2
parent336c3299149d776b9e5cd81d22bb7043a4ff0483
drm/vc4: dpi: Switch to devm_drm_of_get_bridge

The new devm_drm_of_get_bridge removes most of the boilerplate we
have to deal with. Let's switch to it.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210910130941.1740182-3-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_dpi.c