Re: [PATCH 09/64] drm/simple: Introduce drmm_simple_encoder_init

2022-06-22 Thread Maxime Ripard
On Mon, Jun 20, 2022 at 09:04:11PM +0200, Thomas Zimmermann wrote: > Hi > > Am 20.06.22 um 16:45 schrieb Thomas Zimmermann: > > Hi > > > > Am 20.06.22 um 16:39 schrieb Maxime Ripard: > > > On Mon, Jun 20, 2022 at 04:25:38PM +0200, Thomas Zimmermann wrote: > > > > Hi > > > > > > > > Am 20.06.22

Re: [PATCH 09/64] drm/simple: Introduce drmm_simple_encoder_init

2022-06-20 Thread Thomas Zimmermann
Hi Am 20.06.22 um 16:45 schrieb Thomas Zimmermann: Hi Am 20.06.22 um 16:39 schrieb Maxime Ripard: On Mon, Jun 20, 2022 at 04:25:38PM +0200, Thomas Zimmermann wrote: Hi Am 20.06.22 um 15:48 schrieb Maxime Ripard: Hi, On Mon, Jun 20, 2022 at 12:44:24PM +0200, Thomas Zimmermann wrote: Am

Re: [PATCH 09/64] drm/simple: Introduce drmm_simple_encoder_init

2022-06-20 Thread Thomas Zimmermann
Hi Am 20.06.22 um 16:39 schrieb Maxime Ripard: On Mon, Jun 20, 2022 at 04:25:38PM +0200, Thomas Zimmermann wrote: Hi Am 20.06.22 um 15:48 schrieb Maxime Ripard: Hi, On Mon, Jun 20, 2022 at 12:44:24PM +0200, Thomas Zimmermann wrote: Am 10.06.22 um 11:28 schrieb Maxime Ripard: The

Re: [PATCH 09/64] drm/simple: Introduce drmm_simple_encoder_init

2022-06-20 Thread Maxime Ripard
On Mon, Jun 20, 2022 at 04:25:38PM +0200, Thomas Zimmermann wrote: > Hi > > Am 20.06.22 um 15:48 schrieb Maxime Ripard: > > Hi, > > > > On Mon, Jun 20, 2022 at 12:44:24PM +0200, Thomas Zimmermann wrote: > > > Am 10.06.22 um 11:28 schrieb Maxime Ripard: > > > > The DRM-managed function to

Re: [PATCH 09/64] drm/simple: Introduce drmm_simple_encoder_init

2022-06-20 Thread Thomas Zimmermann
Hi Am 20.06.22 um 15:48 schrieb Maxime Ripard: Hi, On Mon, Jun 20, 2022 at 12:44:24PM +0200, Thomas Zimmermann wrote: Am 10.06.22 um 11:28 schrieb Maxime Ripard: The DRM-managed function to register an encoder is drmm_simple_encoder_alloc() and its variants, which will allocate the

Re: [PATCH 09/64] drm/simple: Introduce drmm_simple_encoder_init

2022-06-20 Thread Maxime Ripard
Hi, On Mon, Jun 20, 2022 at 12:44:24PM +0200, Thomas Zimmermann wrote: > Am 10.06.22 um 11:28 schrieb Maxime Ripard: > > The DRM-managed function to register an encoder is > > drmm_simple_encoder_alloc() and its variants, which will allocate the > > underlying structure and initialisation the

Re: [PATCH 09/64] drm/simple: Introduce drmm_simple_encoder_init

2022-06-20 Thread Thomas Zimmermann
Hi Am 10.06.22 um 11:28 schrieb Maxime Ripard: The DRM-managed function to register an encoder is drmm_simple_encoder_alloc() and its variants, which will allocate the underlying structure and initialisation the encoder. However, we might want to separate the structure creation and the encoder

[PATCH 09/64] drm/simple: Introduce drmm_simple_encoder_init

2022-06-10 Thread Maxime Ripard
The DRM-managed function to register an encoder is drmm_simple_encoder_alloc() and its variants, which will allocate the underlying structure and initialisation the encoder. However, we might want to separate the structure creation and the encoder initialisation, for example if the structure is