HomeSort by: relevance | last modified time | path
    Searched refs:drm_dp_dual_mode_detect (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_dual_mode_helper.h 108 enum drm_dp_dual_mode_type drm_dp_dual_mode_detect(struct i2c_adapter *adapter);
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_dual_mode_helper.c 173 * drm_dp_dual_mode_detect - Identify the DP dual mode adaptor
187 enum drm_dp_dual_mode_type drm_dp_dual_mode_detect(struct i2c_adapter *adapter) function in typeref:enum:drm_dp_dual_mode_type
255 EXPORT_SYMBOL(drm_dp_dual_mode_detect);
265 * problems with registers (see comments in drm_dp_dual_mode_detect())
309 * (see comments in drm_dp_dual_mode_detect()) we don't read the
350 * in drm_dp_dual_mode_detect()) we avoid touching the register,
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_lspcon.c 222 adaptor_type = drm_dp_dual_mode_detect(adapter);
intel_hdmi.c 2526 enum drm_dp_dual_mode_type type = drm_dp_dual_mode_detect(adapter);

Completed in 15 milliseconds