commit | ee58808deca66bd0879562abf606e171752e8e15 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Apr 16 15:16:18 2012 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Fri Apr 20 12:44:49 2012 +0100 |
tree | a7624b29220ad28329b9f23e59a0482889238197 | |
parent | d1b45d5f0586041fe750d90a62ba09cffb3eace1 [diff] |
drm: Fix EDID color format parsing The code should obviously check the EDID feature field for EDID feature flags and not the color_formats field of the drm_display_info struct. Also update the color_formats field with new modes instead of overwriting the current mode. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>