From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030751AbcGKOLM (ORCPT ); Mon, 11 Jul 2016 10:11:12 -0400 Received: from mga14.intel.com ([192.55.52.115]:26160 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030674AbcGKOLK (ORCPT ); Mon, 11 Jul 2016 10:11:10 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,346,1464678000"; d="scan'208";a="1014580648" Date: Mon, 11 Jul 2016 22:05:47 +0800 From: Ye Xiaolong To: "Antoine, Peter" Cc: "Wu, Fengguang" , Alex Dai , LKML , "lkp@01.org" Subject: Re: [lkp] [drm/i915/huc] 0a9a963e36: [drm:intel_uc_fw_fetch [i915]] *ERROR* Failed to fetch GuC firmware from i915/skl_huc_ver01_07_1398.bin (error -2) Message-ID: <20160711140547.GA27324@yexl-desktop> References: <20160711013931.GH26840@yexl-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 11, 2016 at 03:17:01PM +0800, Antoine, Peter wrote: >Do you have the firmware package for the SKL huc? Sorry, no, is this error log due to lack of the firmware? Thanks, Xiaolong > >Peter >-----Original Message----- >From: lkp-request@eclists.intel.com [mailto:lkp-request@eclists.intel.com] On Behalf Of Ye, Xiaolong >Sent: Monday, July 11, 2016 2:40 AM >To: Antoine, Peter >Cc: Wu, Fengguang ; Alex Dai ; LKML ; lkp@01.org >Subject: [lkp] [drm/i915/huc] 0a9a963e36: [drm:intel_uc_fw_fetch [i915]] *ERROR* Failed to fetch GuC firmware from i915/skl_huc_ver01_07_1398.bin (error -2) > > >FYI, we noticed the following commit: > >https://github.com/0day-ci/linux Peter-Antoine/drm-i915-guc-Make-the-GuC-fw-loading-helper-functions-general/20160706-223108 >commit 0a9a963e364435950699fee4b8e76cd9b01889f4 ("drm/i915/huc: Add HuC fw loading support") > >in testcase: xsave-test >with following parameters: > >on test machine: 8 threads Skylake with 8G memory > >caused below changes: > > > >[ 204.239941] i915 0000:00:02.0: Failed to load DMC firmware [https://01.org/linuxgraphics/intel-linux-graphics-firmwares], disabling runtime power management. >[ 204.240249] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem >[ 204.240749] i915 0000:00:02.0: Direct firmware load for i915/skl_huc_ver01_07_1398.bin failed with error -2 [ 204.240775] [drm:intel_uc_fw_fetch [i915]] *ERROR* Failed to fetch GuC firmware from i915/skl_huc_ver01_07_1398.bin (error -2) [ 204.240780] i915 0000:00:02.0: Direct firmware load for i915/skl_guc_ver6_1.bin failed with error -2 [ 204.240797] [drm:intel_uc_fw_fetch [i915]] *ERROR* Failed to fetch GuC firmware from i915/skl_guc_ver6_1.bin (error -2) [ 204.263705] [drm] GuC firmware load failed: -5 [ 204.263705] [drm] Falling back from GuC submission to execlist mode [ 204.286539] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) > > > >To reproduce: > > git clone git://git.kernel.org/pub/scm/linux/kernel/git/wfg/lkp-tests.git > cd lkp-tests > bin/lkp install job.yaml # job file is attached in this email > bin/lkp run job.yaml > > > >Thanks, >Xiaolong