Re: [PATCH v2 1/3] drm/vc4: Start using u64_to_user_ptr.

2017-07-28 Thread Eric Anholt
Daniel Vetter writes: > On Tue, Jul 25, 2017 at 11:27:16AM -0700, Eric Anholt wrote: >> Chris Wilson pointed out this little cleanup in a review of new code, >> so let's fix up the code I was copying from. >> >> Signed-off-by: Eric Anholt > > Reviewed-by:

Re: [PATCH v2 1/3] drm/vc4: Start using u64_to_user_ptr.

2017-07-28 Thread Eric Anholt
Daniel Vetter writes: > On Tue, Jul 25, 2017 at 11:27:16AM -0700, Eric Anholt wrote: >> Chris Wilson pointed out this little cleanup in a review of new code, >> so let's fix up the code I was copying from. >> >> Signed-off-by: Eric Anholt > > Reviewed-by: Daniel Vetter Thanks! With Chris's

Re: [PATCH v2 1/3] drm/vc4: Start using u64_to_user_ptr.

2017-07-26 Thread Daniel Vetter
On Tue, Jul 25, 2017 at 11:27:16AM -0700, Eric Anholt wrote: > Chris Wilson pointed out this little cleanup in a review of new code, > so let's fix up the code I was copying from. > > Signed-off-by: Eric Anholt Reviewed-by: Daniel Vetter > --- >

Re: [PATCH v2 1/3] drm/vc4: Start using u64_to_user_ptr.

2017-07-26 Thread Daniel Vetter
On Tue, Jul 25, 2017 at 11:27:16AM -0700, Eric Anholt wrote: > Chris Wilson pointed out this little cleanup in a review of new code, > so let's fix up the code I was copying from. > > Signed-off-by: Eric Anholt Reviewed-by: Daniel Vetter > --- > drivers/gpu/drm/vc4/vc4_gem.c | 11 +--

[PATCH v2 1/3] drm/vc4: Start using u64_to_user_ptr.

2017-07-25 Thread Eric Anholt
Chris Wilson pointed out this little cleanup in a review of new code, so let's fix up the code I was copying from. Signed-off-by: Eric Anholt --- drivers/gpu/drm/vc4/vc4_gem.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git

[PATCH v2 1/3] drm/vc4: Start using u64_to_user_ptr.

2017-07-25 Thread Eric Anholt
Chris Wilson pointed out this little cleanup in a review of new code, so let's fix up the code I was copying from. Signed-off-by: Eric Anholt --- drivers/gpu/drm/vc4/vc4_gem.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/vc4/vc4_gem.c