Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c3332 struct pipe_ctx *test_pipe, *split_pipe; in dcn10_can_pipe_disable_cursor() local
3343 for (test_pipe = pipe_ctx->top_pipe; test_pipe; in dcn10_can_pipe_disable_cursor()
3344 test_pipe = test_pipe->top_pipe) { in dcn10_can_pipe_disable_cursor()
3346 if (!test_pipe->plane_state->visible || test_pipe->plane_state->layer_index == cur_layer) in dcn10_can_pipe_disable_cursor()
3349 r2 = test_pipe->plane_res.scl_data.recout; in dcn10_can_pipe_disable_cursor()
3352 split_pipe = test_pipe; in dcn10_can_pipe_disable_cursor()
3360 if (split_pipe->plane_state->layer_index == test_pipe->plane_state->layer_index) { in dcn10_can_pipe_disable_cursor()