Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3931 bool enable_cursor_offload = dc_dmub_srv_is_cursor_offload_enabled(dc); in program_cursor_attributes_sequence() local
3942 if (enable_cursor_offload && dc->hwss.begin_cursor_offload_update) { in program_cursor_attributes_sequence()
3956 if (enable_cursor_offload && dc->hwss.update_cursor_offload_pipe) in program_cursor_attributes_sequence()
3961 if (enable_cursor_offload && dc->hwss.commit_cursor_offload_update) { in program_cursor_attributes_sequence()
3979 bool enable_cursor_offload = dc_dmub_srv_is_cursor_offload_enabled(dc); in program_cursor_position_sequence() local
3994 if (enable_cursor_offload && dc->hwss.begin_cursor_offload_update) in program_cursor_position_sequence()
4001 if (enable_cursor_offload && dc->hwss.update_cursor_offload_pipe) in program_cursor_position_sequence()
4009 if (enable_cursor_offload && dc->hwss.commit_cursor_offload_update) in program_cursor_position_sequence()