Home
last modified time | relevance | path

Searched defs:da8xx_panel (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/video/
Dda8xx-fb.h41 struct da8xx_panel { struct
42 const char name[25]; /* Full name <vendor>_<model> */
43 unsigned short width;
44 unsigned short height;
45 int hfp; /* Horizontal front porch */
46 int hbp; /* Horizontal back porch */
47 int hsw; /* Horizontal Sync Pulse Width */
48 int vfp; /* Vertical front porch */
49 int vbp; /* Vertical back porch */
50 int vsw; /* Vertical Sync Pulse Width */
[all …]