From d8d7887047db07e687da221f27661b413f0612ba Mon Sep 17 00:00:00 2001 From: Rodrigo Vivi Date: Fri, 5 Jun 2015 14:04:41 -0700 Subject: 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 --- WHENCE | 5 +++++ i915/bxt_dmc_ver1.bin | 1 + i915/bxt_dmc_ver1_04.bin | Bin 0 -> 5872 bytes 3 files changed, 6 insertions(+) create mode 120000 i915/bxt_dmc_ver1.bin create mode 100644 i915/bxt_dmc_ver1_04.bin 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 -- cgit v1.2.1