Home
last modified time | relevance | path

Searched refs:FBINFO_PARTIAL_PAN_OK (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/u-boot/include/linux/
H A Dfb.h467 #define FBINFO_PARTIAL_PAN_OK 0x0040 /* otw use pan only for double-buffering */ macro
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dwm8505fb.c295 | FBINFO_PARTIAL_PAN_OK; in wm8505fb_probe()
H A Dgrvga.c380 info->flags = FBINFO_DEFAULT | FBINFO_PARTIAL_PAN_OK | FBINFO_HWACCEL_YPAN; in grvga_probe()
H A Dvt8500lcdfb.c308 | FBINFO_PARTIAL_PAN_OK; in vt8500lcd_probe()
H A Dpxa168fb.c643 info->flags = FBINFO_DEFAULT | FBINFO_PARTIAL_PAN_OK | in pxa168fb_probe()
H A Dvt8623fb.c680 info->flags = FBINFO_PARTIAL_PAN_OK | FBINFO_HWACCEL_YPAN; in vt8623_pci_probe()
H A Darkfb.c970 info->flags = FBINFO_PARTIAL_PAN_OK | FBINFO_HWACCEL_YPAN; in ark_pci_probe()
H A Datmel_lcdfb.c1082 info->flags = FBINFO_DEFAULT | FBINFO_PARTIAL_PAN_OK | in atmel_lcdfb_probe()
H A Ds3fb.c1139 info->flags = FBINFO_PARTIAL_PAN_OK | FBINFO_HWACCEL_YPAN; in s3_pci_probe()
H A Dfsl-diu-fb.c1480 info->flags = FBINFO_DEFAULT | FBINFO_VIRTFB | FBINFO_PARTIAL_PAN_OK | in install_fb()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfb.h385 #define FBINFO_PARTIAL_PAN_OK 0x0040 /* otw use pan only for double-buffering */ macro
/OK3568_Linux_fs/kernel/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c505 info->flags = FBINFO_DEFAULT | FBINFO_PARTIAL_PAN_OK | in fb_info_setup()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/vermilion/
H A Dvermilion.c473 info->flags = FBINFO_DEFAULT | FBINFO_PARTIAL_PAN_OK; in vml_pci_probe()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1811 minfo->fbcon.flags = FBINFO_PARTIAL_PAN_OK | /* Prefer panning for scroll under MC viewer/edit */ in initMatrox2()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbcon.c1705 int scroll_partial = info->flags & FBINFO_PARTIAL_PAN_OK; in fbcon_scroll()