Re: [PATCH v2 11/17] drm/vc4: Move HVS state to main header

2022-11-28 Thread MaĆ­ra Canal
On 11/28/22 11:53, Maxime Ripard wrote: > In order to introduce unit tests for the HVS state computation, we'll > need access to the vc4_hvs_state struct definition and its associated > helpers. > > Let's move them in our driver header. > > Reviewed-by: Javier Martinez Canillas > Signed-off-by:

[PATCH v2 11/17] drm/vc4: Move HVS state to main header

2022-11-28 Thread Maxime Ripard
In order to introduce unit tests for the HVS state computation, we'll need access to the vc4_hvs_state struct definition and its associated helpers. Let's move them in our driver header. Reviewed-by: Javier Martinez Canillas Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_drv.h | 23 +