Skip to content

Commit

Permalink
Merge tag 'drm-intel-next-fixes-2015-06-11' of git://anongit.freedesk…
Browse files Browse the repository at this point in the history
…top.org/drm-intel into drm-next

firmware name fix

* tag 'drm-intel-next-fixes-2015-06-11' of git://anongit.freedesktop.org/drm-intel:
  drm/i915/skl: Fix DMC API version in firmware file name
  • Loading branch information
Dave Airlie committed Jun 12, 2015
2 parents 933ea18 + bf546f8 commit 5c70c46
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
@@ -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);

0 comments on commit 5c70c46

Please sign in to comment.