[PATCH weston] compositor-drm: Ignore non-KMS devices

2017-01-12 Thread Daniel Stone
Given that we can have render-only devices, or vgem in a class of its own, ignore any non-KMS devices in compositor-drm's device selection. For x86 platforms, this is mostly a non-issue since we look at the udev boot_vga issue, but other architectures which lack this, and have multiple KMS devices

Re: [PATCH weston] compositor-drm: Ignore non-KMS devices

2016-12-19 Thread Daniel Stone
Hi, On 19 December 2016 at 16:53, Daniel Stone wrote: > Given that we can have render-only devices, or vgem in a class of its > own, ignore any non-KMS devices in compositor-drm's device selection. > For x86 platforms, this is mostly a non-issue since we look at the udev > boot_vga issue, but oth

[PATCH weston] compositor-drm: Ignore non-KMS devices

2016-12-19 Thread Daniel Stone
Given that we can have render-only devices, or vgem in a class of its own, ignore any non-KMS devices in compositor-drm's device selection. For x86 platforms, this is mostly a non-issue since we look at the udev boot_vga issue, but other architectures which lack this, and have multiple KMS devices