aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/i915/intel_guc_loader.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/intel_guc_loader.c b/drivers/gpu/drm/i915/intel_guc_loader.c
index 9f309211939a..e1aff6263077 100644
--- a/drivers/gpu/drm/i915/intel_guc_loader.c
+++ b/drivers/gpu/drm/i915/intel_guc_loader.c
@@ -59,7 +59,7 @@
59 * 59 *
60 */ 60 */
61 61
62#define I915_SKL_GUC_UCODE "i915/skl_guc_ver4.bin" 62#define I915_SKL_GUC_UCODE "i915/skl_guc_ver6.bin"
63MODULE_FIRMWARE(I915_SKL_GUC_UCODE); 63MODULE_FIRMWARE(I915_SKL_GUC_UCODE);
64 64
65/* User-friendly representation of an enum */ 65/* User-friendly representation of an enum */
@@ -595,8 +595,8 @@ void intel_guc_ucode_init(struct drm_device *dev)
595 fw_path = NULL; 595 fw_path = NULL;
596 } else if (IS_SKYLAKE(dev)) { 596 } else if (IS_SKYLAKE(dev)) {
597 fw_path = I915_SKL_GUC_UCODE; 597 fw_path = I915_SKL_GUC_UCODE;
598 guc_fw->guc_fw_major_wanted = 4; 598 guc_fw->guc_fw_major_wanted = 6;
599 guc_fw->guc_fw_minor_wanted = 3; 599 guc_fw->guc_fw_minor_wanted = 1;
600 } else { 600 } else {
601 i915.enable_guc_submission = false; 601 i915.enable_guc_submission = false;
602 fw_path = ""; /* unknown device */ 602 fw_path = ""; /* unknown device */