Home
last modified time | relevance | path

Searched defs:dp_display (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_display.c104 struct msm_dp dp_display; member
254 void dp_display_signal_audio_start(struct msm_dp *dp_display) in dp_display_signal_audio_start()
263 void dp_display_signal_audio_complete(struct msm_dp *dp_display) in dp_display_signal_audio_complete()
365 static void dp_display_send_hpd_event(struct msm_dp *dp_display) in dp_display_send_hpd_event()
629 static void dp_display_handle_plugged_change(struct msm_dp *dp_display, in dp_display_handle_plugged_change()
834 static int dp_display_set_mode(struct msm_dp *dp_display, in dp_display_set_mode()
851 struct msm_dp *dp_display = &dp->dp_display; in dp_display_enable() local
866 static int dp_display_post_enable(struct msm_dp *dp_display) in dp_display_post_enable()
891 struct msm_dp *dp_display = &dp->dp_display; in dp_display_disable() local
928 int dp_display_set_plugged_cb(struct msm_dp *dp_display, in dp_display_set_plugged_cb()
[all …]
H A Ddp_audio.c437 struct msm_dp *dp_display; in dp_audio_get_data() local
466 struct msm_dp *dp_display; in dp_audio_hook_plugged_cb() local
487 struct msm_dp *dp_display; in dp_audio_get_eld() local
516 struct msm_dp *dp_display; in dp_audio_hw_params() local
557 struct msm_dp *dp_display; in dp_audio_shutdown() local
H A Ddp_drm.c275 struct drm_bridge *dp_bridge_init(struct msm_dp *dp_display, struct drm_device *dev, in dp_bridge_init()
335 struct drm_connector *dp_drm_connector_init(struct msm_dp *dp_display, struct drm_encoder *encoder) in dp_drm_connector_init()
H A Ddp_drm.h17 struct msm_dp *dp_display; member
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_drv.h389 static inline int msm_dp_modeset_init(struct msm_dp *dp_display, in msm_dp_modeset_init()
396 static inline void msm_dp_irq_postinstall(struct msm_dp *dp_display) in msm_dp_irq_postinstall()
400 static inline void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display) in msm_dp_snapshot()
404 static inline void msm_dp_debugfs_init(struct msm_dp *dp_display, in msm_dp_debugfs_init()
409 static inline bool msm_dp_wide_bus_available(const struct msm_dp *dp_display) in msm_dp_wide_bus_available()