Lines Matching refs:physical
456 release_mem_region(dinfo->aperture.physical, in cleanup()
538 dinfo->aperture.physical = pci_resource_start(pdev, aperture_bar); in intelfb_pci_register()
548 if (!request_mem_region(dinfo->aperture.physical, dinfo->aperture.size, in intelfb_pci_register()
648 (dinfo->aperture.physical, ((offset + dinfo->fb.offset) << 12) in intelfb_pci_register()
683 dinfo->ring.physical = dinfo->aperture.physical in intelfb_pci_register()
708 dinfo->cursor.physical in intelfb_pci_register()
709 = dinfo->gtt_cursor_mem->physical; in intelfb_pci_register()
711 dinfo->cursor.physical = dinfo->aperture.physical in intelfb_pci_register()
735 dinfo->fb.physical = dinfo->aperture.physical in intelfb_pci_register()
744 dinfo->wc_cookie = arch_phys_wc_add(dinfo->aperture.physical, in intelfb_pci_register()
748 dinfo->fb.physical, dinfo->fb.offset, dinfo->fb.size, in intelfb_pci_register()
754 dinfo->ring.physical, dinfo->ring.size, in intelfb_pci_register()
757 dinfo->cursor.physical, dinfo->cursor.size, in intelfb_pci_register()
759 dinfo->cursor.physical); in intelfb_pci_register()
1108 info->fix.smem_start = dinfo->fb.physical; in intelfb_set_fbinfo()
1549 u32 physical; in intelfb_cursor() local
1560 physical = (dinfo->mobile || IS_I9XX(dinfo)) ? dinfo->cursor.physical : in intelfb_cursor()
1563 if (INREG(CURSOR_A_BASEADDR) != physical) { in intelfb_cursor()