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

/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c956 struct pipe_ctx *test_pipe, *split_pipe; local
967 for (test_pipe = pipe_ctx->top_pipe; test_pipe;
968 test_pipe = test_pipe->top_pipe) {
970 if (!test_pipe->plane_state->visible || test_pipe->plane_state->layer_index == cur_layer)
973 r2 = test_pipe->plane_res.scl_data.recout;
976 split_pipe = test_pipe;
984 if (split_pipe->plane_state->layer_index == test_pipe
[all...]
/linux-master/tools/perf/tests/shell/
H A Dtest_intel_pt.sh631 test_pipe() function
674 test_pipe || ret=$? ; count_result $ret ; ret=0
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c3424 struct pipe_ctx *test_pipe, *split_pipe; local
3435 for (test_pipe = pipe_ctx->top_pipe; test_pipe;
3436 test_pipe = test_pipe->top_pipe) {
3438 if (!test_pipe->plane_state ||
3439 !test_pipe->plane_state->visible ||
3440 test_pipe->plane_state->layer_index == cur_layer)
3443 r2 = test_pipe->plane_res.scl_data.recout;
3446 split_pipe = test_pipe;
[all...]
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c822 int test_pipe(void) function
953 CASE_TEST(pipe); EXPECT_SYSZR(1, test_pipe()); break;

Completed in 115 milliseconds