Re: [Intel-gfx] [PATCH] drm/i915/perf: Treat u64 in uabi as a normal integer

2016-11-30 Thread Matthew Auld
On 30 November 2016 at 16:46, Chris Wilson wrote: > Forgo marking up the u64 integer representing a user pointer as this > just annoys sparse. The conversion from u64 to a user pointer is managed > by u64_to_user_ptr(). > > Fixes: eec688e1420d ("drm/i915: Add i915 perf

[Intel-gfx] [PATCH] drm/i915/perf: Treat u64 in uabi as a normal integer

2016-11-30 Thread Chris Wilson
Forgo marking up the u64 integer representing a user pointer as this just annoys sparse. The conversion from u64 to a user pointer is managed by u64_to_user_ptr(). Fixes: eec688e1420d ("drm/i915: Add i915 perf infrastructure") Signed-off-by: Chris Wilson Cc: Robert