On Mon, Oct 29, 2012 at 9:13 PM, David Herrmann
wrote:
> Hi Sannu
>
> On Sun, Oct 28, 2012 at 10:19 AM, Sannu K wrote:
GPU switching under linux has no stable API. The vga_switcheroo module
only provides some temporary hacks via debugfs. Therefore, the
situations you describe
Hi Sannu
On Sun, Oct 28, 2012 at 10:19 AM, Sannu K wrote:
>>>
>>> GPU switching under linux has no stable API. The vga_switcheroo module
>>> only provides some temporary hacks via debugfs. Therefore, the
>>> situations you describe are not what this patch tries to address. It
>>> rather tries to
>>
>> GPU switching under linux has no stable API. The vga_switcheroo module
>> only provides some temporary hacks via debugfs. Therefore, the
>> situations you describe are not what this patch tries to address. It
>> rather tries to fix the problem where weston uses a
>> secondary/auxiliary GPU an
On Sun, Oct 28, 2012 at 1:58 AM, David Herrmann
wrote:
> Hi Sannu
>
> On Sat, Oct 27, 2012 at 8:38 PM, Sannu K wrote:
>> On Sat, Oct 27, 2012 at 6:24 PM, David Herrmann
>> wrote:
>>> This adds one global helper which returns a string describing the primary
>>> PCI GPU. This string can later be u
Hi Sannu
On Sat, Oct 27, 2012 at 8:38 PM, Sannu K wrote:
> On Sat, Oct 27, 2012 at 6:24 PM, David Herrmann
> wrote:
>> This adds one global helper which returns a string describing the primary
>> PCI GPU. This string can later be used to compare with drmGetBusid() to
>> check whether a given DRM
On Sat, Oct 27, 2012 at 6:24 PM, David Herrmann
wrote:
> This adds one global helper which returns a string describing the primary
> PCI GPU. This string can later be used to compare with drmGetBusid() to
> check whether a given DRM GPU is the primary GPU.
What do you mean by the term "Primary GP
This adds one global helper which returns a string describing the primary
PCI GPU. This string can later be used to compare with drmGetBusid() to
check whether a given DRM GPU is the primary GPU.
This layer is disabled if weston is compiled without libpciaccess. The
heuristics are very similar to