coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
display.c File Reference
#include <arch/cache.h>
#include <device/mmio.h>
#include <console/console.h>
#include <device/device.h>
#include <delay.h>
#include <edid.h>
#include <gpio.h>
#include <string.h>
#include <soc/addressmap.h>
#include <soc/clock.h>
#include <soc/display.h>
#include <soc/edp.h>
#include <soc/hdmi.h>
#include <soc/gpio.h>
#include <soc/grf.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

void rk_display_init (struct device *dev, u32 lcdbase, unsigned long fb_size)
 

Function Documentation

◆ rk_display_init()