Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/msm/dp/
Ddp_display.h13 struct msm_dp { struct
30 int dp_display_set_plugged_cb(struct msm_dp *dp_display, argument
32 int dp_display_validate_mode(struct msm_dp *dp_display, u32 mode_pclk_khz);
33 int dp_display_get_modes(struct msm_dp *dp_display,
35 int dp_display_request_irq(struct msm_dp *dp_display);
36 bool dp_display_check_video_test(struct msm_dp *dp_display);
37 int dp_display_get_test_bpp(struct msm_dp *dp_display);
38 void dp_display_signal_audio_start(struct msm_dp *dp_display);
39 void dp_display_signal_audio_complete(struct msm_dp *dp_display);
Ddp_drm.c16 struct msm_dp *dp_display;
29 struct msm_dp *dp; in dp_connector_detect()
48 struct msm_dp *dp; in dp_connector_get_modes()
105 struct msm_dp *dp_disp; in dp_connector_mode_valid()
132 struct drm_connector *dp_drm_connector_init(struct msm_dp *dp_display) in dp_drm_connector_init()
Ddp_display.c30 static struct msm_dp *g_dp_display;
102 struct msm_dp dp_display;
178 void dp_display_signal_audio_start(struct msm_dp *dp_display) in dp_display_signal_audio_start()
187 void dp_display_signal_audio_complete(struct msm_dp *dp_display) in dp_display_signal_audio_complete()
274 static void dp_display_send_hpd_event(struct msm_dp *dp_display) in dp_display_send_hpd_event()
576 static void dp_display_handle_plugged_change(struct msm_dp *dp_display, in dp_display_handle_plugged_change()
823 static int dp_display_set_mode(struct msm_dp *dp_display, in dp_display_set_mode()
837 static int dp_display_prepare(struct msm_dp *dp) in dp_display_prepare()
845 struct msm_dp *dp_display; in dp_display_enable()
862 static int dp_display_post_enable(struct msm_dp *dp_display) in dp_display_post_enable()
[all …]
Ddp_audio.c421 struct msm_dp *dp_display; in dp_audio_get_data()
450 struct msm_dp *dp_display; in dp_audio_hook_plugged_cb()
471 struct msm_dp *dp_display; in dp_audio_get_eld()
500 struct msm_dp *dp_display; in dp_audio_hw_params()
541 struct msm_dp *dp_display; in dp_audio_shutdown()
Ddp_drm.h16 struct drm_connector *dp_drm_connector_init(struct msm_dp *dp_display);
/Linux-v5.15/drivers/gpu/drm/msm/
Dmsm_drv.h156 struct msm_dp *dp;
380 int msm_dp_modeset_init(struct msm_dp *dp_display, struct drm_device *dev,
382 int msm_dp_display_enable(struct msm_dp *dp, struct drm_encoder *encoder);
383 int msm_dp_display_disable(struct msm_dp *dp, struct drm_encoder *encoder);
384 int msm_dp_display_pre_disable(struct msm_dp *dp, struct drm_encoder *encoder);
385 void msm_dp_display_mode_set(struct msm_dp *dp, struct drm_encoder *encoder,
388 void msm_dp_irq_postinstall(struct msm_dp *dp_display);
389 void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display);
391 void msm_dp_debugfs_init(struct msm_dp *dp_display, struct drm_minor *minor);
401 static inline int msm_dp_modeset_init(struct msm_dp *dp_display, in msm_dp_modeset_init()
[all …]