All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anusha Srivatsa <anusha.srivatsa@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH 2/8] drm/i915/firmware: Load v2.0.0 HuC for BXT
Date: Thu,  5 Sep 2019 11:39:53 -0700	[thread overview]
Message-ID: <20190905183959.11102-2-anusha.srivatsa@intel.com> (raw)
In-Reply-To: <20190905183959.11102-1-anusha.srivatsa@intel.com>

Add support to load the latest version of HuC on BXT.

Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
---
 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
index 27482e4d7b06..9edf729b14c9 100644
--- a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
+++ b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
@@ -44,7 +44,7 @@ void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw,
 	fw_def(COFFEELAKE,  0, guc_def(kbl, 33, 0, 0), huc_def(kbl, 02, 00, 1810)) \
 	fw_def(GEMINILAKE,  0, guc_def(glk, 33, 0, 0), huc_def(glk, 03, 01, 2893)) \
 	fw_def(KABYLAKE,    0, guc_def(kbl, 33, 0, 0), huc_def(kbl, 02, 00, 1810)) \
-	fw_def(BROXTON,     0, guc_def(bxt, 33, 0, 0), huc_def(bxt, 01,  8, 2893)) \
+	fw_def(BROXTON,     0, guc_def(bxt, 33, 0, 0), huc_def(bxt,  2,  0,    0)) \
 	fw_def(SKYLAKE,     0, guc_def(skl, 33, 0, 0), huc_def(skl,  2,  0,    0))
 
 #define __MAKE_UC_FW_PATH(prefix_, name_, separator_, major_, minor_, patch_) \
-- 
2.23.0

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

  reply	other threads:[~2019-09-05 18:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-05 18:39 [PATCH 1/8] drm/i915/firmware: Load v2.0.0 HuC for SKL Anusha Srivatsa
2019-09-05 18:39 ` Anusha Srivatsa [this message]
2019-09-05 18:39 ` [PATCH 3/8] drm/i915/firmware: Load v4.0.0 HuC for KBL Anusha Srivatsa
2019-09-05 18:39 ` [PATCH 4/8] drm/i915/firmware: Load v4.0.0 HuC for GLK Anusha Srivatsa
2019-09-05 18:39 ` [PATCH 5/8] drm/i915/firmware: CFL uses KBL firmware Anusha Srivatsa
2019-09-05 18:39 ` [PATCH 6/8] drm/i915/firmware: Load v9.0.0 HuC for ICL Anusha Srivatsa
2019-09-05 18:39 ` [PATCH 7/8] drm/i915/firmware: Load v4.0.0 HuC for CML Anusha Srivatsa
2019-09-05 18:39 ` [PATCH 8/8] HAX: force enable_guc=2 Anusha Srivatsa
2019-09-05 19:26 ` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/8] drm/i915/firmware: Load v2.0.0 HuC for SKL Patchwork
2019-09-05 19:49 ` ✓ Fi.CI.BAT: success " Patchwork
2019-09-05 22:55 ` [PATCH 1/8] " Daniele Ceraolo Spurio
2019-09-05 23:57 ` ✓ Fi.CI.IGT: success for series starting with [1/8] " 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=20190905183959.11102-2-anusha.srivatsa@intel.com \
    --to=anusha.srivatsa@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /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.