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

Go to the source code of this file.

Functions

struct panel_descriptionget_panel_description (int panel_id)
 

Variables

static struct panel_description kodama_panels []
 

Function Documentation

◆ get_panel_description()

struct panel_description* get_panel_description ( int  panel_id)

Definition at line 10 of file panel_kodama.c.

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

Here is the call graph for this function:

Variable Documentation

◆ kodama_panels

struct panel_description kodama_panels[]
static
Initial value:
= {
[1] = { .name = "AUO_B101UAN08_3", .orientation = LB_FB_ORIENTATION_LEFT_UP},
[2] = { .name = "BOE_TV101WUM_N53", .orientation = LB_FB_ORIENTATION_LEFT_UP},
}
@ LB_FB_ORIENTATION_LEFT_UP

Definition at line 1 of file panel_kodama.c.

Referenced by get_panel_description().