All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anusha <anusha.srivatsa@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: [PATCH 6/8] drm/i915/guc: Update GuC for KBL
Date: Fri, 21 Dec 2018 16:20:28 -0800	[thread overview]
Message-ID: <20181222002030.11470-7-anusha.srivatsa@intel.com> (raw)
In-Reply-To: <20181222002030.11470-1-anusha.srivatsa@intel.com>

From: Anusha Srivatsa <anusha.srivatsa@intel.com>

We have an update of GuC for KBL.
Load the latest version.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
---
 drivers/gpu/drm/i915/intel_guc_fw.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/intel_guc_fw.c b/drivers/gpu/drm/i915/intel_guc_fw.c
index 6e6163d3e388..c222bf858ffe 100644
--- a/drivers/gpu/drm/i915/intel_guc_fw.c
+++ b/drivers/gpu/drm/i915/intel_guc_fw.c
@@ -36,8 +36,8 @@
 #define BXT_FW_MAJOR 13
 #define BXT_FW_MINOR 125
 
-#define KBL_FW_MAJOR 9
-#define KBL_FW_MINOR 39
+#define KBL_FW_MAJOR 13
+#define KBL_FW_MINOR 125
 
 #define GUC_FW_PATH(platform, major, minor) \
        "i915/" __stringify(platform) "_guc_ver" __stringify(major) "_" __stringify(minor) ".bin"
-- 
2.19.2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2018-12-22  0:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-22  0:20 [PATCH 0/8] Gen9 Guc and HuC Updates Anusha
2018-12-22  0:20 ` [PATCH 1/8] drm/i915/huc: Update HuC for SKL Anusha
2018-12-22  0:20 ` [PATCH 2/8] drm/i915/huc: Update HuC for KBL Anusha
2018-12-22  0:20 ` [PATCH 3/8] drm/i915/huc: Load HuC for GLK Anusha
2018-12-22  0:20 ` [PATCH 4/8] drm/i915/guc: Update GuC for SKL Anusha
2018-12-22  0:20 ` [PATCH 5/8] drm/i915/guc: Update GuC for BXT Anusha
2018-12-22  0:20 ` Anusha [this message]
2018-12-22  0:20 ` [PATCH 7/8] drm/i915/guc: Load GuC v13.125 for Geminilake Anusha
2018-12-22  0:20 ` [PATCH 8/8] HAX Enable HuC testing without GuC submission Anusha
2018-12-22  1:29 ` ✓ Fi.CI.BAT: success for Gen9 Guc and HuC Updates (rev2) Patchwork
2018-12-22  2:46 ` ✗ Fi.CI.IGT: failure " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181222002030.11470-7-anusha.srivatsa@intel.com \
    --to=anusha.srivatsa@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=rodrigo.vivi@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.