OSDN Git Service

drm: omapdrm: Remove nested PM get/sync when configuring encoders
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 27 May 2015 22:58:02 +0000 (01:58 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 12 Jun 2015 19:52:50 +0000 (22:52 +0300)
commitfd93a252da41e40e2b6383122eb6009714faa51c
tree3e1451ccab8482269f63ababcf0d9f0cdb982b7f
parent1cfe19aa611b332e182cd9976e91a205121ac956
drm: omapdrm: Remove nested PM get/sync when configuring encoders

The omap_crtc_encoder_setup() function is always called with the DSS
enabled. Remove the dispc_runtime_get() and dispc_runtime_put() calls.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_crtc.c