coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
display.c File Reference
#include <arch/mmu.h>
#include <device/mmio.h>
#include <console/console.h>
#include <device/device.h>
#include <delay.h>
#include <edid.h>
#include <gpio.h>
#include <stdint.h>
#include <soc/addressmap.h>
#include <soc/clock.h>
#include <soc/display.h>
#include <soc/edp.h>
#include <soc/gpio.h>
#include <soc/grf.h>
#include <soc/mmu_operations.h>
#include <soc/mipi.h>
#include <soc/soc.h>
#include <soc/vop.h>
#include <framebuffer_info.h>
#include "chip.h"
Include dependency graph for display.c:

Go to the source code of this file.

Functions

static void reset_edp (void)
 
void rk_display_init (struct device *dev)
 

Function Documentation

◆ reset_edp()

static void reset_edp ( void  )
static

Definition at line 25 of file display.c.

References BIOS_WARNING, cru_ptr, printk, RK_CLRBITS, RK_SETBITS, udelay(), and write32().

Referenced by rk_display_init().

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

◆ rk_display_init()