coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
display.h File Reference
#include <edid.h>
#include <soc/mipi.h>
Include dependency graph for display.h:

Go to the source code of this file.

Macros

#define REF_CLK_24M   (0x1 << 0)
 

Functions

void rk_display_init (struct device *dev)
 
void mainboard_power_on_backlight (void)
 
const struct mipi_panel_datamainboard_get_mipi_mode (struct edid_mode *edid_mode)
 

Macro Definition Documentation

◆ REF_CLK_24M

#define REF_CLK_24M   (0x1 << 0)

Definition at line 9 of file display.h.

Function Documentation

◆ mainboard_get_mipi_mode()

const struct mipi_panel_data* mainboard_get_mipi_mode ( struct edid_mode edid_mode)

Definition at line 659 of file mainboard.c.

References inx097pfg_edid_mode, inx097pfg_panel, kd097d04_edid_mode, kd097d04_panel, memcpy(), and sku_id().

Referenced by rk_display_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mainboard_power_on_backlight()

void mainboard_power_on_backlight ( void  )

Definition at line 356 of file mainboard.c.

References GPIO, GPIO_BACKLIGHT, gpio_output(), and mdelay().

Referenced by rk_display_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rk_display_init()