summaryrefslogtreecommitdiff
path: root/target/msm8960
diff options
context:
space:
mode:
authorAravind Venkateswaran <aravindh@codeaurora.org>2014-02-25 16:45:11 -0800
committerAravind Venkateswaran <aravindh@codeaurora.org>2014-02-28 14:15:53 -0800
commit6385f7ef777a647164d1589c60ff03231b9d071e (patch)
treef486120bc3ba5fc0c32a5514209ed8bef82b3bac /target/msm8960
parent8f07624f3d2cf9bbd291f8517b4ef4b350295887 (diff)
target: add support for specifying display panel during init
Modify the display init API to add the ability to specify a particular panel to be initialized in lieu of using the default panel for the target. Change-Id: I105806a9d66fa9f45d5899a56f9ae6b28b097d73
Diffstat (limited to 'target/msm8960')
-rwxr-xr-xtarget/msm8960/target_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/msm8960/target_display.c b/target/msm8960/target_display.c
index 7ec91d21..2eec1eaa 100755
--- a/target/msm8960/target_display.c
+++ b/target/msm8960/target_display.c
@@ -255,7 +255,7 @@ static int msm8960_liquid_mipi_panel_power(int enable)
return 0;
}
-void target_display_init(void)
+void target_display_init(const char *panel_name)
{
int target_id = board_target_id();