Re: [PATCH v2 4/4] drm/fb-helper: improve documentation and print warnings

From: Gerd Hoffmann
Date: Mon Sep 10 2018 - 02:22:36 EST


> > * This function sets up generic fbdev emulation for drivers that supports
> > - * dumb buffers with a virtual address and that can be mmap'ed.
> > + * dumb buffers with a virtual address and that can be mmap'ed. If the driver
> > + * does not support these functions, it could use drm_fb_helper_fbdev_setup().
> > + * This function can only be used with devices created using drm_dev_register().
>
> This last line is misleading, since every drm device is called with
> drm_dev_register(). It's just not all called by driver code directly.
> With this line removed:
>
> Reviewed-by: Daniel Vetter <daniel.vetter@xxxxxxxx>
>
> I'll leave it to Gerd to apply this all.

Fixed and pushed.

cheers,
Gerd