OSDN Git Service

drm/vc4: hvs: Align the HVS atomic hooks to the new API
authorMaxime Ripard <maxime@cerno.tech>
Tue, 15 Dec 2020 15:42:35 +0000 (16:42 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 16 Dec 2020 09:11:16 +0000 (10:11 +0100)
commitee6965c864e3f5e05304ea07ede452d13980f754
tree71a732e3414d6176211c014e21269012faa18dca
parent9ede6f0a55e30ed60846ef44be130f1db4ac887f
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>
Link: https://patchwork.freedesktop.org/patch/msgid/20201215154243.540115-2-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