Re: [PATCH v1 08/35] drm/client: Add some tests for drm_connector_pick_cmdline_mode()

2022-08-15 Thread Maxime Ripard
Hi Thomas, On Tue, Aug 02, 2022 at 12:14:29PM +0200, Thomas Zimmermann wrote: > Am 29.07.22 um 18:34 schrieb Maxime Ripard: > > drm_connector_pick_cmdline_mode() is in charge of finding a proper > > drm_display_mode from the definition we got in the video= command line > > argument. > > > > Let's

Re: [PATCH v1 08/35] drm/client: Add some tests for drm_connector_pick_cmdline_mode()

2022-08-02 Thread Thomas Zimmermann
Hi Maxime Am 29.07.22 um 18:34 schrieb Maxime Ripard: drm_connector_pick_cmdline_mode() is in charge of finding a proper drm_display_mode from the definition we got in the video= command line argument. Let's add some unit tests to make sure we're not getting any regressions there. Signed-off-b

[PATCH v1 08/35] drm/client: Add some tests for drm_connector_pick_cmdline_mode()

2022-07-29 Thread Maxime Ripard
drm_connector_pick_cmdline_mode() is in charge of finding a proper drm_display_mode from the definition we got in the video= command line argument. Let's add some unit tests to make sure we're not getting any regressions there. Signed-off-by: Maxime Ripard diff --git a/drivers/gpu/drm/drm_clien