RE: [PATCH v4 06/15] mei: pxp: support matching with a gfx discrete card

2022-09-12 Thread Winkler, Tomas
; > To: Ceraolo Spurio, Daniele > > > > > Cc: intel-...@lists.freedesktop.org; > > > > > dri-devel@lists.freedesktop.org; Winkler, Tomas > > > > > ; Lubart, Vitaly > > > > > ; Teres Alexis, Alan Previn > > > > > > &

Re: [PATCH v4 06/15] mei: pxp: support matching with a gfx discrete card

2022-09-09 Thread Greg Kroah-Hartman
> > > Cc: intel-...@lists.freedesktop.org; > > > > dri-devel@lists.freedesktop.org; Winkler, Tomas > > > > ; Lubart, Vitaly ; > > > > Teres Alexis, Alan Previn > > > > Subject: Re: [PATCH v4 06/15] mei: pxp: support matching with a gfx > > >

RE: [PATCH v4 06/15] mei: pxp: support matching with a gfx discrete card

2022-09-09 Thread Winkler, Tomas
ler, Tomas > > > ; Lubart, Vitaly ; > > > Teres Alexis, Alan Previn > > > Subject: Re: [PATCH v4 06/15] mei: pxp: support matching with a gfx > > > discrete card > > > > > > On Thu, Sep 08, 2022 at 05:16:03PM -0700, Daniele Ceraolo Spurio w

Re: [PATCH v4 06/15] mei: pxp: support matching with a gfx discrete card

2022-09-09 Thread Greg Kroah-Hartman
l@lists.freedesktop.org; > > Winkler, Tomas ; Lubart, Vitaly > > ; Teres Alexis, Alan Previn > > > > Subject: Re: [PATCH v4 06/15] mei: pxp: support matching with a gfx discrete > > card > > > > On Thu, Sep 08, 2022 at 05:16:03PM -0700, Daniele Ceraolo Spurio wr

RE: [PATCH v4 06/15] mei: pxp: support matching with a gfx discrete card

2022-09-09 Thread Winkler, Tomas
; Subject: Re: [PATCH v4 06/15] mei: pxp: support matching with a gfx discrete > card > > On Thu, Sep 08, 2022 at 05:16:03PM -0700, Daniele Ceraolo Spurio wrote: > > From: Tomas Winkler > > > > With on-boards graphics card, both i915 and MEI are in the same device >

Re: [PATCH v4 06/15] mei: pxp: support matching with a gfx discrete card

2022-09-09 Thread Greg Kroah-Hartman
On Thu, Sep 08, 2022 at 05:16:03PM -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

[PATCH v4 06/15] mei: pxp: support matching with a gfx discrete card

2022-09-08 Thread Daniele Ceraolo Spurio
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. V2: 1. More detailed commit