coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
display.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __SOC_ROCKCHIP_RK3399_DISPLAY_H__
4 #define __SOC_ROCKCHIP_RK3399_DISPLAY_H__
5 
6 #include <edid.h>
7 #include <soc/mipi.h>
8 
9 #define REF_CLK_24M (0x1 << 0)
10 
11 void rk_display_init(struct device *dev);
14  (struct edid_mode *edid_mode);
15 #endif
void mainboard_power_on_backlight(void)
Definition: mainboard.c:356
void rk_display_init(struct device *dev, u32 lcdbase, unsigned long fb_size)
Definition: display.c:24
const struct mipi_panel_data * mainboard_get_mipi_mode(struct edid_mode *edid_mode)
Definition: mainboard.c:660
Definition: device.h:107
Definition: edid.h:20