[Intel-gfx] [PATCH i-g-t] i915/gem_ctx_sseu: Fix 32-bit build

2019-02-13 Thread Guillaume Tucker
This fixes a compiler warning treated as an error when building for 32-bit architectures since their pointer size does not match the size of drm_i915_gem_context_param.value which is 64 bits: CC i915/gem_ctx_sseu.o i915/gem_ctx_sseu.c: In function ‘test_ggtt_args’: i915/gem_ctx_sseu.c:

Re: [Intel-gfx] [PATCH i-g-t] i915/gem_ctx_sseu: Fix 32-bit build

2019-02-13 Thread Chris Wilson
Quoting Guillaume Tucker (2019-02-13 09:31:37) > This fixes a compiler warning treated as an error when building for > 32-bit architectures since their pointer size does not match the size > of drm_i915_gem_context_param.value which is 64 bits: > > CC i915/gem_ctx_sseu.o > i915/gem_ctx_s

Re: [Intel-gfx] [PATCH i-g-t] i915/gem_ctx_sseu: Fix 32-bit build

2019-02-13 Thread Chris Wilson
Quoting Chris Wilson (2019-02-13 14:08:02) > Quoting Guillaume Tucker (2019-02-13 09:31:37) > > This fixes a compiler warning treated as an error when building for > > 32-bit architectures since their pointer size does not match the size > > of drm_i915_gem_context_param.value which is 64 bits: > >