Re: [PATCH v4 00/19] drm: managed encoder/plane/crtc allocation

2020-12-11 Thread Philipp Zabel
Hi Laurent, Daniel, On Thu, 2020-12-10 at 14:19 +0200, Laurent Pinchart wrote: > Hi Daniel, > > On Wed, Dec 09, 2020 at 10:13:54PM +0100, Daniel Vetter wrote: > > On Wed, Dec 09, 2020 at 10:10:47PM +0100, Daniel Vetter wrote: > > > On Tue, Dec 08, 2020 at 04:59:16PM +0100, Philipp Zabel wrote: >

Re: [PATCH v4 00/19] drm: managed encoder/plane/crtc allocation

2020-12-10 Thread Laurent Pinchart
Hi Daniel, On Wed, Dec 09, 2020 at 10:13:54PM +0100, Daniel Vetter wrote: > On Wed, Dec 09, 2020 at 10:10:47PM +0100, Daniel Vetter wrote: > > On Tue, Dec 08, 2020 at 04:59:16PM +0100, Philipp Zabel wrote: > > > On Tue, 2020-12-08 at 16:54 +0100, Philipp Zabel wrote: > > > > Hi, > > > > > > > > t

Re: [PATCH v4 00/19] drm: managed encoder/plane/crtc allocation

2020-12-09 Thread Daniel Vetter
On Wed, Dec 09, 2020 at 10:10:47PM +0100, Daniel Vetter wrote: > On Tue, Dec 08, 2020 at 04:59:16PM +0100, Philipp Zabel wrote: > > On Tue, 2020-12-08 at 16:54 +0100, Philipp Zabel wrote: > > > Hi, > > > > > > this is an update of the drmm_(simple_)encoder_alloc(), > > > drmm_universal_plane_alloc

Re: [PATCH v4 00/19] drm: managed encoder/plane/crtc allocation

2020-12-09 Thread Daniel Vetter
On Tue, Dec 08, 2020 at 04:59:16PM +0100, Philipp Zabel wrote: > On Tue, 2020-12-08 at 16:54 +0100, Philipp Zabel wrote: > > Hi, > > > > this is an update of the drmm_(simple_)encoder_alloc(), > > drmm_universal_plane_alloc(), and drmm_crtc_alloc_with_plane() > > functions in v3 [1] together with

Re: [PATCH v4 00/19] drm: managed encoder/plane/crtc allocation

2020-12-08 Thread Philipp Zabel
On Tue, 2020-12-08 at 16:54 +0100, Philipp Zabel wrote: > Hi, > > this is an update of the drmm_(simple_)encoder_alloc(), > drmm_universal_plane_alloc(), and drmm_crtc_alloc_with_plane() > functions in v3 [1] together with the imx-drm managed allocation > conversion from [2] as an example usage. >

[PATCH v4 00/19] drm: managed encoder/plane/crtc allocation

2020-12-08 Thread Philipp Zabel
Hi, this is an update of the drmm_(simple_)encoder_alloc(), drmm_universal_plane_alloc(), and drmm_crtc_alloc_with_plane() functions in v3 [1] together with the imx-drm managed allocation conversion from [2] as an example usage. a bit. Changes since v3: - Allow encoder_funcs to be NULL and let d