From e24ff467e12e1560de753313976c46e84fa6306a Mon Sep 17 00:00:00 2001 From: Shixin Zeng Date: Fri, 3 Jul 2015 08:46:50 +0200 Subject: [PATCH] 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-format-patch failed