Home
last modified time | relevance | path

Searched refs:drm_dp_dual_mode_detect (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/display/
Ddrm_dp_dual_mode_helper.c205 enum drm_dp_dual_mode_type drm_dp_dual_mode_detect(const struct drm_device *dev, in drm_dp_dual_mode_detect() function
259 EXPORT_SYMBOL(drm_dp_dual_mode_detect);
/linux-6.6.21/include/drm/display/
Ddrm_dp_dual_mode_helper.h108 drm_dp_dual_mode_detect(const struct drm_device *dev, struct i2c_adapter *adapter);
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_lspcon.c247 adaptor_type = drm_dp_dual_mode_detect(intel_dp->aux.drm_dev, adapter); in lspcon_probe()
Dintel_hdmi.c2409 enum drm_dp_dual_mode_type type = drm_dp_dual_mode_detect(&dev_priv->drm, adapter); in intel_hdmi_dp_dual_mode_detect()