coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
panel-AUO_KD101N80_45NA.c File Reference
#include <mipi/panel.h>
Include dependency graph for panel-AUO_KD101N80_45NA.c:

Go to the source code of this file.

Variables

struct panel_serializable_data AUO_KD101N80_45NA
 

Variable Documentation

◆ AUO_KD101N80_45NA

struct panel_serializable_data AUO_KD101N80_45NA
Initial value:
= {
.edid = {
.ascii_string = "KD101N80-45NA",
.manufacturer_name = "AUO",
.panel_bits_per_color = 8,
.panel_bits_per_pixel = 24,
.mode = {
.pixel_clock = 157000,
.lvds_dual_channel = 0,
.refresh = 60,
.ha = 1200, .hbl = 140, .hso = 80, .hspw = 24,
.va = 1920, .vbl = 36, .vso = 16, .vspw = 4,
.phsync = '-', .pvsync = '-',
.x_mm = 135, .y_mm = 216,
},
},
.init = {
PANEL_DCS(0x11),
PANEL_DCS(0x29),
},
}
#define PANEL_DELAY(delay)
Definition: panel.h:49
#define PANEL_END
Definition: panel.h:53
#define PANEL_DCS(...)
Definition: panel.h:39

Definition at line 1 of file panel-AUO_KD101N80_45NA.c.