commit | 6c94c71400fbb630549611e17b430458c1c00cf8 | [log] [tgz] |
---|---|---|
author | Jyri Sarha <jsarha@ti.com> | Wed Sep 07 11:46:40 2016 +0300 |
committer | Jyri Sarha <jsarha@ti.com> | Wed Sep 07 15:54:42 2016 +0300 |
tree | b32027199d969f60fe0b322756be453516783eea | |
parent | 7eff0410276374c560e797e7676b7111fed24a3c [diff] |
drm/tilcdc: Take CRTC lock when calling tilcdc_crtc_disable() Take CRTC lock when calling tilcdc_crtc_disable() in tilcdc_crtc_destroy(). In theory there could still be some operation ongoing, which should finish before destroying the CRTC. However, the main reason for adding this is to be able to add WARNing in tilcdc_crtc_disable() if CRTC is not locked. Signed-off-by: Jyri Sarha <jsarha@ti.com> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>