Searched refs:scroll_partial (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/video/console/
H A Dfbcon.c1804 int scroll_partial = info->flags & FBINFO_PARTIAL_PAN_OK; fbcon_scroll() local
1859 && ((!scroll_partial && (b - t == vc->vc_rows)) fbcon_scroll()
1860 || (scroll_partial fbcon_scroll()
1877 && ((!scroll_partial && (b - t == vc->vc_rows)) fbcon_scroll()
1878 || (scroll_partial fbcon_scroll()
1949 && ((!scroll_partial && (b - t == vc->vc_rows)) fbcon_scroll()
1950 || (scroll_partial fbcon_scroll()
1971 && ((!scroll_partial && (b - t == vc->vc_rows)) fbcon_scroll()
1972 || (scroll_partial fbcon_scroll()

Completed in 75 milliseconds