Searched refs:videoram (Results 1 - 17 of 17) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
H A D | vga.h | 2 * Access to VGA videoram 12 * access the videoram directly without any black magic.
|
/linux-4.4.14/include/asm-generic/ |
H A D | vga.h | 2 * Access to VGA videoram 11 * recalculate addresses and then access the videoram
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | vga.h | 2 * Access to VGA videoram 14 * videoram directly without any black magic.
|
/linux-4.4.14/arch/m32r/include/asm/ |
H A D | vga.h | 5 * Access to VGA videoram 12 * access the videoram directly without any black magic.
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | vga.h | 2 * Access to VGA videoram
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | vga.h | 2 * Access to VGA videoram 14 * access the videoram directly without any black magic.
|
/linux-4.4.14/arch/tile/include/asm/ |
H A D | vga.h | 14 * Access to VGA videoram.
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | vga.h | 7 * Access to VGA videoram
|
/linux-4.4.14/arch/alpha/include/asm/ |
H A D | vga.h | 2 * Access to VGA videoram
|
/linux-4.4.14/include/video/ |
H A D | trident.h | 50 #define SPR 0x1F /* Software Programming Register (videoram) */
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | xen-fbfront.c | 377 /* 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 D | nv_accel.c | 56 /* There is a HW race condition with videoram command buffers.
|
/linux-4.4.14/drivers/video/fbdev/sis/ |
H A D | sis_main.c | 4024 } 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 D | atyfb_base.c | 1722 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 D | radeon_base.c | 2203 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 D | savagefb_driver.c | 1889 printk(KERN_INFO "savagefb: probed videoram: %dk\n", videoRam); savage_init_hw()
|
/linux-4.4.14/drivers/tty/vt/ |
H A D | vt.c | 56 * Resurrected character buffers in videoram plus lots of other trickery
|
Completed in 603 milliseconds