Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c3358 struct pipe_ctx *test_pipe, *split_pipe; in dcn10_can_pipe_disable_cursor() local
3369 for (test_pipe = pipe_ctx->top_pipe; test_pipe; in dcn10_can_pipe_disable_cursor()
3370 test_pipe = test_pipe->top_pipe) { in dcn10_can_pipe_disable_cursor()
3372 if (!test_pipe->plane_state->visible || test_pipe->plane_state->layer_index == cur_layer) in dcn10_can_pipe_disable_cursor()
3375 r2 = test_pipe->plane_res.scl_data.recout; in dcn10_can_pipe_disable_cursor()
3378 split_pipe = test_pipe; in dcn10_can_pipe_disable_cursor()
3386 if (split_pipe->plane_state->layer_index == test_pipe->plane_state->layer_index) { in dcn10_can_pipe_disable_cursor()