Lines Matching refs:msm_dp
353 struct msm_dp;
357 int msm_dp_modeset_init(struct msm_dp *dp_display, struct drm_device *dev,
359 void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display);
360 bool msm_dp_is_yuv_420_enabled(const struct msm_dp *dp_display,
362 bool msm_dp_needs_periph_flush(const struct msm_dp *dp_display,
364 bool msm_dp_wide_bus_available(const struct msm_dp *dp_display);
374 static inline int msm_dp_modeset_init(struct msm_dp *dp_display, in msm_dp_modeset_init()
382 static inline void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display) in msm_dp_snapshot()
386 static inline bool msm_dp_is_yuv_420_enabled(const struct msm_dp *dp_display, in msm_dp_is_yuv_420_enabled()
392 static inline bool msm_dp_needs_periph_flush(const struct msm_dp *dp_display, in msm_dp_needs_periph_flush()
398 static inline bool msm_dp_wide_bus_available(const struct msm_dp *dp_display) in msm_dp_wide_bus_available()