Home
last modified time | relevance | path

Searched refs:drm_edid_read_custom (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_edid.h607 const struct drm_edid *drm_edid_read_custom(struct drm_connector *connector,
/openbsd/sys/dev/pci/drm/
H A Ddrm_edid.c2692 const struct drm_edid *drm_edid_read_custom(struct drm_connector *connector, in drm_edid_read_custom() function
2713 EXPORT_SYMBOL(drm_edid_read_custom);
2744 drm_edid = drm_edid_read_custom(connector, drm_do_probe_ddc_edid, adapter); in drm_edid_read_ddc()