Searched refs:scroll_partial (Results 1 – 1 of 1) sorted by relevance
1836 int scroll_partial = info->flags & FBINFO_PARTIAL_PAN_OK; in fbcon_scroll() 1886 && ((!scroll_partial && (b - t == vc->vc_rows)) in fbcon_scroll() 1887 || (scroll_partial in fbcon_scroll() 1904 && ((!scroll_partial && (b - t == vc->vc_rows)) in fbcon_scroll() 1905 || (scroll_partial in fbcon_scroll() 1973 && ((!scroll_partial && (b - t == vc->vc_rows)) in fbcon_scroll() 1974 || (scroll_partial in fbcon_scroll() 1995 && ((!scroll_partial && (b - t == vc->vc_rows)) in updatescrollmode_accel() 1996 || (scroll_partial in updatescrollmode_accel() 1789 int scroll_partial = info->flags & FBINFO_PARTIAL_PAN_OK; fbcon_scroll() local