summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Vivi <rodrigo.vivi@intel.com>2015-06-03 16:50:19 -0700
committerJani Nikula <jani.nikula@intel.com>2015-06-05 12:08:01 +0300
commitbf546f8158e2df2656494a475e6235634121c87c (patch)
treecd4704fc77aff56192bd189f40c58333c4ce9819
parent501fd70fcaebc911b6b96a7b331e6960e5af67e7 (diff)
drm/i915/skl: Fix DMC API version in firmware file namedrm-intel-next-fixes-2015-06-11
04 is the minor version. API version is ver1. So let's follow same scheme used on published version at 01.org. If really needed the minor version a follow-up updated will be done. But for now we need to move fwd and unblock end users. Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
-rw-r--r--drivers/gpu/drm/i915/intel_csr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c
index 5cb8cc18994a..bcb41e61877d 100644
--- a/drivers/gpu/drm/i915/intel_csr.c
+++ b/drivers/gpu/drm/i915/intel_csr.c
@@ -41,7 +41,7 @@
* be moved to FW_FAILED.
*/
-#define I915_CSR_SKL "i915/skl_dmc_ver4.bin"
+#define I915_CSR_SKL "i915/skl_dmc_ver1.bin"
MODULE_FIRMWARE(I915_CSR_SKL);