OSDN Git Service

drm/tilcdc: Use tilcdc_crtc_shutdown() in tilcdc_crtc_destroy()
authorJyri Sarha <jsarha@ti.com>
Mon, 29 May 2017 19:09:44 +0000 (22:09 +0300)
committerJyri Sarha <jsarha@ti.com>
Thu, 5 Oct 2017 08:47:16 +0000 (11:47 +0300)
commitba3fd954f0b4c2df1e0d7e243cb6735c6f4c5bdc
treeb8a9027a691058e6fc30f5454c923862dfeb278a
parent125fcc19dad5a0ac9d3f2e4ceb7827951d31ccc7
drm/tilcdc: Use tilcdc_crtc_shutdown() in tilcdc_crtc_destroy()

Use tilcdc_crtc_shutdown() instead of tilcdc_crtc_disable() in
tilcdc_crtc_destroy() and remove the modeset locking.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
drivers/gpu/drm/tilcdc/tilcdc_crtc.c