[Intel-gfx] [PATCH] drm/i915/huc: Update GLK HuC version
Anusha Srivatsa
anusha.srivatsa at intel.com
Thu May 18 17:47:11 UTC 2017
Update version of HuC from 01.07.1748 to the
version 02.00.1748
Cc: Ander Conselvan <ander.conselvan.de.oliveira at intel.com>
Cc: John Spotswood <john.a.spotswood at intel.com>
Signed-off-by: Anusha Srivatsa <anusha.srivatsa at intel.com>
---
drivers/gpu/drm/i915/intel_huc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_huc.c b/drivers/gpu/drm/i915/intel_huc.c
index 88b4cf3..f5eb18d0e 100644
--- a/drivers/gpu/drm/i915/intel_huc.c
+++ b/drivers/gpu/drm/i915/intel_huc.c
@@ -52,8 +52,8 @@
#define KBL_HUC_FW_MINOR 00
#define KBL_BLD_NUM 1810
-#define GLK_HUC_FW_MAJOR 01
-#define GLK_HUC_FW_MINOR 07
+#define GLK_HUC_FW_MAJOR 02
+#define GLK_HUC_FW_MINOR 00
#define GLK_BLD_NUM 1748
#define HUC_FW_PATH(platform, major, minor, bld_num) \
--
2.7.4
More information about the Intel-gfx
mailing list