Searched refs:pipe_to_program (Results 1 – 1 of 1) sorted by relevance
230 struct pipe_ctx *pipe_to_program = NULL; in program_cursor_attributes() local243 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()257 if (pipe_to_program) { in program_cursor_attributes()259 if (pipe_to_program->next_odm_pipe) in program_cursor_attributes()340 struct pipe_ctx *pipe_to_program = NULL; in program_cursor_position() local357 if (!pipe_to_program) { in program_cursor_position()358 pipe_to_program = pipe_ctx; in program_cursor_position()[all …]
Completed in 5 milliseconds