commit | 2e0965b06d90b9dba76198d026c4c2ee04443aca | [log] [tgz] |
---|---|---|
author | Jyri Sarha <jsarha@ti.com> | Tue Sep 06 17:25:08 2016 +0300 |
committer | Jyri Sarha <jsarha@ti.com> | Wed Sep 07 15:54:43 2016 +0300 |
tree | ccef377ba06e82d714cbc0add7933fb0caadb561 | |
parent | 6c94c71400fbb630549611e17b430458c1c00cf8 [diff] |
drm/tilcdc: WARN if CRTC is touched without CRTC lock WARN if CRTC is touched without CRTC lock. The crtc functions should not be called simultaneously from multiple threads. Having the DRM CRTC lock should take care of that. Signed-off-by: Jyri Sarha <jsarha@ti.com> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>