Re: [PATCH 11/59] drm/udl: Use devm_drm_dev_alloc

2020-04-28 Thread Daniel Vetter
On Fri, Apr 24, 2020 at 04:55:56PM +0200, Sam Ravnborg wrote: > Hi Daniel. > > On Wed, Apr 15, 2020 at 09:39:46AM +0200, Daniel Vetter wrote: > > Also init the fbdev emulation before we register the device, that way > > we can rely on the auto-cleanup and simplify the probe error code even > > mor

Re: [PATCH 11/59] drm/udl: Use devm_drm_dev_alloc

2020-04-24 Thread Sam Ravnborg
Hi Daniel. On Wed, Apr 15, 2020 at 09:39:46AM +0200, Daniel Vetter wrote: > Also init the fbdev emulation before we register the device, that way > we can rely on the auto-cleanup and simplify the probe error code even > more. > > v2: Rebase on top of Thomas' patches to remove the return value fr

Re: [PATCH 11/59] drm/udl: Use devm_drm_dev_alloc

2020-04-15 Thread Thomas Zimmermann
Am 15.04.20 um 09:39 schrieb Daniel Vetter: > Also init the fbdev emulation before we register the device, that way > we can rely on the auto-cleanup and simplify the probe error code even > more. > > v2: Rebase on top of Thomas' patches to remove the return value from > drm_fbdev_generic_setup(