[PATCH v2 04/10] drm/fbdev-generic: Initialize fb-helper structure in generic setup
Javier Martinez Canillas
javierm at redhat.com
Wed Jan 25 09:25:06 UTC 2023
On 1/24/23 14:40, Thomas Zimmermann wrote:
> Initialize the fb-helper structure immediately after its allocation
> in drm_fbdev_generic_setup(). That will make it easier to fill it with
> driver-specific values, such as the preferred BPP.
>
> Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
> ---
[...]
> @@ -456,12 +454,12 @@ void drm_fbdev_generic_setup(struct drm_device *dev,
> fb_helper = kzalloc(sizeof(*fb_helper), GFP_KERNEL);
> if (!fb_helper)
> return;
Maybe add a new line here?
> + drm_fb_helper_prepare(dev, fb_helper, &drm_fb_helper_generic_funcs);
>
Reviewed-by: Javier Martinez Canillas <javierm at redhat.com>
--
Best regards,
Javier Martinez Canillas
Core Platforms
Red Hat
More information about the dri-devel
mailing list