Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1044 struct pipe_ctx *test_pipe, *split_pipe; in dcn401_can_pipe_disable_cursor() local
1055 for (test_pipe = pipe_ctx->top_pipe; test_pipe; in dcn401_can_pipe_disable_cursor()
1056 test_pipe = test_pipe->top_pipe) { in dcn401_can_pipe_disable_cursor()
1058 if (!test_pipe->plane_state || in dcn401_can_pipe_disable_cursor()
1059 !test_pipe->plane_state->visible || in dcn401_can_pipe_disable_cursor()
1060 test_pipe->plane_state->layer_index == cur_layer) in dcn401_can_pipe_disable_cursor()
1063 r2 = test_pipe->plane_res.scl_data.recout; in dcn401_can_pipe_disable_cursor()
1066 split_pipe = test_pipe; in dcn401_can_pipe_disable_cursor()
1074 if (split_pipe->plane_state->layer_index == test_pipe->plane_state->layer_index) { in dcn401_can_pipe_disable_cursor()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c995 struct pipe_ctx *test_pipe, *split_pipe; in dc_can_pipe_disable_cursor() local
1006 for (test_pipe = pipe_ctx->top_pipe; test_pipe; in dc_can_pipe_disable_cursor()
1007 test_pipe = test_pipe->top_pipe) { in dc_can_pipe_disable_cursor()
1009 if (!test_pipe->plane_state->visible || test_pipe->plane_state->layer_index == cur_layer) in dc_can_pipe_disable_cursor()
1012 r2 = test_pipe->plane_res.scl_data.recout; in dc_can_pipe_disable_cursor()
1015 split_pipe = test_pipe; in dc_can_pipe_disable_cursor()
1023 if (split_pipe->plane_state->layer_index == test_pipe->plane_state->layer_index) { in dc_can_pipe_disable_cursor()
/linux/tools/perf/tests/shell/
H A Dtest_intel_pt.sh631 test_pipe() function
674 test_pipe || ret=$? ; count_result $ret ; ret=0
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c3434 struct pipe_ctx *test_pipe, *split_pipe; in dcn10_can_pipe_disable_cursor() local
3445 for (test_pipe = pipe_ctx->top_pipe; test_pipe; in dcn10_can_pipe_disable_cursor()
3446 test_pipe = test_pipe->top_pipe) { in dcn10_can_pipe_disable_cursor()
3448 if (!test_pipe->plane_state || in dcn10_can_pipe_disable_cursor()
3449 !test_pipe->plane_state->visible || in dcn10_can_pipe_disable_cursor()
3450 test_pipe->plane_state->layer_index == cur_layer) in dcn10_can_pipe_disable_cursor()
3453 r2 = test_pipe->plane_res.scl_data.recout; in dcn10_can_pipe_disable_cursor()
3456 split_pipe = test_pipe; in dcn10_can_pipe_disable_cursor()
3464 if (split_pipe->plane_state->layer_index == test_pipe->plane_state->layer_index) { in dcn10_can_pipe_disable_cursor()
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c935 int test_pipe(void) in test_pipe() function
1070 CASE_TEST(pipe); EXPECT_SYSZR(1, test_pipe()); break; in run_syscall()