• Home
  • Raw
  • Download

Lines Matching refs:drm_dp_aux

32 struct drm_dp_aux;
1504 void drm_dp_link_train_clock_recovery_delay(const struct drm_dp_aux *aux,
1507 void drm_dp_link_train_channel_eq_delay(const struct drm_dp_aux *aux,
1509 void drm_dp_lttpr_link_train_channel_eq_delay(const struct drm_dp_aux *aux,
1891 struct drm_dp_aux { struct
1977 ssize_t (*transfer)(struct drm_dp_aux *aux, argument
1998 ssize_t drm_dp_dpcd_read(struct drm_dp_aux *aux, unsigned int offset, argument
2000 ssize_t drm_dp_dpcd_write(struct drm_dp_aux *aux, unsigned int offset,
2012 static inline ssize_t drm_dp_dpcd_readb(struct drm_dp_aux *aux, in drm_dp_dpcd_readb()
2027 static inline ssize_t drm_dp_dpcd_writeb(struct drm_dp_aux *aux, in drm_dp_dpcd_writeb()
2033 int drm_dp_read_dpcd_caps(struct drm_dp_aux *aux,
2036 int drm_dp_dpcd_read_link_status(struct drm_dp_aux *aux,
2039 int drm_dp_dpcd_read_phy_link_status(struct drm_dp_aux *aux,
2043 bool drm_dp_send_real_edid_checksum(struct drm_dp_aux *aux,
2046 int drm_dp_read_downstream_info(struct drm_dp_aux *aux,
2072 int drm_dp_downstream_id(struct drm_dp_aux *aux, char id[6]);
2077 struct drm_dp_aux *aux);
2090 int drm_dp_read_sink_count(struct drm_dp_aux *aux);
2092 int drm_dp_read_lttpr_common_caps(struct drm_dp_aux *aux,
2094 int drm_dp_read_lttpr_phy_caps(struct drm_dp_aux *aux,
2103 void drm_dp_remote_aux_init(struct drm_dp_aux *aux);
2104 void drm_dp_aux_init(struct drm_dp_aux *aux);
2105 int drm_dp_aux_register(struct drm_dp_aux *aux);
2106 void drm_dp_aux_unregister(struct drm_dp_aux *aux);
2108 int drm_dp_start_crc(struct drm_dp_aux *aux, struct drm_crtc *crtc);
2109 int drm_dp_stop_crc(struct drm_dp_aux *aux);
2129 int drm_dp_read_desc(struct drm_dp_aux *aux, struct drm_dp_desc *desc,
2212 drm_edp_backlight_init(struct drm_dp_aux *aux, struct drm_edp_backlight_info *bl,
2215 int drm_edp_backlight_set_level(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl,
2217 int drm_edp_backlight_enable(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl,
2219 int drm_edp_backlight_disable(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl);
2224 int drm_panel_dp_aux_backlight(struct drm_panel *panel, struct drm_dp_aux *aux);
2229 struct drm_dp_aux *aux) in drm_panel_dp_aux_backlight()
2237 void drm_dp_cec_irq(struct drm_dp_aux *aux);
2238 void drm_dp_cec_register_connector(struct drm_dp_aux *aux,
2240 void drm_dp_cec_unregister_connector(struct drm_dp_aux *aux);
2241 void drm_dp_cec_set_edid(struct drm_dp_aux *aux, const struct edid *edid);
2242 void drm_dp_cec_unset_edid(struct drm_dp_aux *aux);
2244 static inline void drm_dp_cec_irq(struct drm_dp_aux *aux) in drm_dp_cec_irq()
2249 drm_dp_cec_register_connector(struct drm_dp_aux *aux, in drm_dp_cec_register_connector()
2254 static inline void drm_dp_cec_unregister_connector(struct drm_dp_aux *aux) in drm_dp_cec_unregister_connector()
2258 static inline void drm_dp_cec_set_edid(struct drm_dp_aux *aux, in drm_dp_cec_set_edid()
2263 static inline void drm_dp_cec_unset_edid(struct drm_dp_aux *aux) in drm_dp_cec_unset_edid()
2287 int drm_dp_get_phy_test_pattern(struct drm_dp_aux *aux,
2289 int drm_dp_set_phy_test_pattern(struct drm_dp_aux *aux,
2293 int drm_dp_pcon_frl_prepare(struct drm_dp_aux *aux, bool enable_frl_ready_hpd);
2294 bool drm_dp_pcon_is_frl_ready(struct drm_dp_aux *aux);
2295 int drm_dp_pcon_frl_configure_1(struct drm_dp_aux *aux, int max_frl_gbps,
2297 int drm_dp_pcon_frl_configure_2(struct drm_dp_aux *aux, int max_frl_mask,
2299 int drm_dp_pcon_reset_frl_config(struct drm_dp_aux *aux);
2300 int drm_dp_pcon_frl_enable(struct drm_dp_aux *aux);
2302 bool drm_dp_pcon_hdmi_link_active(struct drm_dp_aux *aux);
2303 int drm_dp_pcon_hdmi_link_mode(struct drm_dp_aux *aux, u8 *frl_trained_mask);
2304 void drm_dp_pcon_hdmi_frl_link_error_count(struct drm_dp_aux *aux,
2310 int drm_dp_pcon_pps_default(struct drm_dp_aux *aux);
2311 int drm_dp_pcon_pps_override_buf(struct drm_dp_aux *aux, u8 pps_buf[128]);
2312 int drm_dp_pcon_pps_override_param(struct drm_dp_aux *aux, u8 pps_param[6]);
2315 int drm_dp_pcon_convert_rgb_to_ycbcr(struct drm_dp_aux *aux, u8 color_spc);