Searched refs:tl_dirty_row_end (Results 1 – 1 of 1) sorted by relevance
139 int tl_dirty_row_end; // row below last one to update member468 term->tl_dirty_row_end = MAX_ROW; in term_start()726 term->tl_dirty_row_end = 0; in term_start()2951 term->tl_dirty_row_end = MAX(term->tl_dirty_row_end, rect.end_row); in handle_damage()3001 term->tl_dirty_row_end = MIN(term->tl_dirty_row_end, dest.end_row); in handle_moverect()3661 && (Rows - term->tl_toprow) < term->tl_dirty_row_end) in update_system_term()3672 for (pos.row = term->tl_dirty_row_start; pos.row < term->tl_dirty_row_end in update_system_term()3688 term->tl_dirty_row_end = 0; in update_system_term()3730 term->tl_dirty_row_end = MAX_ROW; in term_update_window()3791 for (pos.row = term->tl_dirty_row_start; pos.row < term->tl_dirty_row_end in term_update_window()[all …]