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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 82D5CC4167B for ; Mon, 30 Oct 2023 10:11:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E1CC110E27C; Mon, 30 Oct 2023 10:11:25 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) by gabe.freedesktop.org (Postfix) with ESMTPS id E619610E27C for ; Mon, 30 Oct 2023 10:11:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1698660683; x=1730196683; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=HegZv8eUlNoVG2+a/2k2OmYanIc8eg/6JK2M4Zccnkw=; b=i7Bb1ii6kt+hudDchX6OW0R9BjdykmkIMK63K11GQ6CE0y3SCm/rtEuq PaRU92JLQ2I1onTaNYi3BBun8uh+GUrBzanbb7kscR6D8ow1/RHfMWm/Y JU/kPXlo5ljRdoeKhmWpPLHl5QuDlh8pBhjq2+4qI+zldrSh0WuV/XZzw OrH9MCNABeisznjqxtUWJ+u+C7yZfPQTlrJPZHAWWldEjCLy1UGr4ldjI FhASjeo0WAVXxKMCZ0tAJkEGOkNblTS9UA2SnTAePjiccloq+WIIQmBsT dboAYK30RHakJf92MiVfMkxyspPjFszbrXIimvib48L1SD36PooF7Aqcp w==; X-IronPort-AV: E=McAfee;i="6600,9927,10878"; a="909217" X-IronPort-AV: E=Sophos;i="6.03,263,1694761200"; d="scan'208";a="909217" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Oct 2023 03:11:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10878"; a="877089788" X-IronPort-AV: E=Sophos;i="6.03,263,1694761200"; d="scan'208";a="877089788" Received: from sgruszka-mobl.ger.corp.intel.com (HELO localhost) ([10.252.51.19]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Oct 2023 03:11:20 -0700 Date: Mon, 30 Oct 2023 11:11:18 +0100 From: Stanislaw Gruszka To: dri-devel@lists.freedesktop.org Subject: Re: [PATCH v2 00/11] accel/ivpu: Update for -next 2023-10-25 Message-ID: References: <20231028133415.1169975-1-stanislaw.gruszka@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231028133415.1169975-1-stanislaw.gruszka@linux.intel.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Oded Gabbay , Jeffrey Hugo , Jacek Lawrynowicz Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sat, Oct 28, 2023 at 03:34:04PM +0200, Stanislaw Gruszka wrote: > Various driver updates: > > - FW api update > - suspend/resume optimizations > - dynamic valtage and frequency mode knob > - new test modes > > v2: > - fix spelling mistakes pointed Jeffrey > - move patch 7, add note where new function will be used > - change patches 8 and 9 ordering > - separate print warn change from patch 10 into separate patch > - squash patch 10 and 11 > - rebase to latest drm-misc-next Applied to drm-misc-next Regards Stanislaw