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

Go to the source code of this file.

Variables

struct panel_serializable_data AUO_NT51021D8P
 

Variable Documentation

◆ AUO_NT51021D8P

struct panel_serializable_data AUO_NT51021D8P
Initial value:
= {
.edid = {
.ascii_string = "NT51021D8P",
.manufacturer_name = "AUO",
.panel_bits_per_color = 8,
.panel_bits_per_pixel = 24,
.mode = {
.pixel_clock = 159420,
.lvds_dual_channel = 0,
.refresh = 60,
.ha = 1200, .hbl = 141, .hso = 80, .hspw = 1,
.va = 1920, .vbl = 61, .vso = 35, .vspw = 1,
.phsync = '-', .pvsync = '-',
.x_mm = 107, .y_mm = 132,
},
},
.init = {
PANEL_DCS(0x11),
PANEL_DELAY(0x78),
PANEL_DCS(0x29),
PANEL_DELAY(0x14),
},
}
#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_NT51021D8P.c.