Re: [Intel-gfx] [PATCH] drm/i915/selftests: Compile fix for 64b dma-fence seqno

2018-12-07 Thread Chris Wilson
Quoting Chris Wilson (2018-12-07 12:22:40) > Many errs of the form: > drivers/gpu/drm/i915/selftests/intel_hangcheck.c: In function > ‘__igt_reset_evict_vma’: > ./include/linux/kern_levels.h:5:18: error: format ‘%x’ expects argument of > type ‘unsigned int’, but argum Wait, there's more! -Chris

Re: [Intel-gfx] [PATCH] drm/i915/selftests: Compile fix for 64b dma-fence seqno

2018-12-07 Thread Koenig, Christian
Am 07.12.18 um 13:22 schrieb Chris Wilson: > Many errs of the form: > drivers/gpu/drm/i915/selftests/intel_hangcheck.c: In function > ‘__igt_reset_evict_vma’: > ./include/linux/kern_levels.h:5:18: error: format ‘%x’ expects argument of > type ‘unsigned int’, but argum > > Fixes: b312d8ca3a7c ("dm

[Intel-gfx] [PATCH] drm/i915/selftests: Compile fix for 64b dma-fence seqno

2018-12-07 Thread Chris Wilson
Many errs of the form: drivers/gpu/drm/i915/selftests/intel_hangcheck.c: In function ‘__igt_reset_evict_vma’: ./include/linux/kern_levels.h:5:18: error: format ‘%x’ expects argument of type ‘unsigned int’, but argum Fixes: b312d8ca3a7c ("dma-buf: make fence sequence numbers 64 bit v2") Signed-of