mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +00:00
lib: add common min and max macros
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
@@ -170,8 +170,6 @@ static int swapping_evictions(int fd, struct igt_eviction_test_ops *ops,
|
||||
return 0;
|
||||
}
|
||||
|
||||
#define min(a, b) ((a) < (b) ? (a) : (b))
|
||||
|
||||
static int forking_evictions(int fd, struct igt_eviction_test_ops *ops,
|
||||
int surface_size, int working_surfaces,
|
||||
int trash_surfaces, unsigned flags)
|
||||
|
||||
Reference in New Issue
Block a user