[PATCH 2/2] xfree86: attempt to autoconfig gpu slave devices

2015-03-31 Thread Dave Airlie
From: Dave Airlie This allows us to skip the screen section, the first Device section will get assigned to the screen, any remaining ones will get assigned to the GPUDevice sections for the screen. Signed-off-by: Dave Airlie --- hw/xfree86/common/xf86Config.c | 31 ++---

Re: [PATCH 2/2] xfree86: attempt to autoconfig gpu slave devices

2015-03-31 Thread Aaron Plattner
On 03/31/2015 12:12 AM, Dave Airlie wrote: From: Dave Airlie This allows us to skip the screen section, the first Device section will get assigned to the screen, any remaining ones will get assigned to the GPUDevice sections for the screen. Signed-off-by: Dave Airlie --- hw/xfree86/common/x

[PATCH 2/2] xfree86: attempt to autoconfig gpu slave devices (v2)

2015-03-31 Thread Dave Airlie
From: Dave Airlie This allows us to skip the screen section, the first Device section will get assigned to the screen, any remaining ones will get assigned to the GPUDevice sections for the screen. v2: fix the skipping unsuitable screen logic (Aaron) Signed-off-by: Dave Airlie --- hw/xfree86/