]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit75bd22a9115d6b40726dd792bdd01bc8d5bafb9c
tree3e1451ccab8482269f63ababcf0d9f0cdb982b7f
parent95f22b450a1964c5936dcf489dde32bf03bf501e
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