Home
last modified time | relevance | path

Searched refs:drm_dp_aux (Results 1 – 25 of 28) sorted by relevance

12

/linux/include/drm/display/
H A Ddrm_dp_helper.h33 struct drm_dp_aux;
48 int drm_dp_read_clock_recovery_delay(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE],
50 int drm_dp_read_channel_eq_delay(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE],
53 void drm_dp_link_train_clock_recovery_delay(const struct drm_dp_aux *aux,
56 void drm_dp_link_train_channel_eq_delay(const struct drm_dp_aux *aux,
58 void drm_dp_lttpr_link_train_channel_eq_delay(const struct drm_dp_aux *aux,
61 int drm_dp_128b132b_read_aux_rd_interval(struct drm_dp_aux *aux);
135 bool drm_dp_vsc_sdp_supported(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE]);
136 bool drm_dp_as_sdp_supported(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE]);
374 struct drm_dp_aux { struct
[all …]
H A Ddrm_dp_aux_bus.h27 struct drm_dp_aux *aux;
47 int of_dp_aux_populate_bus(struct drm_dp_aux *aux,
48 int (*done_probing)(struct drm_dp_aux *aux));
49 void of_dp_aux_depopulate_bus(struct drm_dp_aux *aux);
50 int devm_of_dp_aux_populate_bus(struct drm_dp_aux *aux,
51 int (*done_probing)(struct drm_dp_aux *aux));
54 static inline int of_dp_aux_populate_ep_devices(struct drm_dp_aux *aux) in of_dp_aux_populate_ep_devices()
64 static inline int devm_of_dp_aux_populate_ep_devices(struct drm_dp_aux *aux) in devm_of_dp_aux_populate_ep_devices()
74 static inline void of_dp_aux_depopulate_ep_devices(struct drm_dp_aux *aux) in of_dp_aux_depopulate_ep_devices()
H A Ddrm_dp_tunnel.h13 struct drm_dp_aux;
50 struct drm_dp_aux *aux);
63 struct drm_dp_aux *aux);
117 struct drm_dp_aux *aux) in drm_dp_tunnel_detect()
165 struct drm_dp_aux *aux) in drm_dp_tunnel_handle_irq()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper_internal.h6 struct drm_dp_aux;
11 int drm_dp_aux_register_devnode(struct drm_dp_aux *aux);
12 void drm_dp_aux_unregister_devnode(struct drm_dp_aux *aux);
23 static inline int drm_dp_aux_register_devnode(struct drm_dp_aux *aux) in drm_dp_aux_register_devnode()
28 static inline void drm_dp_aux_unregister_devnode(struct drm_dp_aux *aux) in drm_dp_aux_unregister_devnode()
H A Ddrm_dp_aux_bus.c28 int (*done_probing)(struct drm_dp_aux *aux);
217 void of_dp_aux_depopulate_bus(struct drm_dp_aux *aux) in of_dp_aux_depopulate_bus()
255 int of_dp_aux_populate_bus(struct drm_dp_aux *aux, in of_dp_aux_populate_bus()
256 int (*done_probing)(struct drm_dp_aux *aux)) in of_dp_aux_populate_bus()
342 int devm_of_dp_aux_populate_bus(struct drm_dp_aux *aux, in devm_of_dp_aux_populate_bus()
343 int (*done_probing)(struct drm_dp_aux *aux)) in devm_of_dp_aux_populate_bus()
H A Ddrm_dp_aux_dev.c47 struct drm_dp_aux *aux;
73 static struct drm_dp_aux_dev *alloc_drm_dp_aux_dev(struct drm_dp_aux *aux) in alloc_drm_dp_aux_dev()
126 ATTRIBUTE_GROUPS(drm_dp_aux);
251 static struct drm_dp_aux_dev *drm_dp_aux_dev_get_by_aux(struct drm_dp_aux *aux) in drm_dp_aux_dev_get_by_aux()
272 void drm_dp_aux_unregister_devnode(struct drm_dp_aux *aux) in drm_dp_aux_unregister_devnode()
303 int drm_dp_aux_register_devnode(struct drm_dp_aux *aux) in drm_dp_aux_register_devnode()
/linux/drivers/gpu/drm/tegra/
H A Ddrm.h174 struct drm_dp_aux *drm_dp_aux_find_by_of_node(struct device_node *np);
175 enum drm_connector_status drm_dp_aux_detect(struct drm_dp_aux *aux);
176 int drm_dp_aux_attach(struct drm_dp_aux *aux, struct tegra_output *output);
177 int drm_dp_aux_detach(struct drm_dp_aux *aux);
178 int drm_dp_aux_enable(struct drm_dp_aux *aux);
179 int drm_dp_aux_disable(struct drm_dp_aux *aux);
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_panel.h91 struct msm_dp_panel *msm_dp_panel_get(struct device *dev, struct drm_dp_aux *aux,
H A Ddp_link.h131 struct msm_dp_link *msm_dp_link_get(struct device *dev, struct drm_dp_aux *aux);
H A Ddp_link.c43 struct drm_dp_aux *aux;
51 static int msm_dp_aux_link_power_up(struct drm_dp_aux *aux, in msm_dp_aux_link_power_up()
79 static int msm_dp_aux_link_power_down(struct drm_dp_aux *aux, in msm_dp_aux_link_power_down()
1325 struct msm_dp_link *msm_dp_link_get(struct device *dev, struct drm_dp_aux *aux) in msm_dp_link_get()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h230 struct drm_dp_aux aux;
609 struct drm_dp_aux aux;
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.h131 struct drm_dp_aux aux;
H A Dnouveau_backlight.c164 struct drm_dp_aux *aux = &nv_connector->aux; in nv50_edp_set_brightness()
H A Dnouveau_connector.c1225 nouveau_connector_aux_xfer(struct drm_dp_aux *obj, struct drm_dp_aux_msg *msg) in nouveau_connector_aux_xfer()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_dp_auxch.c55 radeon_dp_aux_transfer_native(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg) in radeon_dp_aux_transfer_native()
/linux/drivers/gpu/drm/bridge/
H A Dti-sn65dsi86.c193 struct drm_dp_aux aux;
530 static struct ti_sn65dsi86 *aux_to_ti_sn65dsi86(struct drm_dp_aux *aux) in aux_to_ti_sn65dsi86()
535 static ssize_t ti_sn_aux_transfer(struct drm_dp_aux *aux, in ti_sn_aux_transfer()
649 static int ti_sn_aux_wait_hpd_asserted(struct drm_dp_aux *aux, unsigned long wait_us) in ti_sn_aux_wait_hpd_asserted()
H A Dtc358767.c370 struct drm_dp_aux aux;
402 static inline struct tc_data *aux_to_tc(struct drm_dp_aux *a) in aux_to_tc()
475 static ssize_t tc_aux_transfer(struct drm_dp_aux *aux, in tc_aux_transfer()
1089 struct drm_dp_aux *aux = &tc->aux; in tc_main_link_enable()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c691 static bool execute_synaptics_rc_command(struct drm_dp_aux *aux, in execute_synaptics_rc_command()
764 static void apply_synaptics_fifo_reset_wa(struct drm_dp_aux *aux) in apply_synaptics_fifo_reset_wa()
833 struct drm_dp_aux *aux, in write_dsc_enable_synaptics_non_virtual_dpcd_mst()
H A Damdgpu_dm.h805 struct drm_dp_aux *dsc_aux;
H A Damdgpu_dm_mst_types.c58 static ssize_t dm_dp_aux_transfer(struct drm_dp_aux *aux, in dm_dp_aux_transfer()
338 struct drm_dp_aux *immediate_upstream_aux; in retrieve_branch_specific_data()
1799 static bool dp_get_link_current_set_bw(struct drm_dp_aux *aux, uint32_t *cur_link_bw) in dp_get_link_current_set_bw()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_alpm.c610 struct drm_dp_aux *aux = &intel_dp->aux; in intel_alpm_get_error()
H A Dintel_display_types.h557 struct drm_dp_aux *dsc_decompression_aux;
1862 struct drm_dp_aux aux;
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c1390 struct drm_dp_aux *aux = &nv_connector->aux; in nv50_mstm_service()
1436 struct drm_dp_aux *aux; in nv50_mstm_detect()
1515 nv50_mstm_new(struct nouveau_encoder *outp, struct drm_dp_aux *aux, int aux_max, in nv50_mstm_new()
1573 struct drm_dp_aux *aux = &nv_connector->aux; in nv50_sor_atomic_disable()
/linux/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c381 struct drm_dp_aux aux;
1095 zynqmp_dp_aux_transfer(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg) in zynqmp_dp_aux_transfer()
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-dp.c326 struct drm_dp_aux aux;
1457 static ssize_t dw_dp_aux_transfer(struct drm_dp_aux *aux, in dw_dp_aux_transfer()

12