Searched refs:test_pipe (Results 1 – 3 of 3) sorted by relevance
631 test_pipe() function701 test_pipe || ret=$? ; count_result $ret ; ret=0
1664 struct pipe_ctx *test_pipe, *split_pipe; in resource_can_pipe_disable_cursor() local1678 for (test_pipe = pipe_ctx->top_pipe; test_pipe; in resource_can_pipe_disable_cursor()1679 test_pipe = test_pipe->top_pipe) { in resource_can_pipe_disable_cursor()1683 if (!test_pipe->plane_state || in resource_can_pipe_disable_cursor()1684 !test_pipe->plane_state->visible || in resource_can_pipe_disable_cursor()1685 test_pipe->plane_state->layer_index == cur_layer) in resource_can_pipe_disable_cursor()1688 r2 = test_pipe->plane_res.scl_data.recout; in resource_can_pipe_disable_cursor()1689 reverse_adjust_recout_for_visual_confirm(&r2, test_pipe); in resource_can_pipe_disable_cursor()1699 if (split_pipe->plane_state->layer_index == test_pipe->plane_state->layer_index) { in resource_can_pipe_disable_cursor()
983 int test_pipe(void) in test_pipe() function1136 CASE_TEST(pipe); EXPECT_SYSZR(1, test_pipe()); break; in run_syscall()