Re: [PATCH] drm/ssd130x: drop DRM_GEM_SHADOW_PLANE_FUNCS override

2023-07-27 Thread Arnd Bergmann
On Thu, Jul 27, 2023, at 16:07, Javier Martinez Canillas wrote: > Arnd Bergmann writes: > > Hello Arnd, > > Thanks a lot for your patch. > >> From: Arnd Bergmann >> >> It is not possible for ssd130x_primary_plane_funcs to use both >> its own reset/duplicate/destroy callbacks and the ones from >>

Re: [PATCH] drm/ssd130x: drop DRM_GEM_SHADOW_PLANE_FUNCS override

2023-07-27 Thread Javier Martinez Canillas
Arnd Bergmann writes: Hello Arnd, Thanks a lot for your patch. > From: Arnd Bergmann > > It is not possible for ssd130x_primary_plane_funcs to use both > its own reset/duplicate/destroy callbacks and the ones from > DRM_GEM_SHADOW_PLANE_FUNCS: > > In file included from

[PATCH] drm/ssd130x: drop DRM_GEM_SHADOW_PLANE_FUNCS override

2023-07-27 Thread Arnd Bergmann
From: Arnd Bergmann It is not possible for ssd130x_primary_plane_funcs to use both its own reset/duplicate/destroy callbacks and the ones from DRM_GEM_SHADOW_PLANE_FUNCS: In file included from drivers/gpu/drm/solomon/ssd130x.c:29: include/drm/drm_gem_atomic_helper.h:100:18: error: initialized