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 BE0A3C32771 for ; Sat, 24 Sep 2022 12:16:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E3D8B10E604; Sat, 24 Sep 2022 12:16:16 +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 68D7F10E604; Sat, 24 Sep 2022 12:16:09 +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 CD98B60E8F; Sat, 24 Sep 2022 12:16:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DDABEC433D6; Sat, 24 Sep 2022 12:16:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664021768; bh=wKoKoiLYZck4ui4r+AD2GhQqn1TwZISApiz8VYKxS90=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=y7e+TjUg5o1QgH4uApeJu/ENSSPYOGMagLpGSsyzqfa6v2PEHhQARiASPGglpbycB PSzA+XWh5eA6o0BFY14h5lUHDKxwTUjPrkFXnpcd6WuesL1dpUqwRAk35qs9zsWY8n 0X1CDSJqKMnfAVTVM5MGD7qnOK+uUG3UgHHo7rgI= Date: Sat, 24 Sep 2022 14:16:05 +0200 From: Greg Kroah-Hartman To: Daniele Ceraolo Spurio Message-ID: References: <20220913005739.798337-1-daniele.ceraolospurio@intel.com> <20220913005739.798337-7-daniele.ceraolospurio@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220913005739.798337-7-daniele.ceraolospurio@intel.com> Subject: Re: [Intel-gfx] [PATCH v5 06/15] mei: pxp: support matching with a gfx discrete card 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, Alan Previn , 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:30PM -0700, Daniele Ceraolo Spurio wrote: > From: Tomas Winkler > > With on-boards graphics card, both i915 and MEI > are in the same device hierarchy with the same parent, > while for discrete gfx card the MEI is its child device. > Adjust the match function for that scenario > by matching MEI parent device with i915. > > Signed-off-by: Tomas Winkler > Signed-off-by: Daniele Ceraolo Spurio > Cc: Vitaly Lubart > Cc: Greg Kroah-Hartman > Reviewed-by: Alan Previn > --- Reviewed-by: Greg Kroah-Hartman