Searched refs:LCD_RGB (Results 1 – 3 of 3) sorted by relevance
/u-boot/board/friendlyarm/nanopi2/ |
A D | lcds.c | 593 { 3, "S70", &wvga_s70, 128, 1, LCD_RGB }, 594 { 36, "S701", &wvga_s70, 128, 1, LCD_RGB }, 595 { 24, "S702", &wvga_s702, 128, 3, LCD_RGB }, 596 { 26, "S70D", &wvga_s70d, 128, 0, LCD_RGB }, 597 { 14, "H43", &hvga_h43, 0, 0, LCD_RGB }, 598 { 19, "P43", &hvga_p43, 0, 0, LCD_RGB }, 599 { 8, "W35", &qvga_w35, 0, 0, LCD_RGB }, 600 { 28, "X710", &wsvga_x710, 0, 1, LCD_RGB }, 602 { 4, "W50", &wvga_w50, 0, 0, LCD_RGB }, 606 { 5, "L80", &vga_l80, 0, 1, LCD_RGB }, [all …]
|
A D | nxp-fb.h | 82 LCD_RGB = 4, enumerator
|
A D | board.c | 170 if (fmt == LCD_RGB) { in nx_display_fixup_dp()
|
Completed in 5 milliseconds