aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnusha Srivatsa <[email protected]>2017-05-18 10:47:11 -0700
committerAnder Conselvan de Oliveira <[email protected]>2017-05-22 09:50:03 +0300
commitdbc26ebd97b20e8732309c89bef5d8bfee5c0a3b (patch)
tree6568dae33174f164b57b429bdaf0fb8279895db9
parent0109808145180d0ed3da05361f80839e6c80caeb (diff)
drm/i915/huc: Update GLK HuC version
Update version of HuC from 01.07.1748 to the version 02.00.1748 Cc: Ander Conselvan <[email protected]> Cc: John Spotswood <[email protected]> Signed-off-by: Anusha Srivatsa <[email protected]> Reviewed-by: Ander Conselvan de Oliveira <[email protected]> Signed-off-by: Ander Conselvan de Oliveira <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--drivers/gpu/drm/i915/intel_huc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_huc.c b/drivers/gpu/drm/i915/intel_huc.c
index 88b4cf3f764a..f5eb18d0e2d1 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) \