summaryrefslogtreecommitdiff
path: root/target/msm8974
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/msm8974
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/msm8974')
-rwxr-xr-xtarget/msm8974/target_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/msm8974/target_display.c b/target/msm8974/target_display.c
index e939f34b..8a21e983 100755
--- a/target/msm8974/target_display.c
+++ b/target/msm8974/target_display.c
@@ -330,7 +330,7 @@ static int msm8974_edp_panel_power(int enable)
return 0;
}
-void target_display_init(void)
+void target_display_init(const char *panel_name)
{
uint32_t hw_id = board_hardware_id();
uint32_t panel_loop = 0;