Home
last modified time | relevance | path

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

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