From: Rafał Miłecki Date: Fri, 19 Apr 2013 17:01:25 +0000 (+0200) Subject: drm: add drm_edid_to_eld helper extracting SADs from EDID (v2) X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~35^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe214163cc6e6b33253b7ac14bc3dd616e76b513;p=pandora-kernel.git drm: add drm_edid_to_eld helper extracting SADs from EDID (v2) Some devices (ATI/AMD cards) don't support passing ELD struct to the hardware but just require filling specific registers and then the hardware/firmware does the rest. In such cases we need to read the info from SAD blocks and put them in the correct registers. agd5f: note that the returned pointer needs to be kfreed as per Christian's suggestion. v2: fix warning Signed-off-by: Rafał Miłecki Reviewed-by: Christian König Signed-off-by: Alex Deucher --- Reading git-diff-tree failed