Home
last modified time | relevance | path

Searched refs:begin_cursor_offload_update (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c275 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()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c1613 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()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h1103 void (*begin_cursor_offload_update)(struct dc *dc, const struct pipe_ctx *pipe); member