예제 #1
0
static int h8c7_lcd_cmd_probe(struct platform_device *pdev)
{
	DRM_INFO("%s: H8C7 panel detected\n", __func__);
	intel_mid_panel_register(h8c7_cmd_init);

	return 0;
}
static int tmd_6x10_lcd_vid_probe(struct platform_device *pdev)
{
	DRM_INFO("%s: TMD_6X10 panel detected\n", __func__);
	intel_mid_panel_register(tmd_6x10_vid_init);

	return 0;
}