diff options
author | Kenneth Graunke <[email protected]> | 2017-04-10 23:10:04 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-04-11 21:07:45 -0700 |
commit | f374b9449eb7181ef30652713f9a82523d3afa17 (patch) | |
tree | 583dc18120daef721980109912c1fe921c238ea3 /src/mesa/drivers/x11/Makefile.am | |
parent | c85d6832fda15f59df786c5843e544ba0bb47b10 (diff) |
i965/drm: Make BO size a uint64_t rather than unsigned long.
The drm_i915_gem_create ioctl structure uses a __u64 for the size,
so we should probably use uint64_t to match. In theory, we could
probably have a BO larger than 4GB, using a 48-bit PPGTT - it just
wouldn't be mappable in the CPU's 32-bit address space.
Reviewed-by: Chris Wilson <[email protected]>
Diffstat (limited to 'src/mesa/drivers/x11/Makefile.am')
0 files changed, 0 insertions, 0 deletions