On 11/28/22 15:53, Maxime Ripard wrote:
The HVS to PixelValve muxing code is fairly error prone and has a bunch of arbitrary constraints due to the hardware setup.
Let's create a test suite that makes sure that the possible combinations work and the invalid ones don't.
Signed-off-by: Maxime Ripard maxime@cerno.tech
Thanks for this patch. It shows how powerful KUnit can be for testing drivers.
Reviewed-by: Javier Martinez Canillas javierm@redhat.com