Re: [PATCH v3 10/15] drm/tests: hdmi: Replace open coded EDID setup

2025-04-10 Thread Cristian Ciocaltea
On 4/9/25 6:15 PM, Maxime Ripard wrote: > On Wed, Mar 26, 2025 at 12:19:59PM +0200, 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 c

Re: [PATCH v3 10/15] drm/tests: hdmi: Replace open coded EDID setup

2025-04-09 Thread Maxime Ripard
On Wed, Mar 26, 2025 at 12:19:59PM +0200, 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. > > Signed-off-by: Cristian

[PATCH v3 10/15] drm/tests: hdmi: Replace open coded EDID setup

2025-03-26 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 | 220 -