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

2022-07-17 Thread Maíra Canal
On 7/14/22 21:03, Daniel Latypov wrote: > On Thu, Jul 14, 2022 at 4:51 PM Guenter Roeck wrote: >> >> 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: Da

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

2022-07-15 Thread Maíra Canal
On 7/15/22 03:59, Javier Martinez Canillas wrote: > On 7/15/22 02:03, Daniel Latypov wrote: >> On Thu, Jul 14, 2022 at 4:51 PM Guenter Roeck wrote: >>> >>> On Fri, Jul 08, 2022 at 05:30:47PM -0300, Maíra Canal wrote: Considering the current adoption of the KUnit framework, convert the DR

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

2022-07-15 Thread Javier Martinez Canillas
On 7/15/22 02:03, Daniel Latypov wrote: > On Thu, Jul 14, 2022 at 4:51 PM Guenter Roeck wrote: >> >> 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: Da

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

2022-07-14 Thread Guenter Roeck
On Thu, Jul 14, 2022 at 04:51:40PM -0700, Guenter Roeck wrote: > 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 > > Acked-by: Daniel Latypo

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

2022-07-14 Thread Guenter Roeck
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 > Acked-by: Daniel Latypov > Reviewed-by: Javier Martinez Canillas > Signed-off-by: Maíra Canal

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

2022-07-08 Thread Maíra Canal
Considering the current adoption of the KUnit framework, convert the DRM format selftest to the KUnit API. Tested-by: David Gow Acked-by: Daniel Latypov Reviewed-by: Javier Martinez Canillas Signed-off-by: Maíra Canal --- drivers/gpu/drm/selftests/Makefile| 3 +- .../gpu/drm/sel