Searched refs:pipe_to_program (Results 1 – 1 of 1) sorted by relevance
233 struct pipe_ctx *pipe_to_program = NULL; in program_cursor_attributes() local246 if (!pipe_to_program) { in program_cursor_attributes()247 pipe_to_program = pipe_ctx; in program_cursor_attributes()248 dc->hwss.cursor_lock(dc, pipe_to_program, true); in program_cursor_attributes()249 if (pipe_to_program->next_odm_pipe) in program_cursor_attributes()260 if (pipe_to_program) { in program_cursor_attributes()262 if (pipe_to_program->next_odm_pipe) in program_cursor_attributes()362 struct pipe_ctx *pipe_to_program = NULL; in program_cursor_position() local379 if (!pipe_to_program) { in program_cursor_position()380 pipe_to_program = pipe_ctx; in program_cursor_position()[all …]
Completed in 5 milliseconds