Lines Matching refs:video
375 mtrr_del(minfo->mtrr.vram, minfo->video.base, minfo->video.len); in matroxfb_remove()
378 mga_iounmap(minfo->video.vbase); in matroxfb_remove()
379 release_mem_region(minfo->video.base, minfo->video.len_maximum); in matroxfb_remove()
569 vramlen = minfo->video.len_usable; in matroxfb_decode_var()
732 fix->smem_start = minfo->video.base + minfo->curr.ydstorg.bytes; in matroxfb_update_fix()
733 fix->smem_len = minfo->video.len_usable - minfo->curr.ydstorg.bytes; in matroxfb_update_fix()
771 minfo->fbcon.screen_base = vaddr_va(minfo->video.vbase) + ydstorg; in matroxfb_set_par()
1300 vm = minfo->video.vbase; in matroxfb_getmemory()
1712 minfo->video.len_maximum = memsize; in initMatrox2()
1726 minfo->video.base = video_base_phys; in initMatrox2()
1727 if (mga_ioremap(video_base_phys, memsize, MGA_IOREMAP_FB, &minfo->video.vbase)) { in initMatrox2()
1765 if (!matroxfb_getmemory(minfo, memsize, &minfo->video.len) || !minfo->video.len) { in initMatrox2()
1771 minfo->video.base = video_base_phys; in initMatrox2()
1772 minfo->video.len_usable = minfo->video.len; in initMatrox2()
1773 if (minfo->video.len_usable > b->base->maxdisplayable) in initMatrox2()
1774 minfo->video.len_usable = b->base->maxdisplayable; in initMatrox2()
1777 minfo->mtrr.vram = mtrr_add(video_base_phys, minfo->video.len, MTRR_TYPE_WRCOMB, 1); in initMatrox2()
1816 minfo->video.len_usable &= PAGE_MASK; in initMatrox2()
1912 minfo->fbcon.screen_base = vaddr_va(minfo->video.vbase); in initMatrox2()
1926 minfo->video.base, vaddr_va(minfo->video.vbase), minfo->video.len); in initMatrox2()
1950 mga_iounmap(minfo->video.vbase); in initMatrox2()
1954 release_mem_region(video_base_phys, minfo->video.len_maximum); in initMatrox2()