Re: [PATCH v2] drm/tests: Move test EDID data to separate .c file
From: Maxime Ripard
Date: Thu Jun 11 2026 - 03:35:12 EST
On Wed, 10 Jun 2026 16:31:08 +0200, Nicolas Frattaroli wrote:
> Having the test EDID arrays defined in the .h directly will duplicate
> them across every user of the EDID arrays. This works fine as long as
> there's only one user, but may produce build warnings/errors when there
> are multiple users and not all of them use all definitions.
>
>
> [ ... ]
Acked-by: Maxime Ripard <mripard@xxxxxxxxxx>
Thanks!
Maxime