Re: [PATCH V2 5/5] drm/vkms: Add plane helper struct

2018-07-11 Thread Daniel Vetter
On Thu, Jun 21, 2018 at 09:17:25AM -0300, Rodrigo Siqueira wrote: > This patch adds the struct drm_plane_helper_funcs and the required atomic > hooks. > > Signed-off-by: Rodrigo Siqueira > --- > drivers/gpu/drm/vkms/vkms_plane.c | 18 ++ > 1 file changed, 18 insertions(+) > > di

[PATCH V2 5/5] drm/vkms: Add plane helper struct

2018-06-21 Thread Rodrigo Siqueira
This patch adds the struct drm_plane_helper_funcs and the required atomic hooks. Signed-off-by: Rodrigo Siqueira --- drivers/gpu/drm/vkms/vkms_plane.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/drivers/gpu/drm/vkms/vkms_plane.c b/drivers/gpu/drm/vkms/vkms_plane.c in