From: Rahul Sharma Date: Fri, 4 Jan 2013 12:59:11 +0000 (-0500) Subject: drm/exynos: let drm handle edid allocations X-Git-Tag: v3.8-rc6~10^2~1^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c08e4ba81a73862e15b3eb4e6ae2e11aaf4151b;p=pandora-kernel.git drm/exynos: let drm handle edid allocations There's no need to allocate edid twice and do a memcpy when drm helpers exist to do just that. This patch cleans that interaction up, and doesn't keep the edid hanging around in the connector. v4: - removed error check for drm_mode_connector_update_edid_property which is expected to fail for Virtual Connectors like VIDI. Thanks to Seung-Woo Kim. v3: - removed MAX_EDID as it is not used anymore. v2: - changed vidi_get_edid callback inside vidi driver. Signed-off-by: Sean Paul Signed-off-by: Rahul Sharma Signed-off-by: Seung-Woo Kim Signed-off-by: Inki Dae --- Reading git-diff-tree failed