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

2018-07-12 Thread Daniel Vetter
On Thu, Jul 12, 2018 at 10:41:02AM -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 V4 2/4] drm/vkms: Add framebuffer and plane helpers

2018-07-12 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" Changes since V3: Daniel Vetter: - Remove atomic_check from plane helper