Re: [PATCH v2 0/3] Expanding the basic vkms features

2018-05-23 Thread Daniel Vetter
On Thu, May 17, 2018 at 10:42:32PM +0300, Haneen Mohammed wrote: > On Wed, May 16, 2018 at 08:55:06PM -0300, Rodrigo Siqueira wrote: > > This series of patches add a centralized initialization mechanism, a > > single CRTC with a plane, an encoder, and extra module information. > > > > Changes in

Re: [PATCH v2 0/3] Expanding the basic vkms features

2018-05-18 Thread Haneen Mohammed
On Wed, May 16, 2018 at 08:55:06PM -0300, Rodrigo Siqueira wrote: > This series of patches add a centralized initialization mechanism, a > single CRTC with a plane, an encoder, and extra module information. > > Changes in v2: > - Remove unused definitions > - Improve file names > - Improve cod

[PATCH v2 0/3] Expanding the basic vkms features

2018-05-16 Thread Rodrigo Siqueira
This series of patches add a centralized initialization mechanism, a single CRTC with a plane, an encoder, and extra module information. Changes in v2: - Remove unused definitions - Improve file names - Improve code separation - Remove unnecessary formats Rodrigo Siqueira (3): drm/vkms: Ad