aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_module.h
diff options
context:
space:
mode:
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>2023-11-17 14:51:52 -0800
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-21 11:45:06 -0500
commit5152234e2e7a1d5b0897733f84597df23cde98b1 (patch)
treee36615310dcba7a9c6ef01be3d839c6ed1399165 /drivers/gpu/drm/xe/xe_module.h
parent9897eb855544f0ef0921a5cc4517deb1fcf06c6f (diff)
drm/xe/gsc: Define GSC FW for MTL
We track GSC FW based on its compatibility version, which is what determines the interface it supports. Also add a modparam override like the ones for GuC and HuC. v2: fix module param description (John) Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Cc: Alan Previn <alan.previn.teres.alexis@intel.com> Cc: John Harrison <John.C.Harrison@Intel.com> Reviewed-by: John Harrison <John.C.Harrison@Intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_module.h')
-rw-r--r--drivers/gpu/drm/xe/xe_module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/xe_module.h b/drivers/gpu/drm/xe/xe_module.h
index 51d75ff12376..88ef0e8b2bfd 100644
--- a/drivers/gpu/drm/xe/xe_module.h
+++ b/drivers/gpu/drm/xe/xe_module.h
@@ -16,6 +16,7 @@ struct xe_modparam {
int guc_log_level;
char *guc_firmware_path;
char *huc_firmware_path;
+ char *gsc_firmware_path;
char *force_probe;
};