Lines Matching +full:dual +full:- +full:dsi +full:- +full:mode
35 /* Dual Link support */
54 /* bit mask of ports (vlv dsi) or phys (icl dsi) being driven */
56 u16 ports; /* VLV DSI */
57 u16 phys; /* ICL DSI */
63 /* Video mode or command mode */
66 /* number of DSI lanes */
73 * video mode pixel format
144 return container_of(&encoder->base, struct intel_dsi, base.base); in enc_to_intel_dsi()
149 return intel_dsi->operation_mode == INTEL_DSI_VIDEO_MODE; in is_vid_mode()
154 return intel_dsi->operation_mode == INTEL_DSI_COMMAND_MODE; in is_cmd_mode()
159 return enc_to_intel_dsi(encoder)->ports; in intel_dsi_encoder_ports()
168 const struct drm_display_mode *mode);