Home
last modified time | relevance | path

Searched refs:videoram (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/fb/
H A Dmatroxfb.rst408 if you have 32MB of videoram, but if you have only 16MB, you may have
429 if you have 32MB of videoram, but if you have only 16MB, you may have
/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c1720 u32 videoram = (info->fix.smem_len - (PAGE_SIZE << 2)); in atyfb_release() local
1722 ((videoram * 8) / var.bits_per_pixel) / in atyfb_release()
2723 u32 videoram = (info->fix.smem_len - (PAGE_SIZE << 2)); in aty_init() local
2724 var.yres_virtual = ((videoram * 8) / var.bits_per_pixel) / var.xres_virtual; in aty_init()
/linux/Documentation/arch/x86/
H A Dmtrr.rst105 (--) S3: videoram: 4096k
/linux/drivers/video/fbdev/sis/
H A Dsis_main.c6601 static int videoram = 0; variable
6678 if(videoram) in sisfb_init_module()
6679 sisfb_videoram = videoram; in sisfb_init_module()
6720 module_param(videoram, int, 0);
6827 MODULE_PARM_DESC(videoram,