Re: [PATCH] kunit: Setup DMA masks on the kunit device

2024-02-26 Thread David Gow
On Wed, 21 Feb 2024 at 20:53, Maxime Ripard wrote: > > Commit d393acce7b3f ("drm/tests: Switch to kunit devices") switched the > DRM device creation helpers from an ad-hoc implementation to the new > kunit device creation helpers introduced in commit d03c720e03bd ("kunit: > Add APIs for managing d

Re: [PATCH] kunit: Setup DMA masks on the kunit device

2024-02-26 Thread Guenter Roeck
On Wed, Feb 21, 2024 at 01:53:24PM +0100, Maxime Ripard wrote: > Commit d393acce7b3f ("drm/tests: Switch to kunit devices") switched the > DRM device creation helpers from an ad-hoc implementation to the new > kunit device creation helpers introduced in commit d03c720e03bd ("kunit: > Add APIs for m

[PATCH] kunit: Setup DMA masks on the kunit device

2024-02-21 Thread Maxime Ripard
Commit d393acce7b3f ("drm/tests: Switch to kunit devices") switched the DRM device creation helpers from an ad-hoc implementation to the new kunit device creation helpers introduced in commit d03c720e03bd ("kunit: Add APIs for managing devices"). However, while the DRM helpers were using a platfor