Home
last modified time | relevance | path

Searched full:msm_dp (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/msm/dp/
Ddp_display.h15 struct msm_dp { struct
34 int dp_display_set_plugged_cb(struct msm_dp *dp_display, argument
36 int dp_display_get_modes(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);
41 void dp_display_set_psr(struct msm_dp *dp, bool enter);
42 void dp_display_debugfs_init(struct msm_dp *dp_display, struct dentry *dentry, bool is_edp);
Ddp_drm.c23 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()
95 struct msm_dp *dp = to_dp_bridge(bridge)->dp_display; in dp_bridge_debugfs_init()
123 struct msm_dp *dp = to_dp_bridge(drm_bridge)->dp_display; in edp_bridge_atomic_check()
146 struct msm_dp *dp = dp_bridge->dp_display; in edp_bridge_atomic_enable()
176 struct msm_dp *dp = dp_bridge->dp_display; in edp_bridge_atomic_disable()
250 struct msm_dp *dp; in edp_bridge_mode_valid()
273 struct msm_dp *dp = to_dp_bridge(bridge)->dp_display; in edp_bridge_debugfs_init()
291 int dp_bridge_init(struct msm_dp *dp_display, struct drm_device *dev, in dp_bridge_init()
[all …]
Ddp_display.c95 struct msm_dp dp_display;
181 struct msm_dp *dp = dev_get_drvdata(dev); in dev_get_dp_display_private()
240 void dp_display_signal_audio_start(struct msm_dp *dp_display) in dp_display_signal_audio_start()
249 void dp_display_signal_audio_complete(struct msm_dp *dp_display) in dp_display_signal_audio_complete()
321 static void dp_display_send_hpd_event(struct msm_dp *dp_display) in dp_display_send_hpd_event()
596 static void dp_display_handle_plugged_change(struct msm_dp *dp_display, in dp_display_handle_plugged_change()
799 static int dp_display_set_mode(struct msm_dp *dp_display, in dp_display_set_mode()
816 struct msm_dp *dp_display = &dp->dp_display; in dp_display_enable()
831 static int dp_display_post_enable(struct msm_dp *dp_display) in dp_display_post_enable()
856 struct msm_dp *dp_display = &dp->dp_display; in dp_display_disable()
[all …]
Ddp_drm.h17 struct msm_dp *dp_display;
22 struct drm_connector *dp_drm_connector_init(struct msm_dp *dp_display, struct drm_encoder *encoder,
24 int dp_bridge_init(struct msm_dp *dp_display, struct drm_device *dev,
Ddp_audio.c352 struct msm_dp *dp_display; in dp_audio_get_data()
381 struct msm_dp *dp_display; in dp_audio_hook_plugged_cb()
402 struct msm_dp *dp_display; in dp_audio_get_eld()
431 struct msm_dp *dp_display; in dp_audio_hw_params()
472 struct msm_dp *dp_display; in dp_audio_shutdown()
Ddp_debug.c18 #define DEBUG_NAME "msm_dp"
/linux-6.12.1/drivers/gpu/drm/msm/
Dmsm_drv.h113 struct msm_dp *dp[MSM_DP_CONTROLLER_COUNT];
378 int msm_dp_modeset_init(struct msm_dp *dp_display, struct drm_device *dev,
380 void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display);
381 bool msm_dp_is_yuv_420_enabled(const struct msm_dp *dp_display,
383 bool msm_dp_needs_periph_flush(const struct msm_dp *dp_display,
385 bool msm_dp_wide_bus_available(const struct msm_dp *dp_display);
395 static inline int msm_dp_modeset_init(struct msm_dp *dp_display, in msm_dp_modeset_init()
403 static inline void msm_dp_snapshot(struct msm_disp_state *disp_state, struct msm_dp *dp_display) in msm_dp_snapshot()
407 static inline bool msm_dp_is_yuv_420_enabled(const struct msm_dp *dp_display, in msm_dp_is_yuv_420_enabled()
413 static inline bool msm_dp_needs_periph_flush(const struct msm_dp *dp_display, in msm_dp_needs_periph_flush()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dgoogle,sc7180-trogdor.yaml134 sound-dai = <&msm_dp>;