aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Sousa <gustavo.sousa@intel.com>2023-01-12 13:29:55 -0300
committerGustavo Sousa <gustavo.sousa@intel.com>2023-02-07 09:13:10 -0300
commitc1181ae796970b6b48218bd2bdb9392fab0e070f (patch)
tree2f520ff1ad5ecd8a49896df90a08063976cc2623
parent5c11a3742947810ee8bffbd476eb5a1b0c7999f2 (diff)
downloadlinux-firmware-c1181ae796970b6b48218bd2bdb9392fab0e070f.tar.gz
i915: Add DMC v2.11 for MTL
Just as done with HuC in commit 51fff4e69b45 ("i915: Add versionless HuC files for current platforms"), we are now starting to move away from versioning filenames. Next updates for platforms already moved to the new convention will just replace the blob files and update the WHENCE file to reflect the new version. Release notes: 1.Bug fixes for few FW issues. Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
-rw-r--r--WHENCE3
-rw-r--r--i915/mtl_dmc.binbin0 -> 48512 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/WHENCE b/WHENCE
index 47d774e7..a070807a 100644
--- a/WHENCE
+++ b/WHENCE
@@ -4660,6 +4660,9 @@ Version: DMC API/APB ver 2 release 8 for DG2
File: i915/mtl_dmc_ver2_10.bin
Version: DMC API/APB ver 2 release 10 for Meteorlake
+File: i915/mtl_dmc.bin
+Version: DMC API/APB ver 2 release 11 for Meteorlake
+
License: Redistributable. See LICENSE.i915 for details
--------------------------------------------------------------------------
diff --git a/i915/mtl_dmc.bin b/i915/mtl_dmc.bin
new file mode 100644
index 00000000..640b2c1a
--- /dev/null
+++ b/i915/mtl_dmc.bin
Binary files differ