[Intel-gfx] [PATCH] drm/i915/skl: changed the filename of csr firmware

Animesh Manna animesh.manna at intel.com
Thu May 21 05:04:41 PDT 2015


Naming convention of csr firmware will be -
<platform>_dmc_<api-version>_<minor-version>.bin

Accordingly updated the same in code.

Signed-off-by: Animesh Manna <animesh.manna at intel.com>
---
 drivers/gpu/drm/i915/intel_csr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c
index fec2bc5..9bd05bf 100644
--- a/drivers/gpu/drm/i915/intel_csr.c
+++ b/drivers/gpu/drm/i915/intel_csr.c
@@ -34,7 +34,7 @@
  * low-power state and comes back to normal.
  */
 
-#define I915_CSR_SKL "i915/skl_dmc_ver4.bin"
+#define I915_CSR_SKL "i915/skl_dmc_1_4.bin"
 
 MODULE_FIRMWARE(I915_CSR_SKL);
 
-- 
2.0.2



More information about the Intel-gfx mailing list