Re: [Intel-gfx] [PATCH] drm/i915: fix rsvd2 mask when out-fence is returned

2018-02-14 Thread Chris Wilson
Quoting Daniele Ceraolo Spurio (2018-02-14 19:18:25) > GENMASK_ULL wants the high bit of the mask first. The current value > cancels the in-fence when an out-fence is returned > > Fixes: fec0445caa273 ("drm/i915: Support explicit fencing for execbuf") > Cc: Chris Wilson > Signed-off-by: Daniele C

Re: [Intel-gfx] [PATCH] drm/i915: fix rsvd2 mask when out-fence is returned

2018-02-14 Thread Chris Wilson
Quoting Daniele Ceraolo Spurio (2018-02-14 19:18:25) > GENMASK_ULL wants the high bit of the mask first. The current value > cancels the in-fence when an out-fence is returned > > Fixes: fec0445caa273 ("drm/i915: Support explicit fencing for execbuf") Testcase: igt/gem_exec_fence/whatever-you-cal

[Intel-gfx] [PATCH] drm/i915: fix rsvd2 mask when out-fence is returned

2018-02-14 Thread Daniele Ceraolo Spurio
GENMASK_ULL wants the high bit of the mask first. The current value cancels the in-fence when an out-fence is returned Fixes: fec0445caa273 ("drm/i915: Support explicit fencing for execbuf") Cc: Chris Wilson Signed-off-by: Daniele Ceraolo Spurio --- drivers/gpu/drm/i915/i915_gem_execbuffer.c |