Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/fb/
A Dmatroxfb.rst165 - 0 -> 2x128Kx32 chips, 2MB onboard, probably sgram
166 - 1 -> 2x128Kx32 chips, 4MB onboard, probably sgram
167 - 2 -> 2x256Kx32 chips, 4MB onboard, probably sgram
168 - 3 -> 2x256Kx32 chips, 8MB onboard, probably sgram
171 - 6 -> 4x128Kx32 chips, 4MB onboard, probably sgram
172 - 7 -> 4x128Kx32 chips, 8MB onboard, probably sgram
184 You should use sdram or sgram parameter in addition to memtype
193 sgram tells to driver that you have Gxx0 with SGRAM memory. It has no
/linux-6.3-rc2/drivers/video/fbdev/matrox/
A Dmatroxfb_base.c1253 static int sgram; /* "matroxfb:sgram" */ variable
2104 minfo->devflags.sgram = sgram; in matroxfb_probe()
2429 sgram = 1; in matroxfb_setup()
2431 sgram = 0; in matroxfb_setup()
2525 module_param(sgram, int, 0);
2526 MODULE_PARM_DESC(sgram, "Indicates that G100/G200/G400 has SGRAM memory (0=SDRAM, 1=SGRAM) (default…
A Dmatroxfb_DAC1064.c871 ? minfo->devflags.sgram : 1; in MGAG100_preinit()
945 if (minfo->devflags.sgram) in MGAG100_preinit()
965 if (minfo->devflags.sgram) in MGAG100_preinit()
A Dmatroxfb_base.h439 int sgram; member

Completed in 15 milliseconds