Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/fb/
Dmatroxfb.rst410 if you have 32MB of videoram, but if you have only 16MB, you may have
431 if you have 32MB of videoram, but if you have only 16MB, you may have
/Linux-v5.4/drivers/video/fbdev/aty/
Datyfb_base.c1702 u32 videoram = (info->fix.smem_len - (PAGE_SIZE << 2)); in atyfb_release() local
1704 ((videoram * 8) / var.bits_per_pixel) / in atyfb_release()
2691 u32 videoram = (info->fix.smem_len - (PAGE_SIZE << 2)); in aty_init() local
2692 var.yres_virtual = ((videoram * 8) / var.bits_per_pixel) / var.xres_virtual; in aty_init()
/Linux-v5.4/Documentation/x86/
Dmtrr.rst105 (--) S3: videoram: 4096k
/Linux-v5.4/drivers/video/fbdev/sis/
Dsis_main.c6620 static int videoram = 0; variable
6697 if(videoram) in sisfb_init_module()
6698 sisfb_videoram = videoram; in sisfb_init_module()
6739 module_param(videoram, int, 0);
6846 MODULE_PARM_DESC(videoram,