2 * This file is part of the coreboot project.
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; version 2 of the License.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
15 #ifndef __SOC_ROCKCHIP_RK3399_DISPLAY_H__
16 #define __SOC_ROCKCHIP_RK3399_DISPLAY_H__
21 #define REF_CLK_24M (0x1 << 0)
23 void rk_display_init(struct device
*dev
);
24 void mainboard_power_on_backlight(void);
25 const struct mipi_panel_data
*mainboard_get_mipi_mode
26 (struct edid_mode
*edid_mode
);