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

Go to the source code of this file.

Functions

struct panel_descriptionget_panel_description (int panel_id)
 

Variables

static struct panel_description katsu_panels []
 

Function Documentation

◆ get_panel_description()

struct panel_description* get_panel_description ( int  panel_id)

Definition at line 10 of file panel_katsu.c.

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

Here is the call graph for this function:

Variable Documentation

◆ katsu_panels

struct panel_description katsu_panels[]
static
Initial value:
= {
[1] = { .name = "BOE_TV105WUM_NW0", .orientation = LB_FB_ORIENTATION_LEFT_UP},
[2] = { .name = "STA_2081101QFH032011_53G", .orientation = LB_FB_ORIENTATION_LEFT_UP},
}
@ LB_FB_ORIENTATION_LEFT_UP

Definition at line 1 of file panel_katsu.c.

Referenced by get_panel_description().