Searched refs:update_cursor_offload_pipe (Results 1 – 2 of 2) sorted by relevance
289 if (enable_cursor_offload && dc->hwss.update_cursor_offload_pipe) in program_cursor_attributes()290 dc->hwss.update_cursor_offload_pipe(dc, pipe_ctx); in program_cursor_attributes()433 if (enable_cursor_offload && dc->hwss.update_cursor_offload_pipe) in program_cursor_position()434 dc->hwss.update_cursor_offload_pipe(dc, pipe_ctx); in program_cursor_position()
1105 void (*update_cursor_offload_pipe)(struct dc *dc, const struct pipe_ctx *pipe); member