Lines Matching refs:physical
460 release_mem_region(dinfo->aperture.physical, in cleanup()
545 dinfo->aperture.physical = pci_resource_start(pdev, aperture_bar); in intelfb_pci_register()
555 if (!request_mem_region(dinfo->aperture.physical, dinfo->aperture.size, in intelfb_pci_register()
655 (dinfo->aperture.physical, ((offset + dinfo->fb.offset) << 12) in intelfb_pci_register()
690 dinfo->ring.physical = dinfo->aperture.physical in intelfb_pci_register()
715 dinfo->cursor.physical in intelfb_pci_register()
716 = dinfo->gtt_cursor_mem->physical; in intelfb_pci_register()
718 dinfo->cursor.physical = dinfo->aperture.physical in intelfb_pci_register()
742 dinfo->fb.physical = dinfo->aperture.physical in intelfb_pci_register()
751 dinfo->wc_cookie = arch_phys_wc_add(dinfo->aperture.physical, in intelfb_pci_register()
755 dinfo->fb.physical, dinfo->fb.offset, dinfo->fb.size, in intelfb_pci_register()
761 dinfo->ring.physical, dinfo->ring.size, in intelfb_pci_register()
764 dinfo->cursor.physical, dinfo->cursor.size, in intelfb_pci_register()
766 dinfo->cursor.physical); in intelfb_pci_register()
1114 info->fix.smem_start = dinfo->fb.physical; in intelfb_set_fbinfo()
1553 u32 physical; in intelfb_cursor() local
1564 physical = (dinfo->mobile || IS_I9XX(dinfo)) ? dinfo->cursor.physical : in intelfb_cursor()
1567 if (INREG(CURSOR_A_BASEADDR) != physical) { in intelfb_cursor()