Searched refs:scrollmode (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/video/fbdev/core/ | 
| D | fbcon_ud.c | 53 	u32 vyres = GETVYRES(ops->p->scrollmode, info);  in ud_bmove() 54 	u32 vxres = GETVXRES(ops->p->scrollmode, info);  in ud_bmove() 72 	u32 vyres = GETVYRES(ops->p->scrollmode, info);  in ud_clear() 73 	u32 vxres = GETVXRES(ops->p->scrollmode, info);  in ud_clear() 165 	u32 vyres = GETVYRES(ops->p->scrollmode, info);  in ud_putcs() 166 	u32 vxres = GETVXRES(ops->p->scrollmode, info);  in ud_putcs() 262 	u32 vyres = GETVYRES(ops->p->scrollmode, info);  in ud_cursor() 263 	u32 vxres = GETVXRES(ops->p->scrollmode, info);  in ud_cursor() 413 	u32 vyres = GETVYRES(ops->p->scrollmode, info);  in ud_update_start() 414 	u32 vxres = GETVXRES(ops->p->scrollmode, info);  in ud_update_start()
  | 
| D | fbcon_cw.c | 53 	u32 vxres = GETVXRES(ops->p->scrollmode, info);  in cw_bmove() 71 	u32 vxres = GETVXRES(ops->p->scrollmode, info);  in cw_clear() 128 	u32 vxres = GETVXRES(ops->p->scrollmode, info);  in cw_putcs() 215 	u32 vxres = GETVXRES(ops->p->scrollmode, info);  in cw_cursor() 372 	u32 vxres = GETVXRES(ops->p->scrollmode, info);  in cw_update_start()
  | 
| D | fbcon_ccw.c | 68 	u32 vyres = GETVYRES(ops->p->scrollmode, info);  in ccw_bmove() 86 	u32 vyres = GETVYRES(ops->p->scrollmode, info);  in ccw_clear() 143 	u32 vyres = GETVYRES(ops->p->scrollmode, info);  in ccw_putcs() 232 	u32 vyres = GETVYRES(ops->p->scrollmode, info);  in ccw_cursor() 390 	u32 vyres = GETVYRES(ops->p->scrollmode, info);  in ccw_update_start()
  | 
| D | fbcon.h | 32     u_short scrollmode;             /* Scroll Method */  member
  | 
| D | fbcon.c | 1152 		p->scrollmode = SCROLL_MOVE;  in fbcon_init() 1154 		p->scrollmode = SCROLL_REDRAW;  in fbcon_init() 1717 		switch (p->scrollmode) {  in fbcon_scroll() 1807 		switch (p->scrollmode) {  in fbcon_scroll() 1992 			p->scrollmode = good_wrap ?  in updatescrollmode() 1995 			p->scrollmode = good_wrap ? SCROLL_REDRAW :  in updatescrollmode() 1999 			p->scrollmode = SCROLL_MOVE;  in updatescrollmode() 2001 			p->scrollmode = SCROLL_REDRAW;  in updatescrollmode() 2163 	switch (p->scrollmode) {  in fbcon_switch()
  |