aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_csr.c
diff options
context:
space:
mode:
authorAnusha Srivatsa <anusha.srivatsa@intel.com>2017-02-22 11:55:36 -0800
committerAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>2017-03-07 09:55:46 +0200
commitaebfd1d37194e00d4c417e7be97efeb736cd9c04 (patch)
tree32eaa28d3e8b7bbe6cb0e4ecac27656ce35781d4 /drivers/gpu/drm/i915/intel_csr.c
parentdrm/i915: No need to save/restore irq status in intel_engine_wakeup (diff)
downloadlinux-dev-aebfd1d37194e00d4c417e7be97efeb736cd9c04.tar.xz
linux-dev-aebfd1d37194e00d4c417e7be97efeb736cd9c04.zip
drm/i915/: DMC 1.04 for Geminilake
There is a nre version of DMC available for GLK. The release notes mentions: This FW has the fix to remove the hang conditions due to some debug related issues. Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com> Reviewed-by: Ander Conselvan de Oliveira <conselvan2@gmail.com> Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1487793336-31857-1-git-send-email-anusha.srivatsa@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/intel_csr.c')
-rw-r--r--drivers/gpu/drm/i915/intel_csr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c
index 02a90257161b..36832257cc9b 100644
--- a/drivers/gpu/drm/i915/intel_csr.c
+++ b/drivers/gpu/drm/i915/intel_csr.c
@@ -34,8 +34,8 @@
* low-power state and comes back to normal.
*/
-#define I915_CSR_GLK "i915/glk_dmc_ver1_03.bin"
-#define GLK_CSR_VERSION_REQUIRED CSR_VERSION(1, 3)
+#define I915_CSR_GLK "i915/glk_dmc_ver1_04.bin"
+#define GLK_CSR_VERSION_REQUIRED CSR_VERSION(1, 4)
#define I915_CSR_KBL "i915/kbl_dmc_ver1_01.bin"
MODULE_FIRMWARE(I915_CSR_KBL);