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

2019-04-24 Thread Emil Velikov
Hi Emily, On Wed, 24 Apr 2019 at 10:19, Deng, Emily wrote: > > Hi Emil, > I don't understand your idea clear about follow, what about the case that > only has 1 GPU, and don't support pci_domain? For this case, it still need to > fallback to pci_domain_ok=0. I'm struggling to understand -

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

2019-04-24 Thread Deng, Emily
fx mailing 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

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

2019-04-23 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- >> >

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 previous

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 Deng wro

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

2019-02-21 Thread Deng, Emily
rm] libdrm: Fix issue about differrent domainID but >same >BDF > >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. >> >>

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 t

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 about

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-15 Thread Alex Deucher via dri-devel
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 t