Searched refs:commit_cursor_offload_update (Results 1 – 3 of 3) sorted by relevance
294 if (enable_cursor_offload && dc->hwss.commit_cursor_offload_update) { in program_cursor_attributes()295 dc->hwss.commit_cursor_offload_update(dc, pipe_to_program); in program_cursor_attributes()441 if (enable_cursor_offload && dc->hwss.commit_cursor_offload_update) in program_cursor_position()442 dc->hwss.commit_cursor_offload_update(dc, pipe_to_program); in program_cursor_position()
1616 if (dc->hwss.commit_cursor_offload_update) in dcn35_abort_cursor_offload_update()1617 dc->hwss.commit_cursor_offload_update(dc, pipe); in dcn35_abort_cursor_offload_update()
1104 void (*commit_cursor_offload_update)(struct dc *dc, const struct pipe_ctx *pipe); member