test_pipe
struct pipe_ctx *test_pipe, *split_pipe;
for (test_pipe = pipe_ctx->top_pipe; test_pipe;
test_pipe = test_pipe->top_pipe) {
if (!test_pipe->plane_state ||
!test_pipe->plane_state->visible ||
test_pipe->plane_state->layer_index == cur_layer)
r2 = test_pipe->plane_res.scl_data.recout;
reverse_adjust_recout_for_visual_confirm(&r2, test_pipe);
if (split_pipe->plane_state->layer_index == test_pipe->plane_state->layer_index) {
CASE_TEST(pipe); EXPECT_SYSZR(1, test_pipe()); break;