RE: [PATCH] modesetting: don't be a GPU screen

2014-08-05 Thread Stephen Warren
Rob Clark wrote at Tuesday, August 05, 2014 12:00 PM: > It doesn't actually make any sense for a kms-only ddx. And it causes > problems with non-PCI devices, because some xservers will skip trying to > claim the device as a regular device if it is not a PCI device. The > following two xserver pat

Re: [PATCH] modesetting: don't be a GPU screen

2014-08-05 Thread Dave Airlie
NAK. This break output slaving, GPU screen are slave screen for outputs and offloads. Dave. On 6 August 2014 03:59, Rob Clark wrote: > It doesn't actually make any sense for a kms-only ddx. And it causes > problems with non-PCI devices, because some xservers will skip trying to > claim the dev

[PATCH] modesetting: don't be a GPU screen

2014-08-05 Thread Rob Clark
It doesn't actually make any sense for a kms-only ddx. And it causes problems with non-PCI devices, because some xservers will skip trying to claim the device as a regular device if it is not a PCI device. The following two xserver patches should fix this: http://patchwork.freedesktop.org/patc