[PATCH resend 1/2] drm: Fix EDID color format parsing

2012-04-16 Thread Lars-Peter Clausen
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 Reviewed-by: Jesse Barnes --

[PATCH resend 1/2] drm: Fix EDID color format parsing

2012-04-16 Thread Adam Jackson
On Mon, 2012-04-16 at 15:16 +0200, Lars-Peter Clausen wrote: > 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 m

Re: [PATCH resend 1/2] drm: Fix EDID color format parsing

2012-04-16 Thread Adam Jackson
On Mon, 2012-04-16 at 15:16 +0200, Lars-Peter Clausen wrote: > 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 m

[PATCH resend 1/2] drm: Fix EDID color format parsing

2012-04-16 Thread Lars-Peter Clausen
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 Reviewed-by: Jesse Barnes --