Re: (subset) [PATCH v7 01/36] drm/tests: helpers: Include missing drm_drv header

2024-02-28 Thread Maxime Ripard
On Thu, 22 Feb 2024 19:13:47 +0100, Maxime Ripard wrote: > We have a few functions declared in our kunit helpers header, some of > them dereferencing the struct drm_driver. > > However, we don't include the drm_drv.h header file defining that > structure, leading to compilation errors if we don't

Re: [PATCH v7 01/36] drm/tests: helpers: Include missing drm_drv header

2024-02-26 Thread MaĆ­ra Canal
On 2/22/24 15:13, Maxime Ripard wrote: We have a few functions declared in our kunit helpers header, some of them dereferencing the struct drm_driver. However, we don't include the drm_drv.h header file defining that structure, leading to compilation errors if we don't include both headers. Fix

[PATCH v7 01/36] drm/tests: helpers: Include missing drm_drv header

2024-02-22 Thread Maxime Ripard
We have a few functions declared in our kunit helpers header, some of them dereferencing the struct drm_driver. However, we don't include the drm_drv.h header file defining that structure, leading to compilation errors if we don't include both headers. Fixes: d98780310719 ("drm/tests: helpers: Al