coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ast_mode_corebootfb.c File Reference
#include <console/console.h>
#include <edid.h>
#include <device/pci_def.h>
#include <framebuffer_info.h>
#include "ast_drv.h"
Include dependency graph for ast_mode_corebootfb.c:

Go to the source code of this file.

Functions

int ast_crtc_do_set_base (struct drm_crtc *crtc)
 
static void ast_edid_to_drmmode (struct edid *edid, struct drm_display_mode *mode)
 
static int ast_select_mode (struct drm_connector *connector, struct edid *edid)
 
int ast_driver_framebuffer_init (struct drm_device *dev, int flags)
 

Function Documentation

◆ ast_crtc_do_set_base()

◆ ast_driver_framebuffer_init()

◆ ast_edid_to_drmmode()

◆ ast_select_mode()