Home
last modified time | relevance | path

Searched refs:__INVALID (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c261 #define __INVALID(sz, fl, check, eval) { .size = (sz), .flags = (fl), .assert = (check), .string = … in igt_vma_pin1() macro
262 #define INVALID(sz, fl) __INVALID(sz, fl, assert_pin_einval, EINVAL) in igt_vma_pin1()
263 #define NOSPACE(sz, fl) __INVALID(sz, fl, assert_pin_enospc, ENOSPC) in igt_vma_pin1()
308 #undef __INVALID in igt_vma_pin1()