Re: [Intel-gfx] [PATCH] drm/xlnx: Use devm_drm_dev_alloc

2020-09-11 Thread Daniel Vetter
On Tue, Sep 08, 2020 at 12:16:00PM -0700, Hyun Kwon wrote: > Hi Daniel, > > On Mon, Sep 07, 2020 at 01:22:25AM -0700, Daniel Vetter wrote: > > Gets rid of drmm_add_final_kfree, which I want to unexport so that it > > stops confusion people about this transitional state of rolling drm > > managed m

Re: [Intel-gfx] [PATCH] drm/xlnx: Use devm_drm_dev_alloc

2020-09-09 Thread Hyun Kwon
Hi Daniel, On Mon, Sep 07, 2020 at 01:22:25AM -0700, Daniel Vetter wrote: > Gets rid of drmm_add_final_kfree, which I want to unexport so that it > stops confusion people about this transitional state of rolling drm > managed memory out. > > This also fixes the missing drm_dev_put in the error pa

[Intel-gfx] [PATCH] drm/xlnx: Use devm_drm_dev_alloc

2020-09-07 Thread Daniel Vetter
Gets rid of drmm_add_final_kfree, which I want to unexport so that it stops confusion people about this transitional state of rolling drm managed memory out. This also fixes the missing drm_dev_put in the error path of the probe code. v2: Drop the misplaced drm_dev_put from zynqmp_dpsub_drm_init