summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorUjwal Patel <ujwalp@codeaurora.org>2016-01-11 17:35:42 -0800
committerJeevan Shriram <jshriram@codeaurora.org>2016-04-22 15:06:30 -0700
commit866cf4aab970ff48a8d8e5f4f173da7373fff0a8 (patch)
tree5964f65346de05927248ffddd755800607346209 /include/linux
parent3e1bedddbdb7e0e24ff0875c34d40761e15f3936 (diff)
msm: mdss: remove obsolete code related to write-back and rotator
Remove write-back and rotator related obsolete code in order to reduce dead code maintenance. CRs-Fixed: 987777 Change-Id: I917d9b5b777fb41f3f87213d8d9e6e7ddf73f92c Signed-off-by: Ujwal Patel <ujwalp@codeaurora.org> Signed-off-by: Adrian Salido-Moreno <adrianm@codeaurora.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/msm_mdp.h18
1 files changed, 1 insertions, 17 deletions
diff --git a/include/linux/msm_mdp.h b/include/linux/msm_mdp.h
index 1eb2e93e65a2..22e64f4272b9 100644
--- a/include/linux/msm_mdp.h
+++ b/include/linux/msm_mdp.h
@@ -1,7 +1,7 @@
/* include/linux/msm_mdp.h
*
* Copyright (C) 2007 Google Incorporated
- * Copyright (c) 2012-2014 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2014,2016 The Linux Foundation. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
@@ -17,20 +17,4 @@
#include <uapi/linux/msm_mdp.h>
-int msm_fb_get_iommu_domain(struct fb_info *info, int domain);
-/* get the framebuffer physical address information */
-int get_fb_phys_info(unsigned long *start, unsigned long *len, int fb_num,
- int subsys_id);
-struct fb_info *msm_fb_get_writeback_fb(void);
-int msm_fb_writeback_init(struct fb_info *info);
-int msm_fb_writeback_start(struct fb_info *info);
-int msm_fb_writeback_queue_buffer(struct fb_info *info,
- struct msmfb_data *data);
-int msm_fb_writeback_dequeue_buffer(struct fb_info *info,
- struct msmfb_data *data);
-int msm_fb_writeback_stop(struct fb_info *info);
-int msm_fb_writeback_terminate(struct fb_info *info);
-int msm_fb_writeback_set_secure(struct fb_info *info, int enable);
-int msm_fb_writeback_iommu_ref(struct fb_info *info, int enable);
-
#endif /*_MSM_MDP_H_*/