Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dfb.h467 #define FBINFO_PARTIAL_PAN_OK 0x0040 /* otw use pan only for double-buffering */ macro
/openbmc/linux/drivers/video/fbdev/
H A Dwm8505fb.c293 | FBINFO_PARTIAL_PAN_OK; in wm8505fb_probe()
H A Dgrvga.c377 info->flags = FBINFO_PARTIAL_PAN_OK | FBINFO_HWACCEL_YPAN; in grvga_probe()
H A Dvt8500lcdfb.c307 | FBINFO_PARTIAL_PAN_OK; in vt8500lcd_probe()
H A Dpxa168fb.c638 info->flags = FBINFO_PARTIAL_PAN_OK | in pxa168fb_probe()
H A Dvt8623fb.c688 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.c1060 info->flags = FBINFO_PARTIAL_PAN_OK | in atmel_lcdfb_probe()
H A Ds3fb.c1147 info->flags = FBINFO_PARTIAL_PAN_OK | FBINFO_HWACCEL_YPAN; in s3_pci_probe()
H A Dfsl-diu-fb.c1477 info->flags = FBINFO_VIRTFB | FBINFO_PARTIAL_PAN_OK | in install_fb()
/openbmc/linux/include/linux/
H A Dfb.h394 #define FBINFO_PARTIAL_PAN_OK 0x0040 /* otw use pan only for double-buffering */ macro
/openbmc/linux/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c503 info->flags = FBINFO_PARTIAL_PAN_OK | in fb_info_setup()
/openbmc/linux/drivers/video/fbdev/vermilion/
H A Dvermilion.c480 info->flags = FBINFO_PARTIAL_PAN_OK; in vml_pci_probe()
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1812 minfo->fbcon.flags = FBINFO_PARTIAL_PAN_OK | /* Prefer panning for scroll under MC viewer/edit */ in initMatrox2()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c1742 int scroll_partial = info->flags & FBINFO_PARTIAL_PAN_OK; in fbcon_scroll()