Re: [PATCH 2/3] drm/client: Look for command-line modes first

2022-05-12 Thread Javier Martinez Canillas
On 5/11/22 20:31, Thomas Zimmermann wrote: > When picking a mode, first look for modes that have been specified > by the user on the kernel's command line. Only if that fails, use > the existing heuristic of picking a nearby mode from it's various > parameters. > > Signed-off-by: Thomas

[PATCH 2/3] drm/client: Look for command-line modes first

2022-05-11 Thread Thomas Zimmermann
When picking a mode, first look for modes that have been specified by the user on the kernel's command line. Only if that fails, use the existing heuristic of picking a nearby mode from it's various parameters. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_client_modeset.c | 11