[PATCH] drm: Fix deadlock due to getconnector locking changes

2015-03-02 Thread Tommi Rantala
2015-02-24 1:55 GMT+02:00 Marc Finet : > On Sun, Feb 22, 2015 at 11:38:36AM +0100, Daniel Vetter wrote: >> In >> >> daniel at phenom:~/linux/src$ git show ccfc08655 >> commit ccfc08655d5fd5076828f45fb09194c070f2f63a >> Author: Rob Clark >> Date: Thu Dec 18 16:01:48 2014 -0500 >> >> drm:

[PATCH] drm: Fix deadlock due to getconnector locking changes

2015-02-24 Thread Marc Finet
On Sun, Feb 22, 2015 at 11:38:36AM +0100, Daniel Vetter wrote: > In > > daniel at phenom:~/linux/src$ git show ccfc08655 > commit ccfc08655d5fd5076828f45fb09194c070f2f63a > Author: Rob Clark > Date: Thu Dec 18 16:01:48 2014 -0500 > > drm: tweak getconnector locking > > We need to extend

[PATCH] drm: Fix deadlock due to getconnector locking changes

2015-02-23 Thread Jani Nikula
On Sun, 22 Feb 2015, Daniel Vetter wrote: > In > > daniel at phenom:~/linux/src$ git show ccfc08655 copy-paste fail? J. > commit ccfc08655d5fd5076828f45fb09194c070f2f63a > Author: Rob Clark > Date: Thu Dec 18 16:01:48 2014 -0500 > > drm: tweak getconnector locking > > We need to extend

[PATCH] drm: Fix deadlock due to getconnector locking changes

2015-02-23 Thread Rob Clark
On Sun, Feb 22, 2015 at 5:38 AM, Daniel Vetter wrote: > In > > daniel at phenom:~/linux/src$ git show ccfc08655 > commit ccfc08655d5fd5076828f45fb09194c070f2f63a > Author: Rob Clark > Date: Thu Dec 18 16:01:48 2014 -0500 > > drm: tweak getconnector locking > > We need to extend the

[PATCH] drm: Fix deadlock due to getconnector locking changes

2015-02-22 Thread Daniel Vetter
In daniel at phenom:~/linux/src$ git show ccfc08655 commit ccfc08655d5fd5076828f45fb09194c070f2f63a Author: Rob Clark Date: Thu Dec 18 16:01:48 2014 -0500 drm: tweak getconnector locking We need to extend the locking to cover connector->state reading for atomic drivers, but the above