Re: [PATCH v2 03/68] drm/encoder: Introduce drmm_encoder_init

2022-06-28 Thread Thomas Zimmermann
Hi Am 22.06.22 um 16:31 schrieb Maxime Ripard: The DRM-managed function to register an encoder is drmm_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 initial

Re: [PATCH v2 03/68] drm/encoder: Introduce drmm_encoder_init

2022-06-22 Thread kernel test robot
Hi Maxime, I love your patch! Perhaps something to improve: [auto build test WARNING on next-20220622] [also build test WARNING on v5.19-rc3] [cannot apply to drm-misc/drm-misc-next drm-intel/for-linux-next drm-tip/drm-tip linus/master anholt/for-next v5.19-rc3 v5.19-rc2 v5.19-rc1] [If your patc

[PATCH v2 03/68] drm/encoder: Introduce drmm_encoder_init

2022-06-22 Thread Maxime Ripard
The DRM-managed function to register an encoder is drmm_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 shared ac