Re: [PATCH 00/11] drm: kunit: Switch to kunit actions

2023-07-20 Thread Maxime Ripard
Hi, On Mon, Jul 17, 2023 at 11:24:13PM +0800, suijingfeng wrote: > On 2023/7/10 15:47, Maxime Ripard wrote: > > Hi, > > > > Since v6.5-rc1, kunit gained a devm/drmm-like mechanism that makes tests > > resources much easier to cleanup. > > > > This series converts the existing tests to use those

Re: [PATCH 00/11] drm: kunit: Switch to kunit actions

2023-07-17 Thread suijingfeng
Hi, On 2023/7/10 15:47, Maxime Ripard wrote: Hi, Since v6.5-rc1, kunit gained a devm/drmm-like mechanism that makes tests resources much easier to cleanup. This series converts the existing tests to use those new actions were relevant. Is the word 'were' here means that 'where' relevant ? O

[PATCH 00/11] drm: kunit: Switch to kunit actions

2023-07-10 Thread Maxime Ripard
Hi, Since v6.5-rc1, kunit gained a devm/drmm-like mechanism that makes tests resources much easier to cleanup. This series converts the existing tests to use those new actions were relevant. Let me know what you think, Maxime Signed-off-by: Maxime Ripard --- Maxime Ripard (11): drm/tests