]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
drm/msm: remove pm_runtime_put() calls
authorArchit Taneja <architt@codeaurora.org>
Wed, 8 Apr 2015 10:38:44 +0000 (16:08 +0530)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Mon, 14 Aug 2017 10:51:23 +0000 (12:51 +0200)
commit7af6c82039dcff61e957a48bc897d3e4e377c888
treed361f71e8caec1bc85c121b85dc7ad810b26af3d
parentba1c170a1583a65f2895f7c0e862ca15660d1d9d
drm/msm: remove pm_runtime_put() calls

The drm msm driver isn't pm_runtime adapted yet. Since gdsc is now associated
with pm_runtime, we need to make sure we don't do a pm_runtime_put() when we
are using the hardware.

This can be removed after pm_runtime adaptation.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Conflicts:
drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c
drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c
drivers/gpu/drm/msm/msm_drv.c