Searched refs:enable_cursor_offload (Results 1 – 2 of 2) sorted by relevance
269 bool enable_cursor_offload = dc_dmub_srv_is_cursor_offload_enabled(dc); in program_cursor_attributes() local285 if (enable_cursor_offload && dc->hwss.begin_cursor_offload_update) { in program_cursor_attributes()299 if (enable_cursor_offload && dc->hwss.update_cursor_offload_pipe) in program_cursor_attributes()304 if (enable_cursor_offload && dc->hwss.commit_cursor_offload_update) { in program_cursor_attributes()416 bool enable_cursor_offload = dc_dmub_srv_is_cursor_offload_enabled(dc); in program_cursor_position() local436 if (enable_cursor_offload && dc->hwss.begin_cursor_offload_update) in program_cursor_position()443 if (enable_cursor_offload && dc->hwss.update_cursor_offload_pipe) in program_cursor_position()451 if (enable_cursor_offload && dc->hwss.commit_cursor_offload_update) in program_cursor_position()
561 bool enable_cursor_offload; member