]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/i915/dmc: Update ICL DMC version to v1.09
authorAnusha Srivatsa <anusha.srivatsa@intel.com>
Wed, 25 Sep 2019 20:12:50 +0000 (13:12 -0700)
committerDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Fri, 27 Sep 2019 17:20:39 +0000 (10:20 -0700)
We have a new version of DMC for ICL - v1.09.

This version adds the Half Refresh Rate capability
into DMC.

Cc: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190925201250.18136-1-daniele.ceraolospurio@intel.com
drivers/gpu/drm/i915/intel_csr.c

index 546577e39b4ee90cf92c4e28a93e00003300dcfe..09870a31b4f0fa36be4be1dcaf884bd5c8e37128 100644 (file)
@@ -44,8 +44,8 @@
 #define TGL_CSR_MAX_FW_SIZE            0x6000
 MODULE_FIRMWARE(TGL_CSR_PATH);
 
-#define ICL_CSR_PATH                   "i915/icl_dmc_ver1_07.bin"
-#define ICL_CSR_VERSION_REQUIRED       CSR_VERSION(1, 7)
+#define ICL_CSR_PATH                   "i915/icl_dmc_ver1_09.bin"
+#define ICL_CSR_VERSION_REQUIRED       CSR_VERSION(1, 9)
 #define ICL_CSR_MAX_FW_SIZE            0x6000
 MODULE_FIRMWARE(ICL_CSR_PATH);