]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/drm/drm_edid.h
drm: add backwards compatibility support for drm_kms_helper.edid_firmware
[mirror_ubuntu-bionic-kernel.git] / include / drm / drm_edid.h
index 1e1908a6b1d66eddede740c60ccc5084e2f49deb..6f35909b8add3221fe8ad4b4c108e5a1498c7f08 100644 (file)
@@ -341,6 +341,8 @@ int drm_av_sync_delay(struct drm_connector *connector,
 
 #ifdef CONFIG_DRM_LOAD_EDID_FIRMWARE
 struct edid *drm_load_edid_firmware(struct drm_connector *connector);
+int __drm_set_edid_firmware_path(const char *path);
+int __drm_get_edid_firmware_path(char *buf, size_t bufsize);
 #else
 static inline struct edid *
 drm_load_edid_firmware(struct drm_connector *connector)