Re: [PATCH] libdrm: Fix PCI domain domain support

2010-08-06 Thread Adam Jackson
On Fri, 2010-08-06 at 13:55 +1000, Benjamin Herrenschmidt wrote: This works in conjunction with newer kernels. If we succeed in requesting interface 1.4, the we know the kernel provides proper domain numbers. If not, ignore the domain number as it's bogus (except on Alpha). Signed-off-by:

[PATCH] libdrm: Fix PCI domain domain support

2010-08-05 Thread Benjamin Herrenschmidt
This works in conjunction with newer kernels. If we succeed in requesting interface 1.4, the we know the kernel provides proper domain numbers. If not, ignore the domain number as it's bogus (except on Alpha). Signed-off-by: Benjamin Herrenschmidt b...@kernel.crashing.org --- xf86drm.c | 30