[Intel-gfx] [PATCH] drm/i915/guc: Use major_minor version for filename

tom.orourke at intel.com tom.orourke at intel.com
Mon Apr 25 23:22:10 UTC 2016


From: Tom O'Rourke <Tom.O'Rourke at intel.com>

Load guc firmware from file with major_minor number
in filename instead of using symolic link with only
major number.

Issue: VIZ-7713
Signed-off-by: Tom O'Rourke <Tom.O'Rourke at intel.com>
---
 drivers/gpu/drm/i915/intel_guc_loader.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_guc_loader.c b/drivers/gpu/drm/i915/intel_guc_loader.c
index 876e5da..321bdbb 100644
--- a/drivers/gpu/drm/i915/intel_guc_loader.c
+++ b/drivers/gpu/drm/i915/intel_guc_loader.c
@@ -59,7 +59,7 @@
  *
  */
 
-#define I915_SKL_GUC_UCODE "i915/skl_guc_ver6.bin"
+#define I915_SKL_GUC_UCODE "i915/skl_guc_ver6_1.bin"
 MODULE_FIRMWARE(I915_SKL_GUC_UCODE);
 
 /* User-friendly representation of an enum */
-- 
1.9.1



More information about the Intel-gfx mailing list