Searched full:msm_dp (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/msm/dp/ |
D | dp_display.h | 13 struct msm_dp { struct 33 int dp_display_set_plugged_cb(struct msm_dp *dp_display, argument 35 int dp_display_get_modes(struct msm_dp *dp_display); 36 int dp_display_request_irq(struct msm_dp *dp_display); 37 bool dp_display_check_video_test(struct msm_dp *dp_display); 38 int dp_display_get_test_bpp(struct msm_dp *dp_display); 39 void dp_display_signal_audio_start(struct msm_dp *dp_display); 40 void dp_display_signal_audio_complete(struct msm_dp *dp_display);
|
D | dp_display.c | 103 struct msm_dp dp_display; 185 struct msm_dp *dp = dev_get_drvdata(dev); in dev_get_dp_display_private() 244 void dp_display_signal_audio_start(struct msm_dp *dp_display) in dp_display_signal_audio_start() 253 void dp_display_signal_audio_complete(struct msm_dp *dp_display) in dp_display_signal_audio_complete() 352 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() 853 static int dp_display_set_mode(struct msm_dp *dp_display, in dp_display_set_mode() 870 struct msm_dp *dp_display = &dp->dp_display; in dp_display_enable() 885 static int dp_display_post_enable(struct msm_dp *dp_display) in dp_display_post_enable() 906 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_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() 107 struct drm_bridge *dp_bridge_init(struct msm_dp *dp_display, struct drm_device *dev, in dp_bridge_init() 167 struct drm_connector *dp_drm_connector_init(struct msm_dp *dp_display, struct drm_encoder *encoder) in dp_drm_connector_init()
|
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()
|
D | dp_debug.c | 19 #define DEBUG_NAME "msm_dp" 214 snprintf(path, sizeof(path), "msm_dp-%s", debug->connector->name); in dp_debug_init()
|
/Linux-v6.1/drivers/gpu/drm/msm/ |
D | msm_drv.h | 123 struct msm_dp *dp[MSM_DP_CONTROLLER_COUNT]; 365 int msm_dp_modeset_init(struct msm_dp *dp_display, struct drm_device *dev, 367 void msm_dp_irq_postinstall(struct msm_dp *dp_display); 368 void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display); 370 void msm_dp_debugfs_init(struct msm_dp *dp_display, struct drm_minor *minor); 371 bool msm_dp_wide_bus_available(const struct msm_dp *dp_display); 381 static inline int msm_dp_modeset_init(struct msm_dp *dp_display, in msm_dp_modeset_init() 388 static inline void msm_dp_irq_postinstall(struct msm_dp *dp_display) in msm_dp_irq_postinstall() 392 static inline void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display) in msm_dp_snapshot() 396 static inline void msm_dp_debugfs_init(struct msm_dp *dp_display, in msm_dp_debugfs_init() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | google,sc7180-trogdor.yaml | 142 sound-dai = <&msm_dp>;
|