coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
graphics.c File Reference
#include <commonlib/helpers.h>
#include <device/device.h>
#include <device/mmio.h>
#include <device/pci_def.h>
#include <device/resource.h>
#include <drivers/intel/gma/i915_reg.h>
#include <intelblocks/graphics.h>
#include <soc/ramstage.h>
#include <types.h>
Include dependency graph for graphics.c:

Go to the source code of this file.

Functions

void graphics_soc_panel_init (struct device *dev)
 
const struct i915_gpu_controller_infointel_igd_get_controller_info (const struct device *const dev)
 

Function Documentation

◆ graphics_soc_panel_init()

◆ intel_igd_get_controller_info()

const struct i915_gpu_controller_info* intel_igd_get_controller_info ( const struct device *const  dev)

Definition at line 59 of file graphics.c.

References chip, and device::chip_info.