Chris Wilson 233808a58d lib/batch: Trivial compile fix for 32-bit builds
intel_batchbuffer.c: In function 'fill_object':
intel_batchbuffer.c:589:20: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
  obj->relocs_ptr = (uint64_t)relocs;
                    ^
intel_batchbuffer.c: In function 'exec_blit':
intel_batchbuffer.c:598:21: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
  exec.buffers_ptr = (uint64_t)objs;

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2015-03-18 08:37:33 +00:00
..
2015-02-25 16:59:22 +00:00
2014-07-23 16:43:05 +01:00
2014-12-04 10:17:16 +08:00
2013-12-05 15:32:42 -08:00
2014-02-20 13:42:25 +00:00
2011-03-29 22:52:50 +02:00
2015-02-24 16:46:22 +02:00
2015-02-24 16:46:22 +02:00
2015-02-25 16:59:22 +00:00
2015-02-25 16:59:22 +00:00
2014-09-30 12:21:02 +01:00
2014-12-04 10:17:16 +08:00
2014-12-04 10:17:16 +08:00