Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/fb/
Dmatroxfb.txt379 if you have 32MB of videoram, but if you have only 16MB, you may have
400 if you have 32MB of videoram, but if you have only 16MB, you may have
/linux-3.4.99/Documentation/x86/
Dmtrr.txt72 (--) S3: videoram: 4096k
/linux-3.4.99/drivers/video/aty/
Datyfb_base.c1712 u32 videoram = (info->fix.smem_len - (PAGE_SIZE << 2)); in atyfb_release() local
1714 ((videoram * 8) / var.bits_per_pixel) / in atyfb_release()
2738 u32 videoram = (info->fix.smem_len - (PAGE_SIZE << 2)); in aty_init() local
2739 var.yres_virtual = ((videoram * 8) / var.bits_per_pixel) / var.xres_virtual; in aty_init()
/linux-3.4.99/drivers/video/sis/
Dsis_main.c6641 static int videoram = 0; variable
6718 if(videoram) in sisfb_init_module()
6719 sisfb_videoram = videoram; in sisfb_init_module()
6760 module_param(videoram, int, 0);
6867 MODULE_PARM_DESC(videoram,