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
diff --git a/target/apq8084/target_display.c b/target/apq8084/target_display.c
index ec1b523..2131053 100755
--- a/target/apq8084/target_display.c
+++ b/target/apq8084/target_display.c
@@ -241,7 +241,7 @@
 	return NO_ERROR;
 }
 
-void target_display_init(void)
+void target_display_init(const char *panel_name)
 {
 	uint32_t ret = 0;
 	ret = gcdb_display_init(MDP_REV_50, MIPI_FB_ADDR);