drm/vc4: Start using u64_to_user_ptr. 03/148503/2
authorEric Anholt <eric@anholt.net>
Tue, 25 Jul 2017 18:27:16 +0000 (11:27 -0700)
committerInki Dae <inki.dae@samsung.com>
Fri, 8 Sep 2017 05:02:43 +0000 (14:02 +0900)
commit9bd9e5486e6c7167cdf5290395121cb65c55a3c1
tree3ac023e7b3062f0c4fff4ca9a50e049abef6d108
parentb6122febaec08bee07103e67daa37d0725693fcc
drm/vc4: Start using u64_to_user_ptr.

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 <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20170725182718.31468-1-eric@anholt.net
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
(cherry picked from commit 95d7cbcb6fbe3885d7a968cc86b98a08466742af)

[inki.dae: apply from rpi3-4.9.y]
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Change-Id: Ie95aa6eebe152b453c3d6f5dd330c79af3b12353
drivers/gpu/drm/vc4/vc4_gem.c