Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/msm/dp/
Ddp_display.h12 struct msm_dp { struct
29 int dp_display_set_plugged_cb(struct msm_dp *dp_display, argument
31 int dp_display_validate_mode(struct msm_dp *dp_display, u32 mode_pclk_khz);
32 int dp_display_get_modes(struct msm_dp *dp_display,
34 int dp_display_request_irq(struct msm_dp *dp_display);
35 bool dp_display_check_video_test(struct msm_dp *dp_display);
36 int dp_display_get_test_bpp(struct msm_dp *dp_display);
37 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;
103 struct msm_dp dp_display;
181 void dp_display_signal_audio_complete(struct msm_dp *dp_display) in dp_display_signal_audio_complete()
273 static void dp_display_send_hpd_event(struct msm_dp *dp_display) in dp_display_send_hpd_event()
553 static void dp_display_handle_plugged_change(struct msm_dp *dp_display, in dp_display_handle_plugged_change()
766 static int dp_display_set_mode(struct msm_dp *dp_display, in dp_display_set_mode()
780 static int dp_display_prepare(struct msm_dp *dp) in dp_display_prepare()
788 struct msm_dp *dp_display; in dp_display_enable()
806 static int dp_display_post_enable(struct msm_dp *dp_display) in dp_display_post_enable()
827 struct msm_dp *dp_display; in dp_display_disable()
[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()
540 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.10/drivers/gpu/drm/msm/
Dmsm_drv.h163 struct msm_dp *dp;
390 int msm_dp_modeset_init(struct msm_dp *dp_display, struct drm_device *dev,
392 int msm_dp_display_enable(struct msm_dp *dp, struct drm_encoder *encoder);
393 int msm_dp_display_disable(struct msm_dp *dp, struct drm_encoder *encoder);
394 int msm_dp_display_pre_disable(struct msm_dp *dp, struct drm_encoder *encoder);
395 void msm_dp_display_mode_set(struct msm_dp *dp, struct drm_encoder *encoder,
398 void msm_dp_irq_postinstall(struct msm_dp *dp_display);
400 void msm_dp_debugfs_init(struct msm_dp *dp_display, struct drm_minor *minor);
410 static inline int msm_dp_modeset_init(struct msm_dp *dp_display, in msm_dp_modeset_init()
416 static inline int msm_dp_display_enable(struct msm_dp *dp, in msm_dp_display_enable()
[all …]