Lines Matching +full:tft +full:- +full:lcd
6 -----------
7 The SH7760/SH7763 have an integrated LCD Display controller (LCDC) which
9 with color depths ranging from 1 to 16 bits, on STN, DSTN and TFT Panels.
29 - drivers/video/sh7760fb.c
30 - include/asm-sh/sh7760fb.h
31 - Documentation/fb/sh7760fb.rst
34 -----------------
47 --------------------
48 The LCDC must explicitly be told about the type of LCD panel
56 get the framebuffer working on a 640x480 TFT::
62 * NEC NL6440bc26-01 640x480 TFT
82 .left_margin = 114, /* HTOT - (HSYNSLEN + HSYNSTART) */
83 .right_margin = 16, /* HSYNSTART - XRES */
84 .upper_margin = 33, /* VTOT - (VSYNLEN + VSYNSTART) */
85 .lower_margin = 10, /* VSYNSTART - YRES */
93 .ldmtr = LDMTR_TFT_COLOR_16, /* 16bit TFT panel */
126 .name = "sh7760-lcdc",
127 .id = -1,