Home
last modified time | relevance | path

Searched refs:update_cursor_offload_pipe (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c289 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()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h1105 void (*update_cursor_offload_pipe)(struct dc *dc, const struct pipe_ctx *pipe); member