Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_stream.c230 struct pipe_ctx *pipe_to_program = NULL; in program_cursor_attributes() local
243 if (!pipe_to_program) { in program_cursor_attributes()
244 pipe_to_program = pipe_ctx; in program_cursor_attributes()
245 dc->hwss.cursor_lock(dc, pipe_to_program, true); in program_cursor_attributes()
246 if (pipe_to_program->next_odm_pipe) in program_cursor_attributes()
247 dc->hwss.cursor_lock(dc, pipe_to_program->next_odm_pipe, true); in program_cursor_attributes()
257 if (pipe_to_program) { in program_cursor_attributes()
258 dc->hwss.cursor_lock(dc, pipe_to_program, false); in program_cursor_attributes()
259 if (pipe_to_program->next_odm_pipe) in program_cursor_attributes()
260 dc->hwss.cursor_lock(dc, pipe_to_program->next_odm_pipe, false); in program_cursor_attributes()
[all …]