drm/i915/skl: Fix DMC API version in firmware file name
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 3 Jun 2015 23:50:19 +0000 (16:50 -0700)
committerJani Nikula <jani.nikula@intel.com>
Fri, 5 Jun 2015 09:08:01 +0000 (12:08 +0300)
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>
drivers/gpu/drm/i915/intel_csr.c

index 5cb8cc18994a37528bef8e1b180b23356dd11509..bcb41e61877d030d1d377cbb866760c35993abd6 100644 (file)
@@ -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);