Re: [PATCH 2/2] modesetting: add dynamic connector hotplug support (MST)

2015-03-30 Thread Dave Airlie
In my patch I had to remove the output from crtcs using it. Otherwise the server died in a horrible fire. You don't need this? Looks like I have to study your patch and compare what I did wrong. For reference, in the NVIDIA driver we don't delete outputs unless they're already disabled

Re: [PATCH 2/2] modesetting: add dynamic connector hotplug support (MST)

2015-01-29 Thread Aaron Plattner
On 01/28/2015 12:32 AM, Daniel Martin wrote: On 28 January 2015 at 08:40, Dave Airlie airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com This is ported from the same code in the ati and intel drivers, It uses the same option name as nvidia and the other DDXes to disable tearing

Re: [PATCH 2/2] modesetting: add dynamic connector hotplug support (MST)

2015-01-28 Thread Daniel Martin
On 28 January 2015 at 09:32, Daniel Martin consume.no...@gmail.com wrote: On 28 January 2015 at 08:40, Dave Airlie airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com This is ported from the same code in the ati and intel drivers, It uses the same option name as nvidia and the

Re: [PATCH 2/2] modesetting: add dynamic connector hotplug support (MST)

2015-01-28 Thread Daniel Martin
On 28 January 2015 at 08:40, Dave Airlie airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com This is ported from the same code in the ati and intel drivers, It uses the same option name as nvidia and the other DDXes to disable tearing down outputs as it is hard to avoid racing with

[PATCH 2/2] modesetting: add dynamic connector hotplug support (MST)

2015-01-27 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com This is ported from the same code in the ati and intel drivers, It uses the same option name as nvidia and the other DDXes to disable tearing down outputs as it is hard to avoid racing with clients. Signed-off-by: Dave Airlie airl...@redhat.com ---