Searched refs:videoram (Results 1 - 17 of 17) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dvga.h2 * Access to VGA videoram
12 * access the videoram directly without any black magic.
/linux-4.4.14/include/asm-generic/
H A Dvga.h2 * Access to VGA videoram
11 * recalculate addresses and then access the videoram
/linux-4.4.14/arch/ia64/include/asm/
H A Dvga.h2 * Access to VGA videoram
14 * videoram directly without any black magic.
/linux-4.4.14/arch/m32r/include/asm/
H A Dvga.h5 * Access to VGA videoram
12 * access the videoram directly without any black magic.
/linux-4.4.14/arch/sparc/include/asm/
H A Dvga.h2 * Access to VGA videoram
/linux-4.4.14/arch/mips/include/asm/
H A Dvga.h2 * Access to VGA videoram
14 * access the videoram directly without any black magic.
/linux-4.4.14/arch/tile/include/asm/
H A Dvga.h14 * Access to VGA videoram.
/linux-4.4.14/arch/powerpc/include/asm/
H A Dvga.h7 * Access to VGA videoram
/linux-4.4.14/arch/alpha/include/asm/
H A Dvga.h2 * Access to VGA videoram
/linux-4.4.14/include/video/
H A Dtrident.h50 #define SPR 0x1F /* Software Programming Register (videoram) */
/linux-4.4.14/drivers/video/fbdev/
H A Dxen-fbfront.c377 /* Limit kernel param videoram amount to what is in xenstore */ xenfb_probe()
378 if (xenbus_scanf(XBT_NIL, dev->otherend, "videoram", "%d", &val) == 1) { xenfb_probe()
/linux-4.4.14/drivers/video/fbdev/nvidia/
H A Dnv_accel.c56 /* There is a HW race condition with videoram command buffers.
/linux-4.4.14/drivers/video/fbdev/sis/
H A Dsis_main.c4024 } else if(!strncasecmp(this_opt, "videoram:", 9)) { sisfb_setup()
6579 static int videoram = 0; variable
6656 if(videoram) sisfb_init_module()
6657 sisfb_videoram = videoram; sisfb_init_module()
6698 module_param(videoram, int, 0);
6805 MODULE_PARM_DESC(videoram,
/linux-4.4.14/drivers/video/fbdev/aty/
H A Datyfb_base.c1722 u32 videoram = (info->fix.smem_len - (PAGE_SIZE << 2)); atyfb_release() local
1724 ((videoram * 8) / var.bits_per_pixel) / atyfb_release()
2722 u32 videoram = (info->fix.smem_len - (PAGE_SIZE << 2)); aty_init() local
2723 var.yres_virtual = ((videoram * 8) / var.bits_per_pixel) / var.xres_virtual; aty_init()
H A Dradeon_base.c2203 pr_debug("radeonfb (%s): Found %ldk of %s %d bits wide videoram\n", radeon_identify_vram()
2398 pr_debug("radeonfb (%s): mapped %ldk videoram\n", pci_name(rinfo->pdev), radeonfb_pci_register()
/linux-4.4.14/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c1889 printk(KERN_INFO "savagefb: probed videoram: %dk\n", videoRam); savage_init_hw()
/linux-4.4.14/drivers/tty/vt/
H A Dvt.c56 * Resurrected character buffers in videoram plus lots of other trickery

Completed in 680 milliseconds