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 3291BC07E9D for ; Sat, 24 Sep 2022 12:16:48 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 573DF10E60A; Sat, 24 Sep 2022 12:16:35 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 47E1310E5F8; Sat, 24 Sep 2022 12:15:55 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1791E60FB5; Sat, 24 Sep 2022 12:15:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2EDDBC433C1; Sat, 24 Sep 2022 12:15:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664021753; bh=1hSQh1hOy8yLyUi1ESewTVtFoGRIhxp/d4BYlx1v17k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EZ5fA3Nm7ny8qjn1Ey9QgIO9hNf31zjsRD17ZbzLvu6LPD7xouGhTfyOVbItSaCGb mlGKWWhwvjDciAD0Z7Pn2Xp3y1h8jh3w0/JaYhO42I9PfWcbq+wtk5N60eQJWDR1Nq IWKNuMtjsmex6Ti0ifIaLrWiRNibXEwqXDvPG2Cg= Date: Sat, 24 Sep 2022 14:15:50 +0200 From: Greg Kroah-Hartman To: Daniele Ceraolo Spurio Subject: Re: [PATCH v5 02/15] mei: bus: enable sending gsc commands Message-ID: References: <20220913005739.798337-1-daniele.ceraolospurio@intel.com> <20220913005739.798337-3-daniele.ceraolospurio@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220913005739.798337-3-daniele.ceraolospurio@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: intel-gfx@lists.freedesktop.org, Tomas Winkler , dri-devel@lists.freedesktop.org, Vitaly Lubart Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Sep 12, 2022 at 05:57:26PM -0700, Daniele Ceraolo Spurio wrote: > From: Tomas Winkler > > GSC command is and extended header containing a scatter gather > list and without a data buffer. Using MEI_CL_IO_SGL flag, > the caller send the GSC command as a data and the function internally > moves it to the extended header. > > Signed-off-by: Tomas Winkler > Signed-off-by: Daniele Ceraolo Spurio > Cc: Vitaly Lubart > Cc: Greg Kroah-Hartman > --- Reviewed-by: Greg Kroah-Hartman 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 C8010C32771 for ; Sat, 24 Sep 2022 12:16:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A45BC10E5F8; Sat, 24 Sep 2022 12:16:00 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 47E1310E5F8; Sat, 24 Sep 2022 12:15:55 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1791E60FB5; Sat, 24 Sep 2022 12:15:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2EDDBC433C1; Sat, 24 Sep 2022 12:15:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664021753; bh=1hSQh1hOy8yLyUi1ESewTVtFoGRIhxp/d4BYlx1v17k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EZ5fA3Nm7ny8qjn1Ey9QgIO9hNf31zjsRD17ZbzLvu6LPD7xouGhTfyOVbItSaCGb mlGKWWhwvjDciAD0Z7Pn2Xp3y1h8jh3w0/JaYhO42I9PfWcbq+wtk5N60eQJWDR1Nq IWKNuMtjsmex6Ti0ifIaLrWiRNibXEwqXDvPG2Cg= Date: Sat, 24 Sep 2022 14:15:50 +0200 From: Greg Kroah-Hartman To: Daniele Ceraolo Spurio Message-ID: References: <20220913005739.798337-1-daniele.ceraolospurio@intel.com> <20220913005739.798337-3-daniele.ceraolospurio@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220913005739.798337-3-daniele.ceraolospurio@intel.com> Subject: Re: [Intel-gfx] [PATCH v5 02/15] mei: bus: enable sending gsc commands 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: , Cc: intel-gfx@lists.freedesktop.org, Tomas Winkler , dri-devel@lists.freedesktop.org, Vitaly Lubart Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Mon, Sep 12, 2022 at 05:57:26PM -0700, Daniele Ceraolo Spurio wrote: > From: Tomas Winkler > > GSC command is and extended header containing a scatter gather > list and without a data buffer. Using MEI_CL_IO_SGL flag, > the caller send the GSC command as a data and the function internally > moves it to the extended header. > > Signed-off-by: Tomas Winkler > Signed-off-by: Daniele Ceraolo Spurio > Cc: Vitaly Lubart > Cc: Greg Kroah-Hartman > --- Reviewed-by: Greg Kroah-Hartman