Re: [Intel-gfx] [PATCH] drm: Promote drm_mm alignment to u64

2016-11-28 Thread Christian König
Am 27.11.2016 um 20:05 schrieb Chris Wilson: In places (e.g. i915.ko), the alignment is exported to userspace as u64 and there now exists hardware for which we can indeed utilize a u64 alignment. As such, we need to keep 64bit integers throughout when handling alignment. Testcase: igt/drm_mm/ali

Re: [Intel-gfx] [PATCH] drm: Promote drm_mm alignment to u64

2016-11-28 Thread Joonas Lahtinen
On su, 2016-11-27 at 19:05 +, Chris Wilson wrote: > In places (e.g. i915.ko), the alignment is exported to userspace as u64 > and there now exists hardware for which we can indeed utilize a u64 > alignment. As such, we need to keep 64bit integers throughout when > handling alignment. > > Testc

[Intel-gfx] [PATCH] drm: Promote drm_mm alignment to u64

2016-11-27 Thread Chris Wilson
In places (e.g. i915.ko), the alignment is exported to userspace as u64 and there now exists hardware for which we can indeed utilize a u64 alignment. As such, we need to keep 64bit integers throughout when handling alignment. Testcase: igt/drm_mm/align64 Testcase: igt/gem_exec_alignment Signed-of