[PATCH v3 1/7] drm/vc4: hvs: Align the HVS atomic hooks to the new API

2020-12-02 Thread Maxime Ripard
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. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_crtc.c | 4 +--- drivers/gpu/drm/vc4/vc4_drv.h

Re: [PATCH v3 1/7] drm/vc4: hvs: Align the HVS atomic hooks to the new API

2020-12-01 Thread Thomas Zimmermann
Am 01.12.20 um 14:12 schrieb Maxime Ripard: 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. Signed-off-by: Maxime Ripard Looks correct. Reviewed-b