drm/vc4: vec: Convert to atomic helpers
authorMaxime Ripard <maxime@cerno.tech>
Mon, 29 Aug 2022 13:11:39 +0000 (15:11 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 7 Sep 2022 08:11:33 +0000 (10:11 +0200)
commit336f29e0f8564e317e42b9eef6e2c17e838944f4
tree4c79239d7d2d10a75ca9908e4420409186ce63cd
parent857dbf2431ba8abcd6f0f1335ea637580ebe5507
drm/vc4: vec: Convert to atomic helpers

The VC4 VEC driver still uses legacy enable and disable hook
implementation. Let's convert to the atomic variants.

Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220728-rpi-analog-tv-properties-v2-25-459522d653a7@cerno.tech
drivers/gpu/drm/vc4/vc4_vec.c