Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/tests/shell/
H A Dtest_intel_pt.sh631 test_pipe() function
701 test_pipe || ret=$? ; count_result $ret ; ret=0
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1664 struct pipe_ctx *test_pipe, *split_pipe; in resource_can_pipe_disable_cursor() local
1678 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()
/linux-6.15/tools/testing/selftests/nolibc/
H A Dnolibc-test.c983 int test_pipe(void) in test_pipe() function
1136 CASE_TEST(pipe); EXPECT_SYSZR(1, test_pipe()); break; in run_syscall()