Re: [PATCH 10/11] drm: Include <video/cmdline.h> for mode parsing
From: Javier Martinez Canillas <javierm@redhat.com>
Date: 2023-02-17 09:03:37
Also in:
dri-devel, linux-fbdev
From: Javier Martinez Canillas <javierm@redhat.com>
Date: 2023-02-17 09:03:37
Also in:
dri-devel, linux-fbdev
Thomas Zimmermann [off-list ref] writes:
Include <video/cmdline.h> in drm_connector.c to get video_get_options() and avoid the dependency on <linux/fb.h>. The replaced function fb_get_options() is just a tiny wrapper around video_get_opions(). No functional changes. Include <linux/property.h> to get fwnode_handle_put(), which had been provided via <linux/fb.h>. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> ---
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Best regards, Javier