Re: [PATCH weston v2] compositor-drm: prefer PCI boot_vga GPU over other GPUs

2012-10-29 Thread Kristian Høgsberg
On Mon, Oct 29, 2012 at 07:21:16PM +0100, David Herrmann wrote: > If we can find a boot_vga PCI GPU, we should prefer it over any other GPU > that is connected to the system. The boot_vga flag tells us that this GPU > is the primary system GPU. > > This fixes problems on two-GPU-systems were the w

[PATCH weston v2] compositor-drm: prefer PCI boot_vga GPU over other GPUs

2012-10-29 Thread David Herrmann
If we can find a boot_vga PCI GPU, we should prefer it over any other GPU that is connected to the system. The boot_vga flag tells us that this GPU is the primary system GPU. This fixes problems on two-GPU-systems were the wrong GPU is used. It also fixes systems were DisplayLink GPUs are availabl