Re: [PATCH V2 1/5] drm/vkms: Add dumb operations

2018-07-11 Thread Daniel Vetter
On Wed, Jul 11, 2018 at 4:21 PM, Rodrigo Siqueira wrote: > On 07/11, Daniel Vetter wrote: >> On Thu, Jul 05, 2018 at 11:21:19PM +0300, Haneen Mohammed wrote: >> > On Thu, Jun 21, 2018 at 09:16:13AM -0300, Rodrigo Siqueira wrote: >> > > VKMS currently does not handle dumb data, and as a consequence

Re: [PATCH V2 1/5] drm/vkms: Add dumb operations

2018-07-11 Thread Rodrigo Siqueira
On 07/11, Daniel Vetter wrote: > On Thu, Jul 05, 2018 at 11:21:19PM +0300, Haneen Mohammed wrote: > > On Thu, Jun 21, 2018 at 09:16:13AM -0300, Rodrigo Siqueira wrote: > > > VKMS currently does not handle dumb data, and as a consequence, it does > > > not provide mechanisms for handling gem. This c

Re: [PATCH V2 1/5] drm/vkms: Add dumb operations

2018-07-11 Thread Daniel Vetter
On Thu, Jul 05, 2018 at 11:21:19PM +0300, Haneen Mohammed wrote: > On Thu, Jun 21, 2018 at 09:16:13AM -0300, Rodrigo Siqueira wrote: > > VKMS currently does not handle dumb data, and as a consequence, it does > > not provide mechanisms for handling gem. This commit adds the necessary > > support fo

Re: [PATCH V2 1/5] drm/vkms: Add dumb operations

2018-07-06 Thread Daniel Vetter
On Fri, Jul 6, 2018 at 9:27 AM, Chris Wilson wrote: > Quoting Rodrigo Siqueira (2018-06-21 13:16:13) >> VKMS currently does not handle dumb data, and as a consequence, it does >> not provide mechanisms for handling gem. This commit adds the necessary >> support for gem object/handler and the dumb

Re: [PATCH V2 1/5] drm/vkms: Add dumb operations

2018-07-06 Thread Chris Wilson
Quoting Rodrigo Siqueira (2018-06-21 13:16:13) > VKMS currently does not handle dumb data, and as a consequence, it does > not provide mechanisms for handling gem. This commit adds the necessary > support for gem object/handler and the dumb functions. I may have been naive, but I didn't think vkms

Re: [PATCH V2 1/5] drm/vkms: Add dumb operations

2018-07-06 Thread Haneen Mohammed
On Thu, Jun 21, 2018 at 09:16:13AM -0300, Rodrigo Siqueira wrote: > VKMS currently does not handle dumb data, and as a consequence, it does > not provide mechanisms for handling gem. This commit adds the necessary > support for gem object/handler and the dumb functions. > > Signed-off-by: Rodrigo

[PATCH V2 1/5] drm/vkms: Add dumb operations

2018-06-21 Thread Rodrigo Siqueira
VKMS currently does not handle dumb data, and as a consequence, it does not provide mechanisms for handling gem. This commit adds the necessary support for gem object/handler and the dumb functions. Signed-off-by: Rodrigo Siqueira --- drivers/gpu/drm/vkms/Makefile | 2 +- drivers/gpu/drm/vkm