summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorJani Nikula2013-09-27 14:08:27 +0200
committerDave Airlie2013-10-01 02:31:01 +0200
commit51f8da5916f85c18b696f74f97970e5a7330147e (patch)
treedbda932b06e62425c2cdfc33a06040fac3de118d /include/drm
parentdrm/i915/dp: downstream port capabilities are not present in DPCD 1.0 (diff)
downloadkernel-qcow2-linux-51f8da5916f85c18b696f74f97970e5a7330147e.tar.gz
kernel-qcow2-linux-51f8da5916f85c18b696f74f97970e5a7330147e.tar.xz
kernel-qcow2-linux-51f8da5916f85c18b696f74f97970e5a7330147e.zip
drm/edid: add drm_edid_duplicate
We have some code duplication related to EDID duplication. Add a helper. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_crtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 24f499569a2f..92e782060199 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -964,6 +964,7 @@ extern int drm_mode_group_init_legacy_group(struct drm_device *dev, struct drm_m
extern bool drm_probe_ddc(struct i2c_adapter *adapter);
extern struct edid *drm_get_edid(struct drm_connector *connector,
struct i2c_adapter *adapter);
+extern struct edid *drm_edid_duplicate(const struct edid *edid);
extern int drm_add_edid_modes(struct drm_connector *connector, struct edid *edid);
extern void drm_mode_probed_add(struct drm_connector *connector, struct drm_display_mode *mode);
extern void drm_mode_copy(struct drm_display_mode *dst, const struct drm_display_mode *src);