Lines Matching full:msm_dp
113 struct msm_dp *dp[MSM_DP_CONTROLLER_COUNT];
378 int msm_dp_modeset_init(struct msm_dp *dp_display, struct drm_device *dev,
380 void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display);
381 bool msm_dp_is_yuv_420_enabled(const struct msm_dp *dp_display,
383 bool msm_dp_needs_periph_flush(const struct msm_dp *dp_display,
385 bool msm_dp_wide_bus_available(const struct msm_dp *dp_display);
395 static inline int msm_dp_modeset_init(struct msm_dp *dp_display, in msm_dp_modeset_init()
403 static inline void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display) in msm_dp_snapshot()
407 static inline bool msm_dp_is_yuv_420_enabled(const struct msm_dp *dp_display, in msm_dp_is_yuv_420_enabled()
413 static inline bool msm_dp_needs_periph_flush(const struct msm_dp *dp_display, in msm_dp_needs_periph_flush()
419 static inline bool msm_dp_wide_bus_available(const struct msm_dp *dp_display) in msm_dp_wide_bus_available()