Searched refs:video_base_phys (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.c | 1631 unsigned long video_base_phys = 0; initMatrox2() local 1689 video_base_phys = pci_resource_start(minfo->pcidev, 0); initMatrox2() 1693 video_base_phys = pci_resource_start(minfo->pcidev, 1); initMatrox2() 1701 if (!video_base_phys) { initMatrox2() 1709 if (!request_mem_region(video_base_phys, memsize, "matroxfb FB")) { initMatrox2() 1726 minfo->video.base = video_base_phys; initMatrox2() 1727 if (mga_ioremap(video_base_phys, memsize, MGA_IOREMAP_FB, &minfo->video.vbase)) { initMatrox2() 1729 video_base_phys, memsize); initMatrox2() 1771 minfo->video.base = video_base_phys; initMatrox2() 1777 minfo->mtrr.vram = mtrr_add(video_base_phys, minfo->video.len, MTRR_TYPE_WRCOMB, 1); initMatrox2() 1954 release_mem_region(video_base_phys, minfo->video.len_maximum); initMatrox2()
|
Completed in 66 milliseconds