Lines Matching refs:physical
420 dinfo->mtrr_reg = mtrr_add(dinfo->aperture.physical, in set_mtrr()
431 mtrr_del(dinfo->mtrr_reg, dinfo->aperture.physical, in unset_mtrr()
487 release_mem_region(dinfo->aperture.physical, in cleanup()
569 dinfo->aperture.physical = pci_resource_start(pdev, aperture_bar); in intelfb_pci_register()
579 if (!request_mem_region(dinfo->aperture.physical, dinfo->aperture.size, in intelfb_pci_register()
679 (dinfo->aperture.physical, ((offset + dinfo->fb.offset) << 12) in intelfb_pci_register()
712 dinfo->ring.physical = dinfo->aperture.physical in intelfb_pci_register()
737 dinfo->cursor.physical in intelfb_pci_register()
738 = dinfo->gtt_cursor_mem->physical; in intelfb_pci_register()
740 dinfo->cursor.physical = dinfo->aperture.physical in intelfb_pci_register()
764 dinfo->fb.physical = dinfo->aperture.physical in intelfb_pci_register()
776 dinfo->fb.physical, dinfo->fb.offset, dinfo->fb.size, in intelfb_pci_register()
782 dinfo->ring.physical, dinfo->ring.size, in intelfb_pci_register()
785 dinfo->cursor.physical, dinfo->cursor.size, in intelfb_pci_register()
787 dinfo->cursor.physical); in intelfb_pci_register()
1139 info->fix.smem_start = dinfo->fb.physical; in intelfb_set_fbinfo()
1580 u32 physical; in intelfb_cursor() local
1591 physical = (dinfo->mobile || IS_I9XX(dinfo)) ? dinfo->cursor.physical : in intelfb_cursor()
1594 if (INREG(CURSOR_A_BASEADDR) != physical) { in intelfb_cursor()