intel_opregion.c | 932 u32 asls, mboxes; local in function:intel_opregion_setup 945 pci_read_config_dword(pdev, ASLS, &asls); 946 DRM_DEBUG_DRIVER("graphic opregion physical addr: 0x%x\n", asls); 947 if (asls == 0) { 955 base = AcpiOsMapMemory(asls, OPREGION_SIZE); 957 base = memremap(asls, OPREGION_SIZE, MEMREMAP_WB); 1026 rvda += asls;
|