summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorAndy Park <andyp@nvidia.com>2013-05-10 16:59:35 -0700
committerRiham Haidar <rhaidar@nvidia.com>2013-05-17 16:09:15 -0700
commit278ca5f6b769998424aaa0dae6ade0ea7c51c082 (patch)
tree0526319c770f86bb20a9ddd084d6798d11d80c40 /drivers/video
parent3a444813c7dd06b849c8ca1dc8a89a271800662a (diff)
video: tegra: dc: log suspend enter time
log suspend enter time using uS timer Bug 1279339 Bug 1252226 Change-Id: I7e29d177df78a286d3e3ee905b020f95575175ac Signed-off-by: Andy Park <andyp@nvidia.com> (cherry picked from commit 832517518d82fa2bce7c3b85cdd2c56e0b87704a) Reviewed-on: http://git-master/r/229106 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Kamal Balagopalan <kbalagopalan@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Venkata (Muni) Anda <vanda@nvidia.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/tegra/dc/dc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/tegra/dc/dc.c b/drivers/video/tegra/dc/dc.c
index 8487b86c2034..e7847b8b5da6 100644
--- a/drivers/video/tegra/dc/dc.c
+++ b/drivers/video/tegra/dc/dc.c
@@ -2113,6 +2113,8 @@ static void _tegra_dc_disable(struct tegra_dc *dc)
if (dc->out->flags & TEGRA_DC_OUT_ONE_SHOT_MODE)
mutex_unlock(&dc->one_shot_lock);
+
+ tegra_log_suspend_time();
}
void tegra_dc_disable(struct tegra_dc *dc)