From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D132C32771 for ; Thu, 23 Jan 2020 00:35:56 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id ED1FE2253D for ; Thu, 23 Jan 2020 00:35:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ED1FE2253D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 943836F957; Thu, 23 Jan 2020 00:35:55 +0000 (UTC) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id CBC7A6F957 for ; Thu, 23 Jan 2020 00:35:53 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jan 2020 16:35:53 -0800 X-IronPort-AV: E=Sophos;i="5.70,351,1574150400"; d="scan'208";a="220496778" Received: from unknown (HELO [10.1.27.15]) ([10.1.27.15]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 22 Jan 2020 16:35:52 -0800 To: Chris Wilson , intel-gfx@lists.freedesktop.org References: <20200122001822.12872-1-fernando.pacheco@intel.com> <20200122001822.12872-2-fernando.pacheco@intel.com> <157969752459.7477.17596563244499908955@skylake-alporthouse-com> From: Fernando Pacheco Message-ID: <876b8257-7ec8-e5d2-0bff-e17394d3561f@intel.com> Date: Wed, 22 Jan 2020 16:35:52 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <157969752459.7477.17596563244499908955@skylake-alporthouse-com> Content-Language: en-US Subject: Re: [Intel-gfx] [CI 2/2] HAX: force enable_guc=2 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On 1/22/20 4:52 AM, Chris Wilson wrote: > Quoting Fernando Pacheco (2020-01-22 00:18:22) >> Signed-off-by: Fernando Pacheco >> --- >> drivers/gpu/drm/i915/i915_params.h | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/gpu/drm/i915/i915_params.h b/drivers/gpu/drm/i915/i915_params.h >> index 947d0a38fa3c..4d17235c33bd 100644 >> --- a/drivers/gpu/drm/i915/i915_params.h >> +++ b/drivers/gpu/drm/i915/i915_params.h >> @@ -56,7 +56,7 @@ struct drm_printer; >> param(int, disable_power_well, -1, 0400) \ >> param(int, enable_ips, 1, 0600) \ >> param(int, invert_brightness, 0, 0600) \ >> - param(int, enable_guc, 0, 0400) \ >> + param(int, enable_guc, 2, 0400) \ >> param(int, guc_log_level, -1, 0400) \ >> param(char *, guc_firmware_path, NULL, 0400) \ >> param(char *, huc_firmware_path, NULL, 0400) \ > intel_guc_reset_engine() is only used in guc submission mode. This tests > nothing. The mmio list is only important when GuC owns the engine reset (new interface). Just want to see here that the mmio list is constructed and formatted correctly when we hand the info off via the ADS. The reset flow will be fully tested during the push to turn submission on and the contents of the list can/will be tweaked as part of that validation. Fernando > -Chris _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx