Lines Matching +full:panel +full:- +full:specific
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2007-2011, Intel Corporation.
10 /* MID device specific descriptors */
78 /* Bit 0, Frequency, 15 bits,0 - 32767Hz */
84 /* 0: Type-1, */
85 /* 1: Type-2, */
86 /* 2: Type-3, */
87 /* 3: Type-4 */
94 /* Bit 8, Minimum Supported Frame Rate, 6 bits, 0 - 63Hz */
107 /*Bit 0, Frequency, 16 bits, 0 - 32767Hz*/
108 u8 Panel_Initial_Brightness;/* [7:0] 0 - 100% */
114 /* 0: Type-1, */
115 /* 1: Type-2, */
116 /* 2: Type-3, */
117 /* 3: Type-4 */
124 /* Bit 8, Minimum Supported Frame Rate, 6 bits, 0 - 63Hz */
134 u16 SupportedVideoTransferMode:2; /*0: Non-burst only */
135 /* 1: Burst and non-burst */
137 u16 HSClkBehavior:1; /*0: Continuous, 1: Non-continuous*/
150 /* 0 - 3: 0 = LVDS, 1 = MIPI*/
159 struct oaktrail_panel_descriptor_v1 panel[4];/*panel descrs,38 bytes each*/ member
160 union oaktrail_panel_rx panelrx[4]; /* panel receivers*/
167 /* 0 - 3: 0 = LVDS, 1 = MIPI*/
176 struct oaktrail_panel_descriptor_v2 panel[4];/*panel descrs,38 bytes each*/ member
177 union oaktrail_panel_rx panelrx[4]; /* panel receivers*/
191 u8 bpi; /* boot panel index, number of panel used during boot */
192 u8 pt; /* panel type, 4 bit field, 0=lvds, 1=mipi */
193 struct oaktrail_timing_info DTD; /* timing info for the selected panel */