Re: [PATCH 2/3] drm/vkms: Add encoder initialization

2018-05-16 Thread Daniel Vetter
On Wed, May 16, 2018 at 12:07:12AM -0300, Rodrigo Siqueira wrote: > This commit adds a single and simple virtual encoder to VKMS. > > Signed-off-by: Rodrigo Siqueira Doesn't this break bisection, i.e. between patch 1&2 vkms looks broken (because the encoder is missing)? If so probably better to

[PATCH 2/3] drm/vkms: Add encoder initialization

2018-05-15 Thread Rodrigo Siqueira
This commit adds a single and simple virtual encoder to VKMS. Signed-off-by: Rodrigo Siqueira --- drivers/gpu/drm/vkms/vkms_display.c | 25 + drivers/gpu/drm/vkms/vkms_drv.h | 2 ++ 2 files changed, 27 insertions(+) diff --git a/drivers/gpu/drm/vkms/vkms_display.c