Re: [PATCH v2 1/2] PCI/ACPI: Use CXL _OSC instead of PCIe _OSC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 25 Mar 2022, Vishal Verma wrote:

+static bool is_pcie(struct acpi_pci_root *root)
+{
+	if (root->bridge_type == ACPI_BRIDGE_TYPE_PCIE)
+		return true;
+	return false;
+}

-static acpi_status acpi_pci_run_osc(acpi_handle handle,
+static bool is_cxl(struct acpi_pci_root *root)
+{
+	if (root->bridge_type == ACPI_BRIDGE_TYPE_CXL)
+		return true;
+	return false;
+}

return root->bridge_type == TYPE



[Index of Archives]     [Linux IBM ACPI]     [Linux Power Management]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux