mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
cxl/acpi: Rename CFMW coherency restrictions
ACPICA commit 710745713ad3a2543dbfb70e84764f31f0e46bdc
This has been renamed in more recent CXL specs, as
type3 (memory expanders) can also use HDM-DB for
device coherent memory.
Link: 710745713a
Acked-by: Rafael J. Wysocki (Intel) <rafael@kernel.org>
Signed-off-by: Davidlohr Bueso <dave@stgolabs.net>
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Reviewed-by: Gregory Price <gourry@gourry.net>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Link: https://patch.msgid.link/20250908160034.86471-1-dave@stgolabs.net
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
This commit is contained in:
committed by
Dave Jiang
parent
4dfa64181f
commit
c4272905c3
@@ -210,7 +210,7 @@ static struct {
|
||||
},
|
||||
.interleave_ways = 0,
|
||||
.granularity = 4,
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
|
||||
ACPI_CEDT_CFMWS_RESTRICT_VOLATILE,
|
||||
.qtg_id = FAKE_QTG_ID,
|
||||
.window_size = SZ_256M * 4UL,
|
||||
@@ -225,7 +225,7 @@ static struct {
|
||||
},
|
||||
.interleave_ways = 1,
|
||||
.granularity = 4,
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
|
||||
ACPI_CEDT_CFMWS_RESTRICT_VOLATILE,
|
||||
.qtg_id = FAKE_QTG_ID,
|
||||
.window_size = SZ_256M * 8UL,
|
||||
@@ -240,7 +240,7 @@ static struct {
|
||||
},
|
||||
.interleave_ways = 0,
|
||||
.granularity = 4,
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
|
||||
ACPI_CEDT_CFMWS_RESTRICT_PMEM,
|
||||
.qtg_id = FAKE_QTG_ID,
|
||||
.window_size = SZ_256M * 4UL,
|
||||
@@ -255,7 +255,7 @@ static struct {
|
||||
},
|
||||
.interleave_ways = 1,
|
||||
.granularity = 4,
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
|
||||
ACPI_CEDT_CFMWS_RESTRICT_PMEM,
|
||||
.qtg_id = FAKE_QTG_ID,
|
||||
.window_size = SZ_256M * 8UL,
|
||||
@@ -270,7 +270,7 @@ static struct {
|
||||
},
|
||||
.interleave_ways = 0,
|
||||
.granularity = 4,
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
|
||||
ACPI_CEDT_CFMWS_RESTRICT_PMEM,
|
||||
.qtg_id = FAKE_QTG_ID,
|
||||
.window_size = SZ_256M * 4UL,
|
||||
@@ -285,7 +285,7 @@ static struct {
|
||||
},
|
||||
.interleave_ways = 0,
|
||||
.granularity = 4,
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
|
||||
ACPI_CEDT_CFMWS_RESTRICT_VOLATILE,
|
||||
.qtg_id = FAKE_QTG_ID,
|
||||
.window_size = SZ_256M,
|
||||
@@ -302,7 +302,7 @@ static struct {
|
||||
.interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
|
||||
.interleave_ways = 0,
|
||||
.granularity = 4,
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
|
||||
ACPI_CEDT_CFMWS_RESTRICT_PMEM,
|
||||
.qtg_id = FAKE_QTG_ID,
|
||||
.window_size = SZ_256M * 8UL,
|
||||
@@ -318,7 +318,7 @@ static struct {
|
||||
.interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
|
||||
.interleave_ways = 1,
|
||||
.granularity = 0,
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
|
||||
ACPI_CEDT_CFMWS_RESTRICT_PMEM,
|
||||
.qtg_id = FAKE_QTG_ID,
|
||||
.window_size = SZ_256M * 8UL,
|
||||
@@ -334,7 +334,7 @@ static struct {
|
||||
.interleave_arithmetic = ACPI_CEDT_CFMWS_ARITHMETIC_XOR,
|
||||
.interleave_ways = 8,
|
||||
.granularity = 1,
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_TYPE3 |
|
||||
.restrictions = ACPI_CEDT_CFMWS_RESTRICT_HOSTONLYMEM |
|
||||
ACPI_CEDT_CFMWS_RESTRICT_PMEM,
|
||||
.qtg_id = FAKE_QTG_ID,
|
||||
.window_size = SZ_512M * 6UL,
|
||||
|
||||
Reference in New Issue
Block a user