From: Rodrigo Vivi Date: Fri, 5 Jun 2015 21:04:41 +0000 (-0700) Subject: linux-firmware: Add i915 DMC firmware for Broxton X-Git-Tag: 20190312~542^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8d7887047db07e687da221f27661b413f0612ba;p=linux-firmware linux-firmware: Add i915 DMC firmware for Broxton DMC provides additional graphics low-power idle states. It provides capability to save and restore display registers across these low-power states independently from the OS/Kernel. This is the first release of DMC firmware for Broxton platforms. bxt_dmc_ver1.bin is a symbolik link to latest recommended minor release. This major version will be just upgraded on code when it is required software changes for API/ABI compatibility. Signed-off-by: Rodrigo Vivi --- diff --git a/WHENCE b/WHENCE index 9f5663d..ac50ac5 100644 --- a/WHENCE +++ b/WHENCE @@ -2766,6 +2766,11 @@ File: i915/skl_dmc_ver1_04.bin File: i915/skl_dmc_ver1.bin Version: DMC API/ABI ver 1 - release 04 for Skylake +File: i915/bxt_dmc_ver1_04.bin + +File: i915/bxt_dmc_ver1.bin +Version: DMC API/ABI ver 1 - release 04 for Broxton + File: i915/skl_guc_ver1_1059.bin File: i915/skl_guc_ver1.bin diff --git a/i915/bxt_dmc_ver1.bin b/i915/bxt_dmc_ver1.bin new file mode 120000 index 0000000..9bec783 --- /dev/null +++ b/i915/bxt_dmc_ver1.bin @@ -0,0 +1 @@ +bxt_dmc_ver1_04.bin \ No newline at end of file diff --git a/i915/bxt_dmc_ver1_04.bin b/i915/bxt_dmc_ver1_04.bin new file mode 100644 index 0000000..834893b Binary files /dev/null and b/i915/bxt_dmc_ver1_04.bin differ