i965/drm: Fix types for pwrite/pread fields.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 11 Apr 2017 06:00:24 +0000 (23:00 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 12 Apr 2017 04:07:45 +0000 (21:07 -0700)
commit14fc188460ae33b8cbbbffdb4f26d470eb393c81
tree0ef1a41f42d7fa1f7d36d297081eafd652856c0a
parent193601311cb4cb6a7d8f915b09e2b30ff0af0fa7
i965/drm: Fix types for pwrite/pread fields.

The ioctl structs contain __u64 offset and size fields, so make them
uint64_t rather than unsigned long.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
src/mesa/drivers/dri/i965/brw_bufmgr.c
src/mesa/drivers/dri/i965/brw_bufmgr.h