Home
last modified time | relevance | path

Searched refs:drm_lspcon_set_mode (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/drm/display/
H A Ddrm_dp_dual_mode_helper.c493 int drm_lspcon_set_mode(const struct drm_device *dev, struct i2c_adapter *adapter, in drm_lspcon_set_mode() function
537 EXPORT_SYMBOL(drm_lspcon_set_mode);
/openbsd/sys/dev/pci/drm/include/drm/display/
H A Ddrm_dp_dual_mode_helper.h119 int drm_lspcon_set_mode(const struct drm_device *dev, struct i2c_adapter *adapter,
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_lspcon.c201 err = drm_lspcon_set_mode(intel_dp->aux.drm_dev, adapter, mode); in lspcon_change_mode()