Home
last modified time | relevance | path

Searched refs:has_sgram (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Di740fb.c38 bool has_sgram; member
234 if (par->has_sgram) { in i740_calc_fifo()
271 if (par->has_sgram) { in i740_calc_fifo()
306 if (par->has_sgram) { in i740_calc_fifo()
443 dacspeed24 = par->has_sgram ? DACSPEED24_SG : DACSPEED24_SD; in i740fb_decode_var()
1063 par->has_sgram = !((tmp & DRAM_RAS_TIMING) || in i740fb_probe()
1068 par->has_sgram ? "SGRAM" : "SDRAM"); in i740fb_probe()
H A Dtdfxfb.c410 int has_sgram = draminit1 & DRAMINIT1_MEM_SDRAM; in do_lfb_size() local
415 if (has_sgram && !(draminit0 & DRAMINIT0_SGRAM_TYPE)) in do_lfb_size()
419 has_sgram = 0; in do_lfb_size()
426 miscinit1 |= has_sgram ? 0 : MISCINIT1_2DBLOCK_DIS; in do_lfb_size()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Di740fb.c39 bool has_sgram; member
235 if (par->has_sgram) { in i740_calc_fifo()
272 if (par->has_sgram) { in i740_calc_fifo()
307 if (par->has_sgram) { in i740_calc_fifo()
444 dacspeed24 = par->has_sgram ? DACSPEED24_SG : DACSPEED24_SD; in i740fb_decode_var()
1066 par->has_sgram = !((tmp & DRAM_RAS_TIMING) || in i740fb_probe()
1071 par->has_sgram ? "SGRAM" : "SDRAM"); in i740fb_probe()
H A Dtdfxfb.c409 int has_sgram = draminit1 & DRAMINIT1_MEM_SDRAM; in do_lfb_size() local
414 if (has_sgram && !(draminit0 & DRAMINIT0_SGRAM_TYPE)) in do_lfb_size()
418 has_sgram = 0; in do_lfb_size()
425 miscinit1 |= has_sgram ? 0 : MISCINIT1_2DBLOCK_DIS; in do_lfb_size()
/kernel/linux/linux-6.6/drivers/gpu/drm/mgag200/
H A Dmgag200_g200se.c17 bool has_sgram; in mgag200_g200se_init_pci_options() local
27 has_sgram = !!(option & PCI_MGA_OPTION_HARDPWMSK); in mgag200_g200se_init_pci_options()
30 if (has_sgram) in mgag200_g200se_init_pci_options()
H A Dmgag200_g200.c17 bool has_sgram; in mgag200_g200_init_pci_options() local
27 has_sgram = !!(option & PCI_MGA_OPTION_HARDPWMSK); in mgag200_g200_init_pci_options()
29 if (has_sgram) in mgag200_g200_init_pci_options()

Completed in 15 milliseconds