From: Damien Lespiau Date: Tue, 6 Aug 2013 19:32:17 +0000 (+0100) Subject: drm: Don't generate invalid AVI infoframes for CEA modes X-Git-Tag: v3.12-rc1~136^2~59^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03a7a189c22bf911025c695841c18a681498a102;p=pandora-kernel.git drm: Don't generate invalid AVI infoframes for CEA modes From CEA-861: Data Byte 1, bit A0 indicates whether Active Format Data is present in Data Byte 2 bits R3 through R0. A source device shall set A0=1 when any of the AFD bits are set. ie. if we want to set active_aspect, we need to set the active_info_valid bit to 1 as well. Cc: Thierry Reding Reviewed-by: Ville Syrjälä Signed-off-by: Damien Lespiau Acked-by: Dave Airlie Reviewed-by: Alex Deucher Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed