Searched refs:pipe_to_program (Results 1 – 1 of 1) sorted by relevance
258 struct pipe_ctx *pipe_to_program = NULL; in program_cursor_attributes() local271 if (!pipe_to_program) { in program_cursor_attributes()272 pipe_to_program = pipe_ctx; in program_cursor_attributes()273 dc->hwss.cursor_lock(dc, pipe_to_program, true); in program_cursor_attributes()274 if (pipe_to_program->next_odm_pipe) in program_cursor_attributes()275 dc->hwss.cursor_lock(dc, pipe_to_program->next_odm_pipe, true); in program_cursor_attributes()285 if (pipe_to_program) { in program_cursor_attributes()286 dc->hwss.cursor_lock(dc, pipe_to_program, false); in program_cursor_attributes()287 if (pipe_to_program->next_odm_pipe) in program_cursor_attributes()288 dc->hwss.cursor_lock(dc, pipe_to_program->next_odm_pipe, false); in program_cursor_attributes()[all …]