Lines Matching refs:panel
2 * linux/include/asm-arm/hardware/amba_clcd.h -- Integrator LCD panel.
58 * and the panel we need to know this and not try to
132 struct clcd_panel *panel;
158 if (fb->panel->cntl & CNTL_LCDDUAL)
166 val = fb->panel->tim2;
171 if (fb->panel->cntl & CNTL_LCDTFT) /* TFT */
175 else if (fb->panel->cntl & CNTL_LCDMONO8) /* STN monochrome, 8bit */
182 regs->tim3 = fb->panel->tim3;
184 val = fb->panel->cntl;
188 if (fb->panel->caps && fb->board->caps && var->bits_per_pixel >= 16) {
190 * if board and panel supply capabilities, we can support
202 if (fb->panel->bgr_connection)
259 /* single panel mode: PCD = max(PCD, 1) */
260 /* dual panel mode: PCD = max(PCD, 5) */
271 if (fb->panel->fixedtimings &&