Lines Matching +full:mipi +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2007-2011, Intel Corporation.
71 /* 0x61190 if MIPI */
78 /* Bit 0, Frequency, 15 bits,0 - 32767Hz */
82 /* if MIPI, 0x0000 if LVDS */
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 */
100 /* 0x61190 if MIPI */
107 /*Bit 0, Frequency, 16 bits, 0 - 32767Hz*/
108 u8 Panel_Initial_Brightness;/* [7:0] 0 - 100% */
112 /* if MIPI, 0x0000 if LVDS */
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*/
155 /* the 4 MIPI DSI receivers to use*/
167 /* 0 - 3: 0 = LVDS, 1 = MIPI*/
172 /* the 4 MIPI DSI receivers to use*/
192 u8 pt; /* panel type, 4 bit field, 0=lvds, 1=mipi */
242 extern int oaktrail_crtc_hdmi_mode_set(struct drm_crtc *crtc, struct drm_display_mode *mode,
245 extern void oaktrail_crtc_hdmi_dpms(struct drm_crtc *crtc, int mode);