Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/
Ddc_dmub_srv.c844 struct pipe_ctx *test_pipe, *split_pipe; in dc_can_pipe_disable_cursor() local
855 for (test_pipe = pipe_ctx->top_pipe; test_pipe; in dc_can_pipe_disable_cursor()
856 test_pipe = test_pipe->top_pipe) { in dc_can_pipe_disable_cursor()
858 if (!test_pipe->plane_state->visible || test_pipe->plane_state->layer_index == cur_layer) in dc_can_pipe_disable_cursor()
861 r2 = test_pipe->plane_res.scl_data.recout; in dc_can_pipe_disable_cursor()
864 split_pipe = test_pipe; in dc_can_pipe_disable_cursor()
872 if (split_pipe->plane_state->layer_index == test_pipe->plane_state->layer_index) { in dc_can_pipe_disable_cursor()
/Linux-v6.6/tools/perf/tests/shell/
Dtest_intel_pt.sh630 test_pipe() function
673 test_pipe || ret=$? ; count_result $ret ; ret=0
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c3352 struct pipe_ctx *test_pipe, *split_pipe; in dcn10_can_pipe_disable_cursor() local
3363 for (test_pipe = pipe_ctx->top_pipe; test_pipe; in dcn10_can_pipe_disable_cursor()
3364 test_pipe = test_pipe->top_pipe) { in dcn10_can_pipe_disable_cursor()
3366 if (!test_pipe->plane_state || in dcn10_can_pipe_disable_cursor()
3367 !test_pipe->plane_state->visible || in dcn10_can_pipe_disable_cursor()
3368 test_pipe->plane_state->layer_index == cur_layer) in dcn10_can_pipe_disable_cursor()
3371 r2 = test_pipe->plane_res.scl_data.recout; in dcn10_can_pipe_disable_cursor()
3374 split_pipe = test_pipe; in dcn10_can_pipe_disable_cursor()
3382 if (split_pipe->plane_state->layer_index == test_pipe->plane_state->layer_index) { in dcn10_can_pipe_disable_cursor()
/Linux-v6.6/tools/testing/selftests/nolibc/
Dnolibc-test.c796 int test_pipe(void) in test_pipe() function
901 CASE_TEST(pipe); EXPECT_SYSZR(1, test_pipe()); break; in run_syscall()