[PATCH v2 5/5] drm: GEM CMA: Add DRM PRIME support

2013-06-07 Thread Laurent Pinchart
On Wednesday 05 June 2013 07:00:45 Rob Clark wrote: > On Wed, Jun 5, 2013 at 4:44 AM, Daniel Vetter wrote: > > On Tue, Jun 04, 2013 at 11:05:36PM -0400, Rob Clark wrote: > >> On Tue, Jun 4, 2013 at 9:22 PM, Laurent Pinchart wrote: > >> > On Tuesday 04 June 2013 17:56:36 Rob Clark wrote: > >> >> co

Re: [PATCH v2 5/5] drm: GEM CMA: Add DRM PRIME support

2013-06-07 Thread Laurent Pinchart
On Wednesday 05 June 2013 07:00:45 Rob Clark wrote: > On Wed, Jun 5, 2013 at 4:44 AM, Daniel Vetter wrote: > > On Tue, Jun 04, 2013 at 11:05:36PM -0400, Rob Clark wrote: > >> On Tue, Jun 4, 2013 at 9:22 PM, Laurent Pinchart wrote: > >> > On Tuesday 04 June 2013 17:56:36 Rob Clark wrote: > >> >> co

[PATCH v2 5/5] drm: GEM CMA: Add DRM PRIME support

2013-06-05 Thread Daniel Vetter
On Tue, Jun 04, 2013 at 11:05:36PM -0400, Rob Clark wrote: > On Tue, Jun 4, 2013 at 9:22 PM, Laurent Pinchart > wrote: > > Hi Rob, > > > > On Tuesday 04 June 2013 17:56:36 Rob Clark wrote: > >> couple small comments, other than those it looks ok > > > > Thanks for the review. > > > >> On Mon, Jun

[PATCH v2 5/5] drm: GEM CMA: Add DRM PRIME support

2013-06-05 Thread Rob Clark
On Wed, Jun 5, 2013 at 4:44 AM, Daniel Vetter wrote: > On Tue, Jun 04, 2013 at 11:05:36PM -0400, Rob Clark wrote: >> On Tue, Jun 4, 2013 at 9:22 PM, Laurent Pinchart >> wrote: >> > Hi Rob, >> > >> > On Tuesday 04 June 2013 17:56:36 Rob Clark wrote: >> >> couple small comments, other than those it

Re: [PATCH v2 5/5] drm: GEM CMA: Add DRM PRIME support

2013-06-05 Thread Rob Clark
On Wed, Jun 5, 2013 at 4:44 AM, Daniel Vetter wrote: > On Tue, Jun 04, 2013 at 11:05:36PM -0400, Rob Clark wrote: >> On Tue, Jun 4, 2013 at 9:22 PM, Laurent Pinchart >> wrote: >> > Hi Rob, >> > >> > On Tuesday 04 June 2013 17:56:36 Rob Clark wrote: >> >> couple small comments, other than those it

[PATCH v2 5/5] drm: GEM CMA: Add DRM PRIME support

2013-06-05 Thread Laurent Pinchart
Hi Rob, On Tuesday 04 June 2013 17:56:36 Rob Clark wrote: > couple small comments, other than those it looks ok Thanks for the review. > On Mon, Jun 3, 2013 at 10:20 PM, Laurent Pinchart wrote: > > Signed-off-by: Laurent Pinchart > > > > --- > > > > drivers/gpu/drm/drm_gem_cma_helper.c | 321

Re: [PATCH v2 5/5] drm: GEM CMA: Add DRM PRIME support

2013-06-05 Thread Daniel Vetter
On Tue, Jun 04, 2013 at 11:05:36PM -0400, Rob Clark wrote: > On Tue, Jun 4, 2013 at 9:22 PM, Laurent Pinchart > wrote: > > Hi Rob, > > > > On Tuesday 04 June 2013 17:56:36 Rob Clark wrote: > >> couple small comments, other than those it looks ok > > > > Thanks for the review. > > > >> On Mon, Jun

[PATCH v2 5/5] drm: GEM CMA: Add DRM PRIME support

2013-06-04 Thread Rob Clark
On Tue, Jun 4, 2013 at 9:22 PM, Laurent Pinchart wrote: > Hi Rob, > > On Tuesday 04 June 2013 17:56:36 Rob Clark wrote: >> couple small comments, other than those it looks ok > > Thanks for the review. > >> On Mon, Jun 3, 2013 at 10:20 PM, Laurent Pinchart wrote: >> > Signed-off-by: Laurent Pincha

Re: [PATCH v2 5/5] drm: GEM CMA: Add DRM PRIME support

2013-06-04 Thread Rob Clark
On Tue, Jun 4, 2013 at 9:22 PM, Laurent Pinchart wrote: > Hi Rob, > > On Tuesday 04 June 2013 17:56:36 Rob Clark wrote: >> couple small comments, other than those it looks ok > > Thanks for the review. > >> On Mon, Jun 3, 2013 at 10:20 PM, Laurent Pinchart wrote: >> > Signed-off-by: Laurent Pincha

Re: [PATCH v2 5/5] drm: GEM CMA: Add DRM PRIME support

2013-06-04 Thread Laurent Pinchart
Hi Rob, On Tuesday 04 June 2013 17:56:36 Rob Clark wrote: > couple small comments, other than those it looks ok Thanks for the review. > On Mon, Jun 3, 2013 at 10:20 PM, Laurent Pinchart wrote: > > Signed-off-by: Laurent Pinchart > > > > --- > > > > drivers/gpu/drm/drm_gem_cma_helper.c | 321

[PATCH v2 5/5] drm: GEM CMA: Add DRM PRIME support

2013-06-04 Thread Rob Clark
couple small comments, other than those it looks ok BR, -R On Mon, Jun 3, 2013 at 10:20 PM, Laurent Pinchart wrote: > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/drm_gem_cma_helper.c | 321 > ++- > include/drm/drm_gem_cma_helper.h | 9 + > 2 f

Re: [PATCH v2 5/5] drm: GEM CMA: Add DRM PRIME support

2013-06-04 Thread Rob Clark
couple small comments, other than those it looks ok BR, -R On Mon, Jun 3, 2013 at 10:20 PM, Laurent Pinchart wrote: > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/drm_gem_cma_helper.c | 321 > ++- > include/drm/drm_gem_cma_helper.h | 9 + > 2 f

[PATCH v2 5/5] drm: GEM CMA: Add DRM PRIME support

2013-06-04 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/drm_gem_cma_helper.c | 321 ++- include/drm/drm_gem_cma_helper.h | 9 + 2 files changed, 327 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/drm_gem_cma_helper.c b/drivers/gpu/drm/drm_gem_cma_he

[PATCH v2 5/5] drm: GEM CMA: Add DRM PRIME support

2013-06-03 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/drm_gem_cma_helper.c | 321 ++- include/drm/drm_gem_cma_helper.h | 9 + 2 files changed, 327 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/drm_gem_cma_helper.c b/drivers/gpu/drm/drm_gem_cma_he