[PATCH 01/16] omapdrm: only take crtc->mutex in crtc callbacks

2013-01-24 Thread Daniel Vetter
Omapdrm doesn't do anything nefarious with crtc load detection or has any shared resources, so this is enough. We also need to adjust the WARN_ON. Signed-off-by: Daniel Vetter --- drivers/staging/omapdrm/omap_crtc.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git

[PATCH 01/16] omapdrm: only take crtc->mutex in crtc callbacks

2013-01-24 Thread Rob Clark
On Thu, Jan 24, 2013 at 10:20 AM, Daniel Vetter wrote: > Omapdrm doesn't do anything nefarious with crtc load detection or has > any shared resources, so this is enough. We also need to adjust the > WARN_ON. looks good, after I double checked the locking in setplane. In case I didn't send this

Re: [PATCH 01/16] omapdrm: only take crtc->mutex in crtc callbacks

2013-01-24 Thread Rob Clark
On Thu, Jan 24, 2013 at 10:20 AM, Daniel Vetter wrote: > Omapdrm doesn't do anything nefarious with crtc load detection or has > any shared resources, so this is enough. We also need to adjust the > WARN_ON. looks good, after I double checked the locking in setplane. In case I didn't send this e

[PATCH 01/16] omapdrm: only take crtc->mutex in crtc callbacks

2013-01-24 Thread Daniel Vetter
Omapdrm doesn't do anything nefarious with crtc load detection or has any shared resources, so this is enough. We also need to adjust the WARN_ON. Signed-off-by: Daniel Vetter --- drivers/staging/omapdrm/omap_crtc.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git