Den 17.10.2017 14.38, skrev Daniel Vetter:
On Sun, Oct 15, 2017 at 06:30:35PM +0200, Noralf Trønnes wrote:
Make functions tolerate that the drm_fb_helper argument is NULL.
This is useful for drivers that continue probing when fbdev emulation
fails and not having to do this check themselves.
Upd
On Sun, Oct 15, 2017 at 06:30:35PM +0200, Noralf Trønnes wrote:
> Make functions tolerate that the drm_fb_helper argument is NULL.
> This is useful for drivers that continue probing when fbdev emulation
> fails and not having to do this check themselves.
> Update docs for functions that already han
Make functions tolerate that the drm_fb_helper argument is NULL.
This is useful for drivers that continue probing when fbdev emulation
fails and not having to do this check themselves.
Update docs for functions that already handles this.
Signed-off-by: Noralf Trønnes
---
drivers/gpu/drm/drm_fb_h