/openbmc/u-boot/board/boundary/nitrogen6x/ |
H A D | 6x_bootscript_android_recovery.txt | 12 setenv fbcon "fbcon=10M"; 14 setenv fbcon ${fbcon},10M 24 setenv fbcon "fbcon=10M"; 26 setenv fbcon ${fbcon},10M 36 setenv fbcon "fbcon=10M"; 38 setenv fbcon ${fbcon},10M 48 setenv fbcon "fbcon=28M"; 50 setenv fbcon ${fbcon},28M 62 setenv bootargs $bootargs fbcon=$fbcon
|
H A D | 6x_bootscript_android.txt | 12 setenv fbcon "fbcon=10M"; 14 setenv fbcon ${fbcon},10M 24 setenv fbcon "fbcon=10M"; 26 setenv fbcon ${fbcon},10M 36 setenv fbcon "fbcon=10M"; 38 setenv fbcon ${fbcon},10M 48 setenv fbcon "fbcon=28M"; 50 setenv fbcon ${fbcon},28M 62 setenv bootargs $bootargs fbcon=$fbcon
|
/openbmc/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_crtc2.c | 34 #define m2info (container_of(info, struct matroxfb_dh_fb_info, fbcon)) in matroxfb_dh_setcolreg() 38 if (m2info->fbcon.var.grayscale) { in matroxfb_dh_setcolreg() 42 red = CNVT_TOHW(red, m2info->fbcon.var.red.length); in matroxfb_dh_setcolreg() 43 green = CNVT_TOHW(green, m2info->fbcon.var.green.length); in matroxfb_dh_setcolreg() 44 blue = CNVT_TOHW(blue, m2info->fbcon.var.blue.length); in matroxfb_dh_setcolreg() 45 transp = CNVT_TOHW(transp, m2info->fbcon.var.transp.length); in matroxfb_dh_setcolreg() 47 col = (red << m2info->fbcon.var.red.offset) | in matroxfb_dh_setcolreg() 48 (green << m2info->fbcon.var.green.offset) | in matroxfb_dh_setcolreg() 49 (blue << m2info->fbcon.var.blue.offset) | in matroxfb_dh_setcolreg() 50 (transp << m2info->fbcon.var.transp.offset); in matroxfb_dh_setcolreg() [all …]
|
H A D | matroxfb_base.c | 162 if (info && (info->fbcon.var.bits_per_pixel == minfo->fbcon.var.bits_per_pixel) in update_crtc2() 163 && (info->fbcon.var.xres_virtual == minfo->fbcon.var.xres_virtual) in update_crtc2() 164 && (info->fbcon.var.green.length == minfo->fbcon.var.green.length) in update_crtc2() 166 switch (minfo->fbcon.var.bits_per_pixel) { in update_crtc2() 172 mga_outl(0x3C28, pos + minfo->fbcon.var.xres_virtual * minfo->fbcon.var.bits_per_pixel / 8); in update_crtc2() 324 minfo->fbcon.var.xoffset = var->xoffset; in matrox_pan_var() 325 minfo->fbcon.var.yoffset = var->yoffset; in matrox_pan_var() 326 …pos = (minfo->fbcon.var.yoffset * minfo->fbcon.var.xres_virtual + minfo->fbcon.var.xoffset) * minf… in matrox_pan_var() 373 unregister_framebuffer(&minfo->fbcon); in matroxfb_remove() 648 struct matrox_fb_info* minfo = container_of(fb_info, struct matrox_fb_info, fbcon); in matroxfb_setcolreg() [all …]
|
H A D | matroxfb_accel.c | 120 mpitch = minfo->fbcon.var.xres_virtual; in matrox_cfbX_init() 127 accel = (minfo->fbcon.var.accel_flags & FB_ACCELF_TEXT) == FB_ACCELF_TEXT; in matrox_cfbX_init() 129 switch (minfo->fbcon.var.bits_per_pixel) { in matrox_cfbX_init() 148 case 16: if (minfo->fbcon.var.green.length == 5) in matrox_cfbX_init() 298 …matrox_accel_bmove_lin(minfo, minfo->fbcon.var.xres_virtual >> 1, area->sy, area->sx >> 1, area->d… in matroxfb_cfb4_copyarea() 304 …matrox_accel_bmove(minfo, minfo->fbcon.var.xres_virtual, area->sy, area->sx, area->dy, area->dx, a… in matroxfb_copyarea() 365 mga_outl(M_YDST, sy * minfo->fbcon.var.xres_virtual >> 6); in matroxfb_cfb4_clear() 370 u_int32_t step = minfo->fbcon.var.xres_virtual >> 1; in matroxfb_cfb4_clear()
|
H A D | matroxfb_crtc2.h | 9 struct fb_info fbcon; member
|
H A D | matroxfb_Ti3026.c | 319 if (minfo->fbcon.var.bits_per_pixel == 24) { in Ti3026_setpclk() 338 if (minfo->fbcon.var.bits_per_pixel == 24) { in Ti3026_setpclk() 377 switch (minfo->fbcon.var.bits_per_pixel) { in Ti3026_init() 392 …hw->DACreg[POS3026_XTRUECOLORCTRL] = (minfo->fbcon.var.green.length == 5) ? (TVP3026_XTRUECOLORCTR… in Ti3026_init()
|
H A D | matroxfb_DAC1064.c | 356 switch (minfo->fbcon.var.bits_per_pixel) { in DAC1064_init_1() 362 if (minfo->fbcon.var.green.length == 5) in DAC1064_init_1() 392 if (minfo->fbcon.var.bits_per_pixel > 16) { /* 256 entries */ in DAC1064_init_2() 400 } else if (minfo->fbcon.var.bits_per_pixel > 8) { in DAC1064_init_2() 401 if (minfo->fbcon.var.green.length == 5) { /* 0..31, 128..159 */ in DAC1064_init_2()
|
H A D | matroxfb_base.h | 338 struct fb_info fbcon; member 496 #define info2minfo(info) container_of(info, struct matrox_fb_info, fbcon)
|
/openbmc/linux/Documentation/fb/ |
H A D | fbcon.rst | 5 The framebuffer console (fbcon), as its name implies, is a text 14 What are the features of fbcon? The framebuffer console supports 26 module will be fbcon. 28 In order for fbcon to activate, at least one framebuffer driver is 53 1. Driver and fbcon are compiled statically 55 Usually, fbcon will automatically take over your console. The notable 59 2. Driver is compiled statically, fbcon is compiled as a module 63 do a 'modprobe fbcon'. 65 3. Driver is compiled as a module, fbcon is compiled statically 68 'modprobe xxxfb', fbcon automatically takes over the console with [all …]
|
H A D | index.rst | 18 fbcon
|
H A D | vt8623fb.rst | 39 if device is active (for example used by fbcon).
|
H A D | arkfb.rst | 42 if device is active (for example used by fbcon).
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/ |
H A D | 0001-meson.build-install-fbgs-shell-script.patch | 24 # build fbcon 25 fbcon_srcs = [ 'fbcon.c', 'drmtools.c', 'fbtools.c', 'gfx.c', 'vt.c', 'kbd.c' ]
|
H A D | 0001-meson.build-make-fbpdf-build-optional.patch | 53 # build fbcon 54 fbcon_srcs = [ 'fbcon.c', 'drmtools.c', 'fbtools.c', 'gfx.c', 'vt.c', 'kbd.c' ]
|
/openbmc/linux/drivers/video/console/ |
H A D | Kconfig | 84 bool "Enable legacy fbcon hardware acceleration code" 89 This option enables the fbcon (framebuffer text-based) hardware 115 by using the fbcon=map: boot option. 138 black screen as soon as fbcon loads.
|
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/ |
H A D | rpi-cmdline.bb | 18 CMDLINE_PITFT ?= "${@bb.utils.contains("MACHINE_FEATURES", "pitft", "fbcon=map:10 fbcon=font:VGA8x8…
|
/openbmc/u-boot/configs/ |
H A D | zipitz2_defconfig | 6 CONFIG_BOOTARGS="console=tty0 console=ttyS2,115200 fbcon=rotate:3"
|
H A D | pm9g45_defconfig | 9 CONFIG_BOOTARGS="fbcon=rotate:3 console=tty0 console=ttyS0,115200 root=/dev/mtdblock4 mtdparts=atme…
|
H A D | pm9261_defconfig | 10 CONFIG_BOOTARGS="root=/dev/mtdblock4 rootfstype=jffs2 fbcon=rotate:3 "
|
H A D | pm9263_defconfig | 10 CONFIG_BOOTARGS="root=/dev/mtdblock4 rootfstype=jffs2 fbcon=rotate:3 "
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_device.c | 1548 bool fbcon, bool freeze) in radeon_suspend_kms() argument 1640 if (fbcon) { in radeon_suspend_kms() 1655 int radeon_resume_kms(struct drm_device *dev, bool resume, bool fbcon) in radeon_resume_kms() argument 1666 if (fbcon) { in radeon_resume_kms() 1673 if (fbcon) in radeon_resume_kms() 1736 if (fbcon) { in radeon_resume_kms() 1752 if (fbcon) { in radeon_resume_kms()
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | Makefile | 16 fb-y += fbcon.o bitblit.o softcursor.o
|
/openbmc/linux/arch/arm/configs/ |
H A D | collie_defconfig | 12 CONFIG_CMDLINE="noinitrd root=/dev/mtdblock2 rootfstype=jffs2 fbcon=rotate:1"
|
/openbmc/linux/Documentation/driver-api/ |
H A D | frame-buffer.rst | 11 needed functions to make fbdev and fbcon work. fb_info is only visible
|