Re: [PATCH v2 3/4] drm/plane: add drmm_universal_plane_alloc()

2020-08-27 Thread kernel test robot
Hi Philipp, I love your patch! Perhaps something to improve: [auto build test WARNING on drm-intel/for-linux-next] [also build test WARNING on drm-tip/drm-tip linus/master v5.9-rc2 next-20200827] [cannot apply to drm/drm-next] [If your patch is applied to the wrong git tree, kindly drop us a note

[PATCH v2 3/4] drm/plane: add drmm_universal_plane_alloc()

2020-08-27 Thread Philipp Zabel
Add an alternative to drm_universal_plane_init() that allocates and initializes a plane and registers drm_plane_cleanup() with drmm_add_action_or_reset(). Signed-off-by: Philipp Zabel --- Changes since v1: - add __printf annotation to __drm_universal_plane_init() and make it static --- drivers/