Searched refs:sgram (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/mga/ |
D | mga_ioc32.c | 43 int sgram; member 75 || __put_user(init32.sgram, &init->sgram) in compat_mga_init()
|
D | mga_dma.c | 792 if (init->sgram) in mga_do_init_dma()
|
/linux-4.1.27/Documentation/fb/ |
D | matroxfb.txt | 151 G200: 0 -> 2x128Kx32 chips, 2MB onboard, probably sgram 152 1 -> 2x128Kx32 chips, 4MB onboard, probably sgram 153 2 -> 2x256Kx32 chips, 4MB onboard, probably sgram 154 3 -> 2x256Kx32 chips, 8MB onboard, probably sgram 157 6 -> 4x128Kx32 chips, 4MB onboard, probably sgram 158 7 -> 4x128Kx32 chips, 8MB onboard, probably sgram 168 You should use sdram or sgram parameter in addition to memtype 176 sgram - tells to driver that you have Gxx0 with SGRAM memory. It has no
|
/linux-4.1.27/include/uapi/drm/ |
D | mga_drm.h | 279 int sgram; member
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 1258 static int sgram; /* "matroxfb:sgram" */ variable 2100 minfo->devflags.sgram = sgram; in matroxfb_probe() 2420 sgram = 1; in matroxfb_setup() 2422 sgram = 0; in matroxfb_setup() 2522 module_param(sgram, int, 0); 2523 MODULE_PARM_DESC(sgram, "Indicates that G100/G200/G400 has SGRAM memory (0=SDRAM, 1=SGRAM) (default…
|
D | matroxfb_DAC1064.c | 870 ? minfo->devflags.sgram : 1; in MGAG100_preinit() 944 if (minfo->devflags.sgram) in MGAG100_preinit() 964 if (minfo->devflags.sgram) in MGAG100_preinit()
|
D | matroxfb_base.h | 465 int sgram; member
|