Searched refs:total_vram (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dplatinumfb.c67 unsigned long total_vram; member in struct:fb_info_platinum
279 out_be32(&platinum_regs->reg[26+32].r, (pinfo->total_vram == 0x100000 ?
284 out_be32(&platinum_regs->reg[19].r, (pinfo->total_vram == 0x100000 ?
287 out_be32(&platinum_regs->reg[20].r, (pinfo->total_vram == 0x100000 ? 0x11 : 0x1011));
295 STORE_D2(0, (pinfo->total_vram == 0x100000 ?
325 info->fix.smem_len = pinfo->total_vram - 0x20;
365 platinum_vram_reqd(default_vmode, default_cmode) > pinfo->total_vram)
461 if (platinum_vram_reqd(vmode, cmode) > pinfo->total_vram) {
602 pinfo->total_vram = (bank0 + bank1 + bank2 + bank3) * 0x100000;
603 printk(KERN_INFO "platinumfb: Total VRAM = %dMB (%d%d%d%d)\n", (int) (pinfo->total_vram / 102
[all...]
H A Dcontrolfb.c112 unsigned long total_vram; member in struct:fb_info_control
417 full = p->total_vram == 0x400000;
469 vyres = (p->total_vram - CTRLFB_OFF) / (var.xres << cmode);
677 p->total_vram = (bank1 + bank2) * 0x200000;
744 if (!p->total_vram)
850 if (p->total_vram > 0x200000) {
863 if (p->total_vram > 0x200000) {
875 if (p->total_vram > 0x200000) {
908 if (par->pitch * par->vyres + CTRLFB_OFF > p->total_vram)
1060 info->fix.smem_len = p->total_vram
[all...]
H A Dvalkyriefb.c99 unsigned long total_vram; member in struct:fb_info_valkyrie
309 || valkyrie_vram_reqd(default_vmode, default_cmode) > p->total_vram)
369 p->total_vram = 0x100000;
371 p->frame_buffer = __ioremap(frame_buffer_phys, p->total_vram, flags);
497 if (valkyrie_vram_reqd(vmode, cmode) > p->total_vram) {
522 fix->smem_len = p->total_vram;

Completed in 53 milliseconds