Home
last modified time | relevance | path

Searched refs:msm_dp (Results 1 – 7 of 7) sorted by relevance

/drivers/gpu/drm/msm/dp/
A Ddp_display.h14 struct msm_dp { struct
30 int msm_dp_display_get_modes(struct msm_dp *msm_dp_display); argument
31 bool msm_dp_display_check_video_test(struct msm_dp *msm_dp_display);
32 int msm_dp_display_get_test_bpp(struct msm_dp *msm_dp_display);
33 void msm_dp_display_signal_audio_start(struct msm_dp *msm_dp_display);
34 void msm_dp_display_signal_audio_complete(struct msm_dp *msm_dp_display);
35 void msm_dp_display_set_psr(struct msm_dp *dp, bool enter);
36 void msm_dp_display_debugfs_init(struct msm_dp *msm_dp_display, struct dentry *dentry, bool is_edp);
A Ddp_drm.c26 struct msm_dp *dp; in msm_dp_bridge_detect()
42 struct msm_dp *dp; in msm_dp_bridge_atomic_check()
76 struct msm_dp *dp; in msm_dp_bridge_get_modes()
98 struct msm_dp *dp = to_dp_bridge(bridge)->msm_dp_display; in msm_dp_bridge_debugfs_init()
129 struct msm_dp *dp = to_dp_bridge(drm_bridge)->msm_dp_display; in msm_edp_bridge_atomic_check()
151 struct msm_dp *dp = msm_dp_bridge->msm_dp_display; in msm_edp_bridge_atomic_enable()
180 struct msm_dp *dp = msm_dp_bridge->msm_dp_display; in msm_edp_bridge_atomic_disable()
253 struct msm_dp *dp; in msm_edp_bridge_mode_valid()
279 struct msm_dp *dp = to_dp_bridge(bridge)->msm_dp_display; in msm_edp_bridge_debugfs_init()
297 int msm_dp_bridge_init(struct msm_dp *msm_dp_display, struct drm_device *dev, in msm_dp_bridge_init()
[all …]
A Ddp_display.c95 struct msm_dp msm_dp_display;
207 struct msm_dp *dp = dev_get_drvdata(dev); in dev_get_dp_display_private()
838 struct msm_dp *msm_dp_display = &dp->msm_dp_display; in msm_dp_display_enable()
930 struct msm_dp *dp; in msm_dp_bridge_mode_valid()
967 int msm_dp_display_get_modes(struct msm_dp *dp) in msm_dp_display_get_modes()
991 int msm_dp_display_get_test_bpp(struct msm_dp *dp) in msm_dp_display_get_test_bpp()
1231 struct msm_dp *dp = dev_get_drvdata(dev); in msm_dp_display_probe_tail()
1587 struct msm_dp *dp = msm_dp_bridge->msm_dp_display; in msm_dp_bridge_atomic_enable()
1648 struct msm_dp *dp = msm_dp_bridge->msm_dp_display; in msm_dp_bridge_atomic_disable()
1660 struct msm_dp *dp = msm_dp_bridge->msm_dp_display; in msm_dp_bridge_atomic_post_disable()
[all …]
A Ddp_drm.h17 struct msm_dp *msm_dp_display;
22 struct drm_connector *msm_dp_drm_connector_init(struct msm_dp *msm_dp_display,
24 int msm_dp_bridge_init(struct msm_dp *msm_dp_display, struct drm_device *dev,
A Ddp_audio.c255 static struct msm_dp_audio_private *msm_dp_audio_get_data(struct msm_dp *msm_dp_display) in msm_dp_audio_get_data()
275 struct msm_dp *msm_dp_display; in msm_dp_audio_prepare()
315 struct msm_dp *msm_dp_display; in msm_dp_audio_shutdown()
/drivers/gpu/drm/msm/
A Dmsm_drv.h353 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()
[all …]
A Dmsm_kms.h146 struct msm_dp *dp[MSM_DP_CONTROLLER_COUNT];

Completed in 13 milliseconds