Lines Matching refs:physical
456 release_mem_region(dinfo->aperture.physical, in cleanup()
537 dinfo->aperture.physical = pci_resource_start(pdev, aperture_bar); in intelfb_pci_register()
547 if (!request_mem_region(dinfo->aperture.physical, dinfo->aperture.size, in intelfb_pci_register()
647 (dinfo->aperture.physical, ((offset + dinfo->fb.offset) << 12) in intelfb_pci_register()
682 dinfo->ring.physical = dinfo->aperture.physical in intelfb_pci_register()
707 dinfo->cursor.physical in intelfb_pci_register()
708 = dinfo->gtt_cursor_mem->physical; in intelfb_pci_register()
710 dinfo->cursor.physical = dinfo->aperture.physical in intelfb_pci_register()
734 dinfo->fb.physical = dinfo->aperture.physical in intelfb_pci_register()
743 dinfo->wc_cookie = arch_phys_wc_add(dinfo->aperture.physical, in intelfb_pci_register()
747 dinfo->fb.physical, dinfo->fb.offset, dinfo->fb.size, in intelfb_pci_register()
753 dinfo->ring.physical, dinfo->ring.size, in intelfb_pci_register()
756 dinfo->cursor.physical, dinfo->cursor.size, in intelfb_pci_register()
758 dinfo->cursor.physical); in intelfb_pci_register()
1107 info->fix.smem_start = dinfo->fb.physical; in intelfb_set_fbinfo()
1543 u32 physical; in intelfb_cursor() local
1554 physical = (dinfo->mobile || IS_I9XX(dinfo)) ? dinfo->cursor.physical : in intelfb_cursor()
1557 if (INREG(CURSOR_A_BASEADDR) != physical) { in intelfb_cursor()