[PATCH] drm/fsl: don't use drm_put_dev

2016-12-13 Thread Daniel Vetter
On Tue, Dec 13, 2016 at 06:57:59PM +0100, Lucas Stach wrote: > Am Dienstag, den 13.12.2016, 18:54 +0100 schrieb Daniel Vetter: > > fsl is already fully demidlayered in the probe function, but for > > convenience stuck with drm_put_dev. Call the unregister/unref parts > > separately, to make sure th

[PATCH] drm/fsl: don't use drm_put_dev

2016-12-13 Thread Lucas Stach
Am Dienstag, den 13.12.2016, 18:54 +0100 schrieb Daniel Vetter: > fsl is already fully demidlayered in the probe function, but for > convenience stuck with drm_put_dev. Call the unregister/unref parts > separately, to make sure this driver works correct. > > v2: Rebase. > > Cc: Lucas Stach > Cc:

[PATCH] drm/fsl: don't use drm_put_dev

2016-12-13 Thread Daniel Vetter
fsl is already fully demidlayered in the probe function, but for convenience stuck with drm_put_dev. Call the unregister/unref parts separately, to make sure this driver works correct. v2: Rebase. Cc: Lucas Stach Cc: Stefan Agner Signed-off-by: Daniel Vetter --- drivers/gpu/drm/fsl-dcu/fsl_dc

[PATCH] drm/fsl: don't use drm_put_dev

2016-12-13 Thread Stefan Agner
On 2016-12-13 13:26, Daniel Vetter wrote: > On Tue, Dec 13, 2016 at 06:57:59PM +0100, Lucas Stach wrote: >> Am Dienstag, den 13.12.2016, 18:54 +0100 schrieb Daniel Vetter: >> > fsl is already fully demidlayered in the probe function, but for >> > convenience stuck with drm_put_dev. Call the unregis