| Jeevan Shriram | 7aacc32 | 2014-12-29 16:02:25 -0800 | [diff] [blame] | 1 | /* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. | 
| Channagoud Kadabi | 539ef72 | 2012-03-29 16:02:50 +0530 | [diff] [blame] | 2 |  * | 
 | 3 |  * Redistribution and use in source and binary forms, with or without | 
 | 4 |  * modification, are permitted provided that the following conditions are | 
 | 5 |  * met: | 
 | 6 |  *     * Redistributions of source code must retain the above copyright | 
 | 7 |  *       notice, this list of conditions and the following disclaimer. | 
 | 8 |  *     * Redistributions in binary form must reproduce the above | 
 | 9 |  *       copyright notice, this list of conditions and the following | 
 | 10 |  *       disclaimer in the documentation and/or other materials provided | 
 | 11 |  *       with the distribution. | 
| Duy Truong | f3ac7b3 | 2013-02-13 01:07:28 -0800 | [diff] [blame] | 12 |  *     * Neither the name of The Linux Foundation nor the names of its | 
| Channagoud Kadabi | 539ef72 | 2012-03-29 16:02:50 +0530 | [diff] [blame] | 13 |  *       contributors may be used to endorse or promote products derived | 
 | 14 |  *       from this software without specific prior written permission. | 
 | 15 |  * | 
 | 16 |  * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED | 
 | 17 |  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | 
 | 18 |  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT | 
 | 19 |  * ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS | 
 | 20 |  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 
 | 21 |  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 
 | 22 |  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR | 
 | 23 |  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | 
 | 24 |  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE | 
 | 25 |  * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN | 
 | 26 |  * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
 | 27 |  * | 
 | 28 |  */ | 
 | 29 | #include <err.h> | 
 | 30 | #include <debug.h> | 
 | 31 | #include <platform.h> | 
 | 32 |  | 
| Veera Sundaram Sankaran | 089f70d | 2014-12-09 14:17:05 -0800 | [diff] [blame] | 33 | #include "include/msm_panel.h" | 
 | 34 |  | 
| Channagoud Kadabi | 539ef72 | 2012-03-29 16:02:50 +0530 | [diff] [blame] | 35 | __WEAK int mdp_lcdc_config(void) | 
 | 36 | { | 
 | 37 | 	return 0; | 
 | 38 | } | 
 | 39 | __WEAK int lvds_on() | 
 | 40 | { | 
 | 41 | 	return 0; | 
 | 42 | } | 
 | 43 | __WEAK int mdp_lcdc_on() | 
 | 44 | { | 
 | 45 | 	return 0; | 
 | 46 | } | 
 | 47 | __WEAK int mdp_lcdc_off() | 
 | 48 | { | 
 | 49 | 	return 0; | 
 | 50 | } | 
| Dhaval Patel | 65124ec | 2013-10-25 13:43:34 -0700 | [diff] [blame] | 51 | __WEAK int target_display_pre_on() | 
 | 52 | { | 
 | 53 | 	return 0; | 
 | 54 | } | 
 | 55 | __WEAK int target_display_post_on() | 
 | 56 | { | 
 | 57 | 	return 0; | 
 | 58 | } | 
 | 59 | __WEAK int target_display_pre_off() | 
 | 60 | { | 
 | 61 | 	return 0; | 
 | 62 | } | 
 | 63 | __WEAK int target_display_post_off() | 
 | 64 | { | 
 | 65 | 	return 0; | 
 | 66 | } | 
| Jeevan Shriram | 7aacc32 | 2014-12-29 16:02:25 -0800 | [diff] [blame] | 67 | __WEAK int target_display_get_base_offset(uint32_t base) | 
 | 68 | { | 
 | 69 | 	return 0; | 
 | 70 | } | 
| Kuogee Hsieh | 93bcff6 | 2014-08-22 14:02:08 -0700 | [diff] [blame] | 71 | __WEAK int target_ldo_ctrl(uint8_t enable, struct msm_panel_info *pinfo) | 
 | 72 | { | 
 | 73 |     return 0; | 
 | 74 | } | 
| Kuogee Hsieh | 80b8a6c | 2014-06-09 17:25:38 -0700 | [diff] [blame] | 75 |  | 
 | 76 | __WEAK void target_edp_panel_init(struct msm_panel_info *pinfo) | 
 | 77 | { | 
 | 78 | 	return; | 
 | 79 | } | 
 | 80 |  | 
 | 81 | __WEAK int target_edp_panel_clock(uint8_t enable, struct msm_panel_info *pinfo) | 
 | 82 | { | 
 | 83 | 	return 0; | 
 | 84 | } | 
 | 85 |  | 
 | 86 | __WEAK int target_edp_panel_enable(void) | 
 | 87 | { | 
 | 88 | 	return 0; | 
 | 89 | } | 
 | 90 |  | 
 | 91 | __WEAK int target_edp_panel_disable(void) | 
 | 92 | { | 
 | 93 | 	return 0; | 
 | 94 | } | 
 | 95 |  | 
 | 96 | __WEAK int target_edp_bl_ctrl(int enable) | 
 | 97 | { | 
 | 98 | 	return 0; | 
 | 99 | } | 
| Ajay Singh Parmar | 60430b9 | 2014-07-23 23:39:01 -0700 | [diff] [blame] | 100 |  | 
 | 101 | __WEAK int target_hdmi_panel_clock(uint8_t enable, struct msm_panel_info *pinfo) | 
 | 102 | { | 
 | 103 | 	return 0; | 
 | 104 | } | 
 | 105 |  | 
 | 106 | __WEAK int target_hdmi_regulator_ctrl(bool enable) | 
 | 107 | { | 
 | 108 | 	return 0; | 
 | 109 | } | 
 | 110 | __WEAK int mdss_hdmi_init(void) | 
 | 111 | { | 
 | 112 | 	return 0; | 
 | 113 | } | 
| Ajay Singh Parmar | 9d2ba15 | 2014-08-14 00:42:24 -0700 | [diff] [blame] | 114 |  | 
 | 115 | __WEAK int target_hdmi_gpio_ctrl(bool enable) | 
 | 116 | { | 
 | 117 | 	return 0; | 
 | 118 | } | 
| Casey Piper | 6c2f113 | 2015-03-24 11:37:19 -0700 | [diff] [blame] | 119 |  | 
 | 120 | __WEAK int target_hdmi_pll_clock(uint8_t enable, struct msm_panel_info *pinfo) | 
 | 121 | { | 
 | 122 | 	return 0; | 
 | 123 | } | 
| Vineet Bajaj | a83cf80 | 2015-05-07 17:31:33 +0530 | [diff] [blame^] | 124 |  | 
 | 125 | __WEAK int target_display_dsi2hdmi_config(struct msm_panel_info *pinfo) | 
 | 126 | { | 
 | 127 | 	return 0; | 
 | 128 | } |