Re: (subset) [PATCH v7 02/36] drm/tests: helpers: Add atomic helpers

2024-02-28 Thread Maxime Ripard
On Thu, 22 Feb 2024 19:13:48 +0100, Maxime Ripard wrote: > The mock device we were creating was missing any of the driver-wide > helpers. That was fine before since we weren't testing the atomic state > path, but we're going to start, so let's use the default > implementations. > > Applied to

Re: [PATCH v7 02/36] drm/tests: helpers: Add atomic helpers

2024-02-26 Thread MaĆ­ra Canal
On 2/22/24 15:13, Maxime Ripard wrote: The mock device we were creating was missing any of the driver-wide helpers. That was fine before since we weren't testing the atomic state path, but we're going to start, so let's use the default implementations. Signed-off-by: Maxime Ripard

[PATCH v7 02/36] drm/tests: helpers: Add atomic helpers

2024-02-22 Thread Maxime Ripard
The mock device we were creating was missing any of the driver-wide helpers. That was fine before since we weren't testing the atomic state path, but we're going to start, so let's use the default implementations. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/tests/drm_kunit_helpers.c | 3