Re: [PATCH v4 09/23] drm/tests: hdmi: Replace open coded EDID setup

2025-05-15 Thread Maxime Ripard
On Fri, 25 Apr 2025 13:27:00 +0300, Cristian Ciocaltea wrote: > Make use of the recently introduced macros to reduce boilerplate code > around EDID setup. This also helps dropping the redundant calls to > set_connector_edid(). > > No functional changes intended. > > [ ... ] Acked-by: Maxime Ripa

[PATCH v4 09/23] drm/tests: hdmi: Replace open coded EDID setup

2025-04-25 Thread Cristian Ciocaltea
Make use of the recently introduced macros to reduce boilerplate code around EDID setup. This also helps dropping the redundant calls to set_connector_edid(). No functional changes intended. Signed-off-by: Cristian Ciocaltea --- drivers/gpu/drm/tests/drm_hdmi_state_helper_test.c | 234 -