[PATCH v5 4/9] drm: selftest: convert drm_format selftest to KUnit

Guenter Roeck linux at roeck-us.net
Thu Jul 14 23:51:37 UTC 2022


On Fri, Jul 08, 2022 at 05:30:47PM -0300, Maíra Canal wrote:
> Considering the current adoption of the KUnit framework, convert the
> DRM format selftest to the KUnit API.
> 
> Tested-by: David Gow <davidgow at google.com>
> Acked-by: Daniel Latypov <dlatypov at google.com>
> Reviewed-by: Javier Martinez Canillas <javierm at redhat.com>
> Signed-off-by: Maíra Canal <maira.canal at usp.br>

This patch results in:

Building powerpc:allmodconfig ... failed
--------------
Error log:
drivers/gpu/drm/tests/drm_format_test.c: In function 'igt_check_drm_format_min_pitch':
drivers/gpu/drm/tests/drm_format_test.c:271:1: error: the frame size of 3712 bytes is larger than 2048 bytes

presumably due to function nesting.

Guenter


More information about the dri-devel mailing list