coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
panel_flapjack.c File Reference
#include "panel.h"
Include dependency graph for panel_flapjack.c:

Go to the source code of this file.

Functions

struct panel_descriptionget_panel_description (int panel_id)
 

Variables

static struct panel_description flapjack_panels []
 

Function Documentation

◆ get_panel_description()

struct panel_description* get_panel_description ( int  panel_id)

Definition at line 12 of file panel_flapjack.c.

References ARRAY_SIZE, flapjack_panels, get_panel_from_cbfs(), NULL, and panel_id().

Here is the call graph for this function:

Variable Documentation

◆ flapjack_panels

struct panel_description flapjack_panels[]
static
Initial value:
= {
[0] = { .name = "BOE_TV101WUM_NG0", .orientation = LB_FB_ORIENTATION_NORMAL},
[1] = { .name = "BOE_TV080WUM_NG0", .orientation = LB_FB_ORIENTATION_NORMAL},
[2] = { .name = "INX_OTA7290D10P", .orientation = LB_FB_ORIENTATION_NORMAL},
[3] = { .name = "AUO_NT51021D8P", .orientation = LB_FB_ORIENTATION_NORMAL},
}
@ LB_FB_ORIENTATION_NORMAL

Definition at line 1 of file panel_flapjack.c.

Referenced by get_panel_description().