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 2C795C83F33 for ; Mon, 4 Sep 2023 09:11:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DB42A10E306; Mon, 4 Sep 2023 09:11:31 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7B77210E306 for ; Mon, 4 Sep 2023 09:11:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1693818688; x=1725354688; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=SVoVUF3mBKiEmxs8Wo+xD1Ih9xJj93mvBc/qxg1Ao1U=; b=VQ/+XcaLJsjwkLHU0BJUEPUJXy+qpgLvmGSJ8QkQJJ6cpSbBL6VTYqb1 VBxIjS5HqJIlzAcbFkB7i32AKivwFxUEZl3WPeYM+vrhfBmJ6Je7Tj+uo bpn1g9eMsTzxz1GFRaWclVzw8FuZ7xPYkWCQTmQ5hEFgIwgWt657sbPd+ puqHeBLA4mdjy0HMEHtXJLMsgexCYu6Lokc06nS6SMlb5arz8bBswREqm /6Up+QO5ifR8iGW9WFfMrQXQKZOs8PMvUD6KaRYEtrO6ONxTU7aUSP/gQ ZaZdnOe9ZdLTy7z1VGU4LpJRP0Pl1okwOdQdNUAGik6cdwi4nB+9uBC/d A==; X-IronPort-AV: E=McAfee;i="6600,9927,10822"; a="366778005" X-IronPort-AV: E=Sophos;i="6.02,226,1688454000"; d="scan'208";a="366778005" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Sep 2023 02:11:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10822"; a="743869212" X-IronPort-AV: E=Sophos;i="6.02,226,1688454000"; d="scan'208";a="743869212" Received: from joe-255.igk.intel.com (HELO localhost) ([10.91.220.57]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Sep 2023 02:11:26 -0700 Date: Mon, 4 Sep 2023 11:11:24 +0200 From: Stanislaw Gruszka To: dri-devel@lists.freedesktop.org Subject: Re: [PATCH v3 00/11] accel/ivpu: Update for -next 2023.08.25 Message-ID: <20230904091124.GA184247@linux.intel.com> References: <20230901094957.168898-1-stanislaw.gruszka@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230901094957.168898-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 Fri, Sep 01, 2023 at 11:49:46AM +0200, Stanislaw Gruszka wrote: > Update for -next: > - various cleanups > - begin preparation for conversion to GEM SHMEM > - print information about used workarounds > > v3: > - fix commit messages > - split patch 2 into separate patches > > v2: > - fix compilation without CONFIG_PM Made changes requested by Jeffrey and applied to drm-misc-next . Except patch 8 which require small change from mainline to apply cleanly. I will wait until 6.6-rc back-merge for it. Thanks Stanislaw