Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/display/
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);
/linux-6.6.21/include/drm/display/
Ddrm_dp_dual_mode_helper.h119 int drm_lspcon_set_mode(const struct drm_device *dev, struct i2c_adapter *adapter,
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_lspcon.c201 err = drm_lspcon_set_mode(intel_dp->aux.drm_dev, adapter, mode); in lspcon_change_mode()