| /linux/drivers/gpu/drm/nouveau/ |
| A D | nouveau_fbcon.c | 233 if (drm->fbcon && drm->fbcon->helper.fbdev) { in nouveau_fbcon_accel_save_disable() 234 drm->fbcon->saved_flags = drm->fbcon->helper.fbdev->flags; in nouveau_fbcon_accel_save_disable() 243 if (drm->fbcon && drm->fbcon->helper.fbdev) { in nouveau_fbcon_accel_restore() 244 drm->fbcon->helper.fbdev->flags = drm->fbcon->saved_flags; in nouveau_fbcon_accel_restore() 252 struct nouveau_fbdev *fbcon = drm->fbcon; in nouveau_fbcon_accel_fini() local 273 struct nouveau_fbdev *fbcon = drm->fbcon; in nouveau_fbcon_accel_init() local 493 struct nouveau_fbdev *fbcon = drm->fbcon; in nouveau_fbcon_output_poll_changed() local 496 if (!fbcon) in nouveau_fbcon_output_poll_changed() 530 if (!fbcon) in nouveau_fbcon_hotplug_resume() 557 if (!fbcon) in nouveau_fbcon_init() [all …]
|
| A D | nouveau_fbcon.h | 78 void nouveau_fbcon_hotplug_resume(struct nouveau_fbdev *fbcon);
|
| /linux/drivers/video/fbdev/matrox/ |
| A D | matroxfb_crtc2.c | 38 if (m2info->fbcon.var.grayscale) { in matroxfb_dh_setcolreg() 52 switch (m2info->fbcon.var.bits_per_pixel) { in matroxfb_dh_setcolreg() 123 u_int32_t linelen = m2info->fbcon.var.xres_virtual * (m2info->fbcon.var.bits_per_pixel >> 3); in matroxfb_dh_restore() 175 m2info->fbcon.var.xoffset = var->xoffset; in matroxfb_dh_pan_var() 179 pos = m2info->fbcon.var.yoffset * linelen + m2info->fbcon.var.xoffset * pixelsize; in matroxfb_dh_pan_var() 338 m2info->fbcon.fix.visual = visual; in matroxfb_dh_set_par() 340 m2info->fbcon.fix.type_aux = 0; in matroxfb_dh_set_par() 354 …pos = (m2info->fbcon.var.yoffset * m2info->fbcon.var.xres_virtual + m2info->fbcon.var.xoffset) * m… in matroxfb_dh_set_par() 460 return minfo->fbcon.fbops->fb_ioctl(&minfo->fbcon, cmd, arg); in matroxfb_dh_ioctl() 660 minfo->fbcon.node, m2info->fbcon.node); in matroxfb_dh_registerfb() [all …]
|
| A D | matroxfb_base.c | 161 if (info && (info->fbcon.var.bits_per_pixel == minfo->fbcon.var.bits_per_pixel) in update_crtc2() 162 && (info->fbcon.var.xres_virtual == minfo->fbcon.var.xres_virtual) in update_crtc2() 163 && (info->fbcon.var.green.length == minfo->fbcon.var.green.length) in update_crtc2() 171 mga_outl(0x3C28, pos + minfo->fbcon.var.xres_virtual * minfo->fbcon.var.bits_per_pixel / 8); in update_crtc2() 325 …pos = (minfo->fbcon.var.yoffset * minfo->fbcon.var.xres_virtual + minfo->fbcon.var.xoffset) * minf… in matrox_pan_var() 661 if (minfo->fbcon.var.grayscale) { in matroxfb_setcolreg() 767 minfo->fbcon.fix.visual = visual; in matroxfb_set_par() 769 minfo->fbcon.fix.type_aux = 0; in matroxfb_set_par() 951 crtc2->fbcon.fbops->fb_set_par(&crtc2->fbcon); in matroxfb_ioctl() 1792 minfo->fbcon.monspecs.hfmin = 0; in initMatrox2() [all …]
|
| 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()
|
| A D | matroxfb_crtc2.h | 9 struct fb_info fbcon; member
|
| 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()
|
| 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()
|
| A D | matroxfb_base.h | 339 struct fb_info fbcon; member 497 #define info2minfo(info) container_of(info, struct matrox_fb_info, fbcon)
|
| A D | i2c-matroxfb.c | 113 minfo->fbcon.node); in i2c_bus_reg()
|
| /linux/Documentation/fb/ |
| A D | fbcon.rst | 26 module will be fbcon. 81 1. fbcon=font:<name> 91 2. fbcon=map:<0123> 106 available, fb0, adding fbcon=map:1 tells fbcon not to take over the 112 3. fbcon=vc:<n1>-<n2> 123 4. fbcon=rotate:<n> 155 6. fbcon=nodefer 202 fbcon. 235 4. If fbcon is compiled as a module, load fbcon by doing:: 306 # Unbind fbcon [all …]
|
| A D | index.rst | 18 fbcon
|
| A D | vt8623fb.rst | 39 if device is active (for example used by fbcon).
|
| A D | arkfb.rst | 42 if device is active (for example used by fbcon).
|
| /linux/drivers/video/fbdev/core/ |
| A D | built-in.a | 12 fbcon.o/
|
| A D | Makefile | 10 fb-y += fbcon.o bitblit.o softcursor.o
|
| A D | .built-in.a.cmd | 1 …core/fbcvt.o drivers/video/fbdev/core/fb_defio.o drivers/video/fbdev/core/fbcon.o drivers/video/fb…
|
| A D | .fbcon.o.cmd | 1 …fbcon.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aa… 3 source_drivers/video/fbdev/core/fbcon.o := drivers/video/fbdev/core/fbcon.c 5 deps_drivers/video/fbdev/core/fbcon.o := \ 1356 include/linux/fbcon.h \ 1392 drivers/video/fbdev/core/fbcon.h \ 1394 drivers/video/fbdev/core/fbcon.o: $(deps_drivers/video/fbdev/core/fbcon.o) 1396 $(deps_drivers/video/fbdev/core/fbcon.o):
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | radeon_device.c | 1556 bool fbcon, bool freeze) in radeon_suspend_kms() argument 1645 if (fbcon) { in radeon_suspend_kms() 1660 int radeon_resume_kms(struct drm_device *dev, bool resume, bool fbcon) in radeon_resume_kms() argument 1671 if (fbcon) { in radeon_resume_kms() 1678 if (fbcon) in radeon_resume_kms() 1741 if (fbcon) { in radeon_resume_kms() 1757 if (fbcon) { in radeon_resume_kms()
|
| A D | radeon_drv.c | 120 bool fbcon, bool freeze); 121 int radeon_resume_kms(struct drm_device *dev, bool resume, bool fbcon);
|
| /linux/drivers/video/fbdev/ |
| A D | built-in.a | 12 core/fbcon.o/
|
| /linux/drivers/video/ |
| A D | built-in.a | 17 fbdev/core/fbcon.o/
|
| /linux/drivers/video/console/ |
| A D | Kconfig | 93 by using the fbcon=map: boot option. 116 black screen as soon as fbcon loads.
|
| /linux/arch/arm/configs/ |
| A D | collie_defconfig | 17 CONFIG_CMDLINE="noinitrd root=/dev/mtdblock2 rootfstype=jffs2 fbcon=rotate:1"
|
| /linux/Documentation/driver-api/ |
| A D | frame-buffer.rst | 11 needed functions to make fbdev and fbcon work. fb_info is only visible
|