Searched refs:msm_dp (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/msm/dp/ |
D | dp_display.h | 13 struct msm_dp { struct 35 int dp_display_set_plugged_cb(struct msm_dp *dp_display, argument 37 int dp_display_get_modes(struct msm_dp *dp_display); 38 int dp_display_request_irq(struct msm_dp *dp_display); 39 bool dp_display_check_video_test(struct msm_dp *dp_display); 40 int dp_display_get_test_bpp(struct msm_dp *dp_display); 41 void dp_display_signal_audio_start(struct msm_dp *dp_display); 42 void dp_display_signal_audio_complete(struct msm_dp *dp_display); 43 void dp_display_set_psr(struct msm_dp *dp, bool enter);
|
D | dp_drm.c | 23 struct msm_dp *dp; in dp_bridge_detect() 39 struct msm_dp *dp; in dp_bridge_atomic_check() 73 struct msm_dp *dp; in dp_bridge_get_modes() 115 struct msm_dp *dp = to_dp_bridge(drm_bridge)->dp_display; in edp_bridge_atomic_check() 138 struct msm_dp *dp = dp_bridge->dp_display; in edp_bridge_atomic_enable() 168 struct msm_dp *dp = dp_bridge->dp_display; in edp_bridge_atomic_disable() 242 struct msm_dp *dp; in edp_bridge_mode_valid() 275 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()
|
D | dp_display.c | 104 struct msm_dp dp_display; 189 struct msm_dp *dp = dev_get_drvdata(dev); in dev_get_dp_display_private() 248 void dp_display_signal_audio_start(struct msm_dp *dp_display) in dp_display_signal_audio_start() 257 void dp_display_signal_audio_complete(struct msm_dp *dp_display) in dp_display_signal_audio_complete() 359 static void dp_display_send_hpd_event(struct msm_dp *dp_display) in dp_display_send_hpd_event() 621 static void dp_display_handle_plugged_change(struct msm_dp *dp_display, in dp_display_handle_plugged_change() 824 static int dp_display_set_mode(struct msm_dp *dp_display, in dp_display_set_mode() 841 struct msm_dp *dp_display = &dp->dp_display; in dp_display_enable() 856 static int dp_display_post_enable(struct msm_dp *dp_display) in dp_display_post_enable() 881 struct msm_dp *dp_display = &dp->dp_display; in dp_display_disable() [all …]
|
D | dp_drm.h | 17 struct msm_dp *dp_display; 22 struct drm_connector *dp_drm_connector_init(struct msm_dp *dp_display, struct drm_encoder *encoder); 23 struct drm_bridge *dp_bridge_init(struct msm_dp *dp_display, struct drm_device *dev,
|
D | dp_audio.c | 437 struct msm_dp *dp_display; in dp_audio_get_data() 466 struct msm_dp *dp_display; in dp_audio_hook_plugged_cb() 487 struct msm_dp *dp_display; in dp_audio_get_eld() 516 struct msm_dp *dp_display; in dp_audio_hw_params() 557 struct msm_dp *dp_display; in dp_audio_shutdown()
|
/Linux-v6.6/drivers/gpu/drm/msm/ |
D | msm_drv.h | 127 struct msm_dp *dp[MSM_DP_CONTROLLER_COUNT]; 385 int msm_dp_modeset_init(struct msm_dp *dp_display, struct drm_device *dev, 387 void msm_dp_irq_postinstall(struct msm_dp *dp_display); 388 void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display); 390 void msm_dp_debugfs_init(struct msm_dp *dp_display, struct drm_minor *minor); 391 bool msm_dp_wide_bus_available(const struct msm_dp *dp_display); 401 static inline int msm_dp_modeset_init(struct msm_dp *dp_display, in msm_dp_modeset_init() 408 static inline void msm_dp_irq_postinstall(struct msm_dp *dp_display) in msm_dp_irq_postinstall() 412 static inline void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display) in msm_dp_snapshot() 416 static inline void msm_dp_debugfs_init(struct msm_dp *dp_display, in msm_dp_debugfs_init() [all …]
|