mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 00:15:49 -04:00
drm/xe/gsc: define GSCCS for LNL
LNL has 1 GSCCS, same as MTL. Note that the GSCCS will be disabled until we have a GSC FW defined, but having it in the list of engine is a requirement to add such definition. v2: rebase Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Reviewed-by: Shekhar Chauhan <shekhar.chauhan@intel.com> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240419183412.1605782-2-daniele.ceraolospurio@intel.com
This commit is contained in:
@@ -211,7 +211,8 @@ static const struct xe_media_desc media_xe2 = {
|
||||
.name = "Xe2_LPM / Xe2_HPM",
|
||||
.hw_engine_mask =
|
||||
GENMASK(XE_HW_ENGINE_VCS7, XE_HW_ENGINE_VCS0) |
|
||||
GENMASK(XE_HW_ENGINE_VECS3, XE_HW_ENGINE_VECS0), /* TODO: GSC0 */
|
||||
GENMASK(XE_HW_ENGINE_VECS3, XE_HW_ENGINE_VECS0) |
|
||||
BIT(XE_HW_ENGINE_GSCCS0)
|
||||
};
|
||||
|
||||
static const struct xe_device_desc tgl_desc = {
|
||||
|
||||
Reference in New Issue
Block a user