Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c257 struct pipe_ctx *pipe_to_program = NULL; in program_cursor_attributes() local
270 if (!pipe_to_program) { in program_cursor_attributes()
271 pipe_to_program = pipe_ctx; in program_cursor_attributes()
272 dc->hwss.cursor_lock(dc, pipe_to_program, true); in program_cursor_attributes()
273 if (pipe_to_program->next_odm_pipe) in program_cursor_attributes()
284 if (pipe_to_program) { in program_cursor_attributes()
286 if (pipe_to_program->next_odm_pipe) in program_cursor_attributes()
402 struct pipe_ctx *pipe_to_program = NULL; in program_cursor_position() local
419 if (!pipe_to_program) { in program_cursor_position()
420 pipe_to_program = pipe_ctx; in program_cursor_position()
[all …]