Searched refs:begin_cursor_offload_update (Results 1 – 3 of 3) sorted by relevance
275 if (enable_cursor_offload && dc->hwss.begin_cursor_offload_update) { in program_cursor_attributes()276 dc->hwss.begin_cursor_offload_update(dc, pipe_ctx); in program_cursor_attributes()426 if (enable_cursor_offload && dc->hwss.begin_cursor_offload_update) in program_cursor_position()427 dc->hwss.begin_cursor_offload_update(dc, pipe_ctx); in program_cursor_position()
1613 if (dc->hwss.begin_cursor_offload_update) in dcn35_abort_cursor_offload_update()1614 dc->hwss.begin_cursor_offload_update(dc, pipe); in dcn35_abort_cursor_offload_update()
1103 void (*begin_cursor_offload_update)(struct dc *dc, const struct pipe_ctx *pipe); member