From: Anusha Srivatsa Date: Fri, 7 Dec 2018 18:28:39 +0000 (-0800) Subject: drm/i915/huc: Update the HuC version for BXT X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a49aa6508ed7d43e89d6c60224916613ad0a4458;p=openwrt%2Fstaging%2Fblogic.git drm/i915/huc: Update the HuC version for BXT We have an update for HuC for BXT. Load the latest version. v2: Change the subject. Cc: Rodrigo Vivi Signed-off-by: Anusha Srivatsa Reviewed-by: Rodrigo Vivi Signed-off-by: Rodrigo Vivi Link: https://patchwork.freedesktop.org/patch/msgid/20181207182840.9292-2-anusha.srivatsa@intel.com --- diff --git a/drivers/gpu/drm/i915/intel_huc_fw.c b/drivers/gpu/drm/i915/intel_huc_fw.c index f93d2384d482..9612227b3c44 100644 --- a/drivers/gpu/drm/i915/intel_huc_fw.c +++ b/drivers/gpu/drm/i915/intel_huc_fw.c @@ -23,8 +23,8 @@ */ #define BXT_HUC_FW_MAJOR 01 -#define BXT_HUC_FW_MINOR 07 -#define BXT_BLD_NUM 1398 +#define BXT_HUC_FW_MINOR 8 +#define BXT_BLD_NUM 2893 #define SKL_HUC_FW_MAJOR 01 #define SKL_HUC_FW_MINOR 07