drm/vc4: hvs: Align the HVS atomic hooks to the new API
authorMaxime Ripard <maxime@cerno.tech>
Mon, 7 Dec 2020 15:57:11 +0000 (16:57 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 27 Jan 2021 19:13:28 +0000 (19:13 +0000)
commit18500304ab51a8c2b45f8d788679b615a632e26d
treea2be3370833a53adc4390b111cf648d050471a10
parent478f06858736366895becd7a41042f42d1346244
drm/vc4: hvs: Align the HVS atomic hooks to the new API

Since the CRTC setup in vc4 is split between the PixelValves/TXP and the
HVS, only the PV/TXP atomic hooks were updated in the previous commits, but
it makes sense to update the HVS ones too.

Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/vc4/vc4_crtc.c
drivers/gpu/drm/vc4/vc4_drv.h
drivers/gpu/drm/vc4/vc4_hvs.c
drivers/gpu/drm/vc4/vc4_txp.c