RE: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same BDF

2019-04-24 Thread Deng, Emily
list >Subject: Re: [PATCH libdrm] libdrm: Fix issue about differrent domainID but >same BDF > >Hi Emily, > >Please note that code outside of amdgpu/ is used by all open source drivers. >Thus patches should have dri-deve@ in to/cc as mentioned in CONTRIBUTING > >On Thu, 14 Fe

RE: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same BDF

2019-04-24 Thread Deng, Emily
Maling list - DRI developers de...@lists.freedesktop.org>; amd-gfx list >Subject: Re: [PATCH libdrm] libdrm: Fix issue about differrent domainID but >same BDF > >On Mon, 25 Feb 2019 at 19:53, Deucher, Alexander > wrote: >> >> > -Original Message- >> > Fro

Re: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same BDF

2019-04-17 Thread Emil Velikov
> de...@lists.freedesktop.org>; amd-gfx list > > Subject: Re: [PATCH libdrm] libdrm: Fix issue about differrent domainID but > > same BDF > > > > Hi all, > > > > This patch causes unnecessary round trip by openning the nodes. As > > mentioned prev

RE: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same BDF

2019-02-25 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx On Behalf Of Emil > Velikov > Sent: Monday, February 25, 2019 8:09 AM > To: Alex Deucher > Cc: Deng, Emily ; Maling list - DRI developers de...@lists.freedesktop.org>; amd-gfx list > Subject: Re: [PATCH libdrm] libdrm: Fi

Re: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same BDF

2019-02-25 Thread Emil Velikov
> > > > > > > > >-Original Message- > > >From: Alex Deucher > > >Sent: Friday, February 22, 2019 12:13 AM > > >To: Deng, Emily ; Maling list - DRI developers > >de...@lists.freedesktop.org> > > >Cc: amd-gfx list

RE: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same BDF

2019-02-24 Thread Deng, Emily
Message- >> >From: Alex Deucher >> >Sent: Friday, February 22, 2019 12:13 AM >> >To: Deng, Emily ; Maling list - DRI developers >> > >> >Cc: amd-gfx list >> >Subject: Re: [PATCH libdrm] libdrm: Fix issue about differrent >>

Re: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same BDF

2019-02-22 Thread Alex Deucher
>To: Deng, Emily ; Maling list - DRI developers >de...@lists.freedesktop.org> > >Cc: amd-gfx list > >Subject: Re: [PATCH libdrm] libdrm: Fix issue about differrent domainID but > >same > >BDF > > > >On Thu, Feb 14, 2019 at 2:53 AM Emily

RE: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same BDF

2019-02-21 Thread Deng, Emily
Hi Alex, Please help, thanks. Best wishes Emily Deng >-Original Message- >From: Alex Deucher >Sent: Friday, February 22, 2019 12:13 AM >To: Deng, Emily ; Maling list - DRI developers de...@lists.freedesktop.org> >Cc: amd-gfx list >Subject: Re: [PATCH libd

Re: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same BDF

2019-02-21 Thread Alex Deucher
On Thu, Feb 14, 2019 at 2:53 AM Emily Deng wrote: > > For multiple GPUs which has the same BDF, but has different domain ID, > the drmOpenByBusid will return the wrong fd when startx. > > The reproduce sequence as below: > 1. Call drmOpenByBusid to open Card0, then will return the right fd0, and

RE: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same BDF

2019-02-19 Thread Deng, Emily
Ping .. >-Original Message- >From: amd-gfx On Behalf Of Deng, >Emily >Sent: Monday, February 18, 2019 10:17 AM >To: Alex Deucher ; Maling list - DRI developers de...@lists.freedesktop.org> >Cc: amd-gfx list >Subject: RE: [PATCH libdrm] libdrm: Fix issue a

RE: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same BDF

2019-02-17 Thread Deng, Emily
H libdrm] libdrm: Fix issue about differrent domainID but >same >BDF > >Adding dri-devel. > >On Thu, Feb 14, 2019 at 2:53 AM Emily Deng wrote: >> >> For multiple GPUs which has the same BDF, but has different domain ID, >> the drmOpenByBusid will return the wr

RE: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same BDF

2019-02-17 Thread Deng, Emily
Hi Emil, Understand, thanks. Best wishes Emily Deng >-Original Message- >From: Emil Velikov >Sent: Friday, February 15, 2019 11:02 PM >To: Deng, Emily >Cc: amd-gfx mailing list >Subject: Re: [PATCH libdrm] libdrm: Fix issue about differrent domainID but >

Re: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same BDF

2019-02-15 Thread Emil Velikov via amd-gfx
Hi Emily, Please note that code outside of amdgpu/ is used by all open source drivers. Thus patches should have dri-deve@ in to/cc as mentioned in CONTRIBUTING On Thu, 14 Feb 2019 at 07:53, Emily Deng wrote: > > For multiple GPUs which has the same BDF, but has different domain ID, > the

Re: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same BDF

2019-02-15 Thread Alex Deucher via amd-gfx
Adding dri-devel. On Thu, Feb 14, 2019 at 2:53 AM Emily Deng wrote: > > For multiple GPUs which has the same BDF, but has different domain ID, > the drmOpenByBusid will return the wrong fd when startx. > > The reproduce sequence as below: > 1. Call drmOpenByBusid to open Card0, then will return

RE: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same BDF

2019-02-15 Thread Deng, Emily
Ping .. Best wishes Emily Deng >-Original Message- >From: Deng, Emily >Sent: Friday, February 15, 2019 11:51 AM >To: Deng, Emily ; amd-gfx@lists.freedesktop.org >Subject: RE: [PATCH libdrm] libdrm: Fix issue about differrent domainID but >same >BDF > >Pi

RE: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same BDF

2019-02-15 Thread Deng, Emily
Ping .. >-Original Message- >From: amd-gfx On Behalf Of Emily >Deng >Sent: Thursday, February 14, 2019 3:54 PM >To: amd-gfx@lists.freedesktop.org >Cc: Deng, Emily >Subject: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same >BDF > >For multiple GPUs which has the