Re: [PATCH V3 2/4] drm/vkms: Add framebuffer and plane helpers

2018-07-11 Thread Daniel Vetter
On Wed, Jul 11, 2018 at 11:02:01PM -0300, Rodrigo Siqueira wrote: > This patch appends the minimum helpers related to framebuffer and plane > to make vkms minimally usable. > > Changes since V1: > - None > Changes since V2: > - Squash "Add plane helper struct" and "Add helper for framebuffer > c

[PATCH V3 2/4] drm/vkms: Add framebuffer and plane helpers

2018-07-11 Thread Rodrigo Siqueira
This patch appends the minimum helpers related to framebuffer and plane to make vkms minimally usable. Changes since V1: - None Changes since V2: - Squash "Add plane helper struct" and "Add helper for framebuffer create" Signed-off-by: Rodrigo Siqueira --- drivers/gpu/drm/vkms/vkms_drv.c |