From: Shixin Zeng Date: Fri, 3 Jul 2015 06:46:50 +0000 (+0200) Subject: drm/crtc: Fix edid length computation X-Git-Tag: omap-for-v4.2/fixes-rc1^2~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e24ff467e12e1560de753313976c46e84fa6306a;p=pandora-kernel.git drm/crtc: Fix edid length computation The length of each EDID block is EDID_LENGTH, and number of blocks is (1 + edid->extensions) - we need to multiply not add them. This causes wrong EDID to be passed on, and is a regression introduced by d2ed34362a52 (drm: Introduce helper for replacing blob properties) Signed-off-by: Shixin Zeng Cc: Daniel Stone Cc: Maarten Lankhorst Reviewed-by: Daniel Stone [danvet: Add Cc: and fix commit summary.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed