Re: [Mesa-dev] [PATCH v3 0/6] Use drmDevice2 API, take ... final

2017-03-10 Thread Emil Velikov
On 10 March 2017 at 14:25, Mike Lothian wrote: > Works great - tested remotely passing DISPLAY=:0 now only when I pass > DRI_PRIME=1 does the card fire up > Perfect. I'll translate this to "Tested-by..." and, barring any objections, I'll push the series mid next week. -Emil __

Re: [Mesa-dev] [PATCH v3 0/6] Use drmDevice2 API, take ... final

2017-03-10 Thread Mike Lothian
Works great - tested remotely passing DISPLAY=:0 now only when I pass DRI_PRIME=1 does the card fire up Thanks Mike On Fri, 10 Mar 2017 at 13:56 Emil Velikov wrote: > On 10 March 2017 at 13:35, Mike Lothian wrote: > > Does this mean my dGPU will stop being woken up when I play videos or > ope

Re: [Mesa-dev] [PATCH v3 0/6] Use drmDevice2 API, take ... final

2017-03-10 Thread Emil Velikov
On 10 March 2017 at 13:35, Mike Lothian wrote: > Does this mean my dGPU will stop being woken up when I play videos or open > Chromium? > Yes, precisely. Do give it a test and let me know how it behaves on your end. -Emil ___ mesa-dev mailing list mesa-

Re: [Mesa-dev] [PATCH v3 0/6] Use drmDevice2 API, take ... final

2017-03-10 Thread Mike Lothian
Does this mean my dGPU will stop being woken up when I play videos or open Chromium? On Fri, 10 Mar 2017 at 12:32 Emil Velikov wrote: > Hi all, > > Here is hopefully the final round of using drmDevice2. > > As a brief reminder - probing devices via drmDevice or directly opening > the device node

[Mesa-dev] [PATCH v3 0/6] Use drmDevice2 API, take ... final

2017-03-10 Thread Emil Velikov
Hi all, Here is hopefully the final round of using drmDevice2. As a brief reminder - probing devices via drmDevice or directly opening the device node wakes up the device, even if we're not planning to use it. The wakeup in itself, can be very slow in some cases. Note: you _will_ need to update