Promote eviction memory sizes and buffer counts to uint64_t

References: https://bugs.freedesktop.org/show_bug.cgi?id=93849
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2016-01-25 13:51:00 +00:00
parent beb936f188
commit 0e2071411a
4 changed files with 35 additions and 31 deletions
+2 -3
View File
@@ -185,11 +185,10 @@ static void major_evictions(int fd, int size, int count)
free(bo);
}
int fd;
igt_main
{
int size, count;
uint64_t size, count;
int fd = -1;
igt_fixture {
fd = drm_open_driver(DRIVER_INTEL);