Home
last modified time | relevance | path

Searched refs:dp_panel (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/msm/dp/
Ddp_panel.c14 struct dp_panel dp_panel; member
22 static int dp_panel_read_dpcd(struct dp_panel *dp_panel) in dp_panel_read_dpcd() argument
32 dpcd = dp_panel->dpcd; in dp_panel_read_dpcd()
34 panel = container_of(dp_panel, struct dp_panel_private, dp_panel); in dp_panel_read_dpcd()
35 link_info = &dp_panel->link_info; in dp_panel_read_dpcd()
76 if (link_info->num_lanes > dp_panel->max_dp_lanes) in dp_panel_read_dpcd()
77 link_info->num_lanes = dp_panel->max_dp_lanes; in dp_panel_read_dpcd()
90 dp_panel->dfp_present = dpcd[DP_DOWNSTREAMPORT_PRESENT]; in dp_panel_read_dpcd()
91 dp_panel->dfp_present &= DP_DWN_STRM_PORT_PRESENT; in dp_panel_read_dpcd()
93 if (dp_panel->dfp_present && (dpcd[DP_DPCD_REV] > 0x10)) { in dp_panel_read_dpcd()
[all …]
Ddp_panel.h37 struct dp_panel { struct
58 int dp_panel_init_panel_info(struct dp_panel *dp_panel); argument
59 int dp_panel_deinit(struct dp_panel *dp_panel);
60 int dp_panel_timing_cfg(struct dp_panel *dp_panel);
61 void dp_panel_dump_regs(struct dp_panel *dp_panel);
62 int dp_panel_read_sink_caps(struct dp_panel *dp_panel,
64 u32 dp_panel_get_mode_bpp(struct dp_panel *dp_panel, u32 mode_max_bpp,
66 int dp_panel_get_modes(struct dp_panel *dp_panel,
68 void dp_panel_handle_sink_request(struct dp_panel *dp_panel);
69 void dp_panel_tpg_config(struct dp_panel *dp_panel, bool enable);
[all …]
Ddp_debug.h44 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel,
61 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel, in dp_debug_get()
Ddp_audio.h38 struct dp_panel *panel,
Ddp_ctrl.h31 struct dp_panel *panel, struct drm_dp_aux *aux,
Ddp_debug.c26 struct dp_panel *panel;
415 struct dp_debug *dp_debug_get(struct device *dev, struct dp_panel *panel, in dp_debug_get()
Ddp_audio.c30 struct dp_panel *panel;
596 struct dp_panel *panel, in dp_audio_get()
Ddp_display.c97 struct dp_panel *panel;
261 static bool dp_display_is_ds_bridge(struct dp_panel *panel) in dp_display_is_ds_bridge()
Ddp_ctrl.c73 struct dp_panel *panel;
1834 struct dp_panel *panel, struct drm_dp_aux *aux, in dp_ctrl_get()
/Linux-v5.10/drivers/gpu/drm/msm/
DMakefile111 dp/dp_panel.o \