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()
570 dinfo->aperture.physical = pci_resource_start(pdev, aperture_bar); in intelfb_pci_register()
580 if (!request_mem_region(dinfo->aperture.physical, dinfo->aperture.size, in intelfb_pci_register()
680 (dinfo->aperture.physical, ((offset + dinfo->fb.offset) << 12) in intelfb_pci_register()
713 dinfo->ring.physical = dinfo->aperture.physical in intelfb_pci_register()
738 dinfo->cursor.physical in intelfb_pci_register()
739 = dinfo->gtt_cursor_mem->physical; in intelfb_pci_register()
741 dinfo->cursor.physical = dinfo->aperture.physical in intelfb_pci_register()
765 dinfo->fb.physical = dinfo->aperture.physical in intelfb_pci_register()
777 dinfo->fb.physical, dinfo->fb.offset, dinfo->fb.size, in intelfb_pci_register()
783 dinfo->ring.physical, dinfo->ring.size, in intelfb_pci_register()
786 dinfo->cursor.physical, dinfo->cursor.size, in intelfb_pci_register()
788 dinfo->cursor.physical); in intelfb_pci_register()
1140 info->fix.smem_start = dinfo->fb.physical; in intelfb_set_fbinfo()
1581 u32 physical; in intelfb_cursor() local
1592 physical = (dinfo->mobile || IS_I9XX(dinfo)) ? dinfo->cursor.physical : in intelfb_cursor()
1595 if (INREG(CURSOR_A_BASEADDR) != physical) { in intelfb_cursor()