From: Lespiau, Damien Date: Mon, 19 Aug 2013 15:58:54 +0000 (+0100) Subject: drm/edid: Parse the HDMI CEA block and look for 4k modes X-Git-Tag: v3.12-rc1~136^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ebe1963a063daf30f95752c35244c5d49550aa9;p=pandora-kernel.git drm/edid: Parse the HDMI CEA block and look for 4k modes HDMI 1.4 adds 4 "4k x 2k" modes in the the CEA vendor specific block. With this commit, we now parse this block and expose the 4k modes that we find there. v2: Fix the "4096x2160" string (nice catch!), add comments about do_hdmi_vsdb_modes() arguments and make it clearer that offset is relative to the end of the required fields of the HDMI VSDB (Ville Syrjälä) v3: Fix 'Unknow' typo (Simon Farnsworth) Signed-off-by: Damien Lespiau Tested-by: Cancan Feng Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=67030 Reviewed-by: Simon Farnsworth Reviewed-by: Ville Syrjälä Reviewed-by: Thierry Reding Signed-off-by: Dave Airlie --- Reading git-diff-tree failed