mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/i915/mtl: add initial definitions for GSC CS
Starting on MTL, the GSC is no longer managed with direct MMIO access, but we instead have a dedicated command streamer for it. As a first step for adding support for this CS, add the required definitions. Note that, although it is now a CS, the GSC retains its old class:instance value (OTHER_CLASS instance 6) Bspec: 65308, 45605 Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com> Cc: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20221102171047.2787951-2-daniele.ceraolospurio@intel.com
This commit is contained in:
@@ -140,6 +140,7 @@ const char *intel_engine_class_repr(u8 class)
|
||||
[COPY_ENGINE_CLASS] = "bcs",
|
||||
[VIDEO_DECODE_CLASS] = "vcs",
|
||||
[VIDEO_ENHANCEMENT_CLASS] = "vecs",
|
||||
[OTHER_CLASS] = "other",
|
||||
[COMPUTE_CLASS] = "ccs",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user