From: Adam Jackson Date: Fri, 13 Apr 2012 20:33:31 +0000 (-0400) Subject: drm/edid: Allow drm_mode_find_dmt to hunt for reduced-blanking modes X-Git-Tag: v3.5-rc1~83^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6e252bac45cab5edc30c2ede971def51e272c9b;p=pandora-kernel.git drm/edid: Allow drm_mode_find_dmt to hunt for reduced-blanking modes It won't find any, yet. Fix up callers to match: standard mode codes will look prefer r-b modes for a given size if present, EST3 mode codes will look for exactly the r-b-ness mentioned in the mode code. This might mean fewer modes matched for EST3 mode codes between now and when the DMT mode list regrows the r-b modes, but practically speaking EST3 codes don't exist in the wild. Signed-off-by: Adam Jackson Tested-by: Takashi Iwai Reviewed-by: Rodrigo Vivi Signed-off-by: Dave Airlie --- Reading git-diff-tree failed