From: Rodrigo Vivi Date: Sat, 20 Jun 2015 00:29:18 +0000 (-0700) Subject: linux-firmware: New minor DMC release for Skylake - ver1_18 X-Git-Tag: 20190312~542^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a750f4ee10f962640c479aca184fe65f83956295;p=linux-firmware linux-firmware: New minor DMC release for Skylake - ver1_18 Following additions: 1. No changes to the FW program itself 2. CSS header size field was fixed 3. DMCheader length field is mentioned in dwords instead of bytes 4. Date field is fixed in header. 4. Fixed the DMC Header.HeaderLen issue. The HeaderLen is specified in bytes instead of dwords. 6. DC 5 and 6 count locations are in the below mentioned offsets - same as ver1.16 DC3_DC5_COUNT 80030 DC5_DC6_COUNT 8002C Signed-off-by: Rodrigo Vivi --- diff --git a/WHENCE b/WHENCE index 084d8e1..de959c1 100644 --- a/WHENCE +++ b/WHENCE @@ -2763,9 +2763,10 @@ Driver: i915 -- Intel Integrated Graphics driver File: i915/skl_dmc_ver1_04.bin File: i915/skl_dmc_ver1_16.bin +File: i915/skl_dmc_ver1_18.bin File: i915/skl_dmc_ver1.bin -Version: DMC API/ABI ver 1 - release 16 for Skylake +Version: DMC API/ABI ver 1 - release 18 for Skylake File: i915/bxt_dmc_ver1_04.bin diff --git a/i915/skl_dmc_ver1.bin b/i915/skl_dmc_ver1.bin index c4004a0..9cab569 120000 --- a/i915/skl_dmc_ver1.bin +++ b/i915/skl_dmc_ver1.bin @@ -1 +1 @@ -skl_dmc_ver1_16.bin \ No newline at end of file +skl_dmc_ver1_18.bin \ No newline at end of file diff --git a/i915/skl_dmc_ver1_18.bin b/i915/skl_dmc_ver1_18.bin new file mode 100644 index 0000000..8d1a592 Binary files /dev/null and b/i915/skl_dmc_ver1_18.bin differ