Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: drivers/video/tegra/dc/dc.c

Issue 6672056: [07/23] video: tegra: Remove fbdev SET_NVMAP and FLIP ioctls (Closed)
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « arch/arm/mach-tegra/include/mach/fb.h ('k') | drivers/video/tegra/fb.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: drivers/video/tegra/dc/dc.c
diff --git a/drivers/video/tegra/dc/dc.c b/drivers/video/tegra/dc/dc.c
index a19a850aebf67a70fe716a7879f4f0768013065a..c989d3f655e7bfd56d013c5141d569bed3d8c430 100644
--- a/drivers/video/tegra/dc/dc.c
+++ b/drivers/video/tegra/dc/dc.c
@@ -1308,7 +1308,6 @@ static int tegra_dc_suspend(struct nvhost_device *ndev, pm_message_t state)
dc->out_ops->suspend(dc);
if (dc->enabled) {
- tegra_fb_suspend(dc->fb);
tegra_dc_ext_suspend(dc->ext);
_tegra_dc_disable(dc);
}
« no previous file with comments | « arch/arm/mach-tegra/include/mach/fb.h ('k') | drivers/video/tegra/fb.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698