Skip to content

Commit

Permalink
drm/i915/skl: Fix DMC API version in firmware file name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rodrigo Vivi authored and Jani Nikula committed Jun 5, 2015
1 parent 501fd70 commit bf546f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/intel_csr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit bf546f8

Please sign in to comment.