commit | 7ca6adb37918db21d076a489c6c39490fb34264e | [log] [tgz] |
---|---|---|
author | Adam Jackson <ajax@redhat.com> | Mon Mar 29 21:43:29 2010 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Tue Apr 06 10:40:24 2010 +1000 |
tree | 936aecb1509343a47a05b567b584c2b039c6a35b | |
parent | a0910c8e37c3bede089e9f9dee63a7eaf9601a43 [diff] |
drm/edid: Strengthen the algorithm for standard mode codes If you have 1920x1200 in both detailed (probably RB) and standard variants, you probably only want the RB version. But we have no way of guessing that from standard mode parse. So, if a mode already exists for a given w/h/r, skip adding it. Signed-off-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>