Re: [PATCH v2 1/8] drm/fb-helper: Handle function NULL argument

2017-10-18 Thread Noralf Trønnes
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

Re: [PATCH v2 1/8] drm/fb-helper: Handle function NULL argument

2017-10-17 Thread 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. > Update docs for functions that already han