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

2018-05-24 Thread Haneen Mohammed
On Wed, May 23, 2018 at 11:15:18AM +0200, Daniel Vetter wrote: > On Mon, May 21, 2018 at 10:04:23PM -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

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

2018-05-24 Thread Daniel Vetter
On Thu, May 24, 2018 at 05:42:02AM +0300, Haneen Mohammed wrote: > On Wed, May 23, 2018 at 11:15:18AM +0200, Daniel Vetter wrote: > > On Mon, May 21, 2018 at 10:04:23PM -0300, Rodrigo Siqueira wrote: > > > This series of patches add a centralized initialization mechanism, a > > > single CRTC with a

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

2018-05-23 Thread Daniel Vetter
On Mon, May 21, 2018 at 10:04:23PM -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 V3 0/3] Expanding the basic vkms features

2018-05-21 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 Changes in v3: - Adds drm_crtc_help