Lines Matching refs:EINVAL

67 		return -EINVAL;  in __test_self()
71 return -EINVAL; in __test_self()
75 return -EINVAL; in __test_self()
99 int ret = -EINVAL; in test_dag()
109 if (i915_sw_fence_await_sw_fence_gfp(A, A, GFP_KERNEL) != -EINVAL) { in test_dag()
121 if (i915_sw_fence_await_sw_fence_gfp(B, A, GFP_KERNEL) != -EINVAL) { in test_dag()
132 if (i915_sw_fence_await_sw_fence_gfp(B, C, GFP_KERNEL) == -EINVAL) { in test_dag()
136 if (i915_sw_fence_await_sw_fence_gfp(C, B, GFP_KERNEL) != -EINVAL) { in test_dag()
140 if (i915_sw_fence_await_sw_fence_gfp(C, A, GFP_KERNEL) != -EINVAL) { in test_dag()
144 if (i915_sw_fence_await_sw_fence_gfp(A, C, GFP_KERNEL) == -EINVAL) { in test_dag()
156 ret = -EINVAL; in test_dag()
160 ret = -EINVAL; in test_dag()
164 ret = -EINVAL; in test_dag()
195 ret = -EINVAL; in test_AB()
199 ret = -EINVAL; in test_AB()
261 ret = -EINVAL; in test_ABC()
284 ret = -EINVAL; in test_ABC()
288 ret = -EINVAL; in test_ABC()
292 ret = -EINVAL; in test_ABC()
306 int ret = -EINVAL; in test_AB_C()
329 ret = -EINVAL; in test_AB_C()
337 ret = -EINVAL; in test_AB_C()
347 ret = -EINVAL; in test_AB_C()
352 ret = -EINVAL; in test_AB_C()
358 ret = -EINVAL; in test_AB_C()
363 ret = -EINVAL; in test_AB_C()
368 ret = -EINVAL; in test_AB_C()
406 ret = -EINVAL; in test_C_AB()
414 ret = -EINVAL; in test_C_AB()
421 ret = -EINVAL; in test_C_AB()
428 ret = -EINVAL; in test_C_AB()
433 ret = -EINVAL; in test_C_AB()
438 ret = -EINVAL; in test_C_AB()
487 ret = -EINVAL; in test_chain()
494 ret = -EINVAL; in test_chain()
550 ret = -EINVAL; in test_ipc()
558 ret = -EINVAL; in test_ipc()
613 return -EINVAL; in test_timer()
683 err = -EINVAL; in test_dma_fence()