diff options
| author | Dan Williams <[email protected]> | 2024-03-13 07:07:36 +0000 |
|---|---|---|
| committer | Dan Williams <[email protected]> | 2024-03-13 07:07:36 +0000 |
| commit | d5c0078033e2adf30e897d985fd29084ecb56b51 (patch) | |
| tree | 4db9109b51457c17972fa262f1ac1bfc80aad9da /drivers/cxl/core/core.h | |
| parent | lib/firmware_table: Provide buffer length argument to cdat_table_parse() (diff) | |
| parent | cxl/region: Deal with numa nodes not enumerated by SRAT (diff) | |
| download | kernel-d5c0078033e2adf30e897d985fd29084ecb56b51.tar.gz kernel-d5c0078033e2adf30e897d985fd29084ecb56b51.zip | |
Merge branch 'for-6.9/cxl-qos' into for-6.9/cxl
Pick up support for CXL "HMEM reporting" for v6.9, i.e. build an HMAT
from CXL CDAT and PCIe switch information.
Diffstat (limited to 'drivers/cxl/core/core.h')
| -rw-r--r-- | drivers/cxl/core/core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/cxl/core/core.h b/drivers/cxl/core/core.h index 3b64fb1b9ed0..bc5a95665aa0 100644 --- a/drivers/cxl/core/core.h +++ b/drivers/cxl/core/core.h @@ -90,4 +90,8 @@ enum cxl_poison_trace_type { long cxl_pci_get_latency(struct pci_dev *pdev); +int cxl_update_hmat_access_coordinates(int nid, struct cxl_region *cxlr, + enum access_coordinate_class access); +bool cxl_need_node_perf_attrs_update(int nid); + #endif /* __CXL_CORE_H__ */ |
