Searched refs:sgram (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/fb/ |
| H A D | matroxfb.rst | 162 - 0 -> 2x128Kx32 chips, 2MB onboard, probably sgram 163 - 1 -> 2x128Kx32 chips, 4MB onboard, probably sgram 164 - 2 -> 2x256Kx32 chips, 4MB onboard, probably sgram 165 - 3 -> 2x256Kx32 chips, 8MB onboard, probably sgram 168 - 6 -> 4x128Kx32 chips, 4MB onboard, probably sgram 169 - 7 -> 4x128Kx32 chips, 8MB onboard, probably sgram 181 You should use sdram or sgram parameter in addition to memtype 190 sgram tells to driver that you have Gxx0 with SGRAM memory. It has no
|
| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_base.c | 1256 static int sgram; /* "matroxfb:sgram" */ variable 2107 minfo->devflags.sgram = sgram; in matroxfb_probe() 2432 sgram = 1; in matroxfb_setup() 2434 sgram = 0; in matroxfb_setup() 2528 module_param(sgram, int, 0); 2529 MODULE_PARM_DESC(sgram, "Indicates that G100/G200/G400 has SGRAM memory (0=SDRAM, 1=SGRAM) (default…
|
| H A D | matroxfb_DAC1064.c | 872 ? minfo->devflags.sgram : 1; in MGAG100_preinit() 946 if (minfo->devflags.sgram) in MGAG100_preinit() 966 if (minfo->devflags.sgram) in MGAG100_preinit()
|
| H A D | matroxfb_base.h | 439 int sgram; member
|