mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 05:13:47 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user