Searched refs:msm_dp (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/ |
H A D | dp_display.h | 12 struct msm_dp { struct 29 int dp_display_set_plugged_cb(struct msm_dp *dp_display, 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_start(struct msm_dp *dp_display); 38 void dp_display_signal_audio_complete(struct msm_dp *dp_display);
|
H A D | dp_drm.c | 16 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()
|
H A D | dp_display.c | 30 static struct msm_dp *g_dp_display; 103 struct msm_dp dp_display; 182 void dp_display_signal_audio_start(struct msm_dp *dp_display) in dp_display_signal_audio_start() 191 void dp_display_signal_audio_complete(struct msm_dp *dp_display) in dp_display_signal_audio_complete() 301 static void dp_display_send_hpd_event(struct msm_dp *dp_display) in dp_display_send_hpd_event() 627 static void dp_display_handle_plugged_change(struct msm_dp *dp_display, in dp_display_handle_plugged_change() 845 static int dp_display_set_mode(struct msm_dp *dp_display, in dp_display_set_mode() 859 static int dp_display_prepare(struct msm_dp *dp) in dp_display_prepare() 867 struct msm_dp *dp_display; in dp_display_enable() 883 static int dp_display_post_enable(struct msm_dp *dp_displa [all...] |
H A D | dp_audio.c | 421 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()
|
H A D | dp_drm.h | 16 struct drm_connector *dp_drm_connector_init(struct msm_dp *dp_display);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/ |
H A D | dp_display.h | 13 struct msm_dp { struct 35 int dp_display_set_plugged_cb(struct msm_dp *dp_display, 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);
|
H A 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()
|
H A 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,
|
H A D | dp_display.c | 104 struct msm_dp dp_display; 195 struct msm_dp *dp = dev_get_drvdata(dev); in dev_get_dp_display_private() 254 void dp_display_signal_audio_start(struct msm_dp *dp_display) in dp_display_signal_audio_start() 263 void dp_display_signal_audio_complete(struct msm_dp *dp_display) in dp_display_signal_audio_complete() 365 static void dp_display_send_hpd_event(struct msm_dp *dp_display) in dp_display_send_hpd_event() 627 static void dp_display_handle_plugged_change(struct msm_dp *dp_display, in dp_display_handle_plugged_change() 830 static int dp_display_set_mode(struct msm_dp *dp_display, in dp_display_set_mode() 847 struct msm_dp *dp_display = &dp->dp_display; in dp_display_enable() 862 static int dp_display_post_enable(struct msm_dp *dp_display) in dp_display_post_enable() 887 struct msm_dp *dp_displa in dp_display_disable() [all...] |
H A 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_drv.h | 164 struct msm_dp *dp; 391 int msm_dp_modeset_init(struct msm_dp *dp_display, struct drm_device *dev, 393 int msm_dp_display_enable(struct msm_dp *dp, struct drm_encoder *encoder); 394 int msm_dp_display_disable(struct msm_dp *dp, struct drm_encoder *encoder); 395 int msm_dp_display_pre_disable(struct msm_dp *dp, struct drm_encoder *encoder); 396 void msm_dp_display_mode_set(struct msm_dp *dp, struct drm_encoder *encoder, 399 void msm_dp_irq_postinstall(struct msm_dp *dp_display); 401 void msm_dp_debugfs_init(struct msm_dp *dp_display, struct drm_minor *minor); 411 static inline int msm_dp_modeset_init(struct msm_dp *dp_display, in msm_dp_modeset_init() 417 static inline int msm_dp_display_enable(struct msm_dp *d in msm_dp_modeset_init() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
H A 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_displa [all...] |
Completed in 9 milliseconds