[RFC PATCH 1/8] drm/xe: Add PSC region for PVC
Maarten Lankhorst
dev at lankhorst.se
Fri Jun 13 13:45:20 UTC 2025
Signed-off-by: Maarten Lankhorst <dev at lankhorst.se>
---
drivers/gpu/drm/xe/xe_nvm.c | 1 +
include/linux/intel_dg_nvm_aux.h | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/xe/xe_nvm.c b/drivers/gpu/drm/xe/xe_nvm.c
index 61b0a1531a539..0a703c2612548 100644
--- a/drivers/gpu/drm/xe/xe_nvm.c
+++ b/drivers/gpu/drm/xe/xe_nvm.c
@@ -31,6 +31,7 @@ static const struct intel_dg_nvm_region regions[INTEL_DG_NVM_REGIONS] = {
[9] = { .name = "PADDING", },
[11] = { .name = "OptionROM", },
[12] = { .name = "DAM", },
+ [13] = { .name = "PSC" },
};
static void xe_nvm_release_dev(struct device *dev)
diff --git a/include/linux/intel_dg_nvm_aux.h b/include/linux/intel_dg_nvm_aux.h
index 625d46a6b96e5..c51fe68d9a59d 100644
--- a/include/linux/intel_dg_nvm_aux.h
+++ b/include/linux/intel_dg_nvm_aux.h
@@ -11,7 +11,7 @@
#include <linux/ioport.h>
#include <linux/types.h>
-#define INTEL_DG_NVM_REGIONS 13
+#define INTEL_DG_NVM_REGIONS 14
struct intel_dg_nvm_region {
const char *name;
--
2.45.2
More information about the dri-devel
mailing list