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

2012-03-15 Thread Lars-Peter Clausen
On 02/28/2012 07:04 PM, Jesse Barnes wrote: > On Tue, 28 Feb 2012 10:21:44 +0100 > 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 f

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

2012-03-15 Thread Lars-Peter Clausen
On 02/28/2012 07:04 PM, Jesse Barnes wrote: > On Tue, 28 Feb 2012 10:21:44 +0100 > 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 f

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

2012-03-01 Thread Tormod Volden
On Thu, Mar 1, 2012 at 8:26 PM, Lars-Peter Clausen wrote: > On 02/28/2012 07:04 PM, Jesse Barnes wrote: >> On Tue, 28 Feb 2012 10:21:44 +0100 >> Lars-Peter Clausen wrote: >> >>> The code should obviously check the EDID feature field for EDID feature >>> flags >>> and not the color_formats field

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

2012-03-01 Thread Lars-Peter Clausen
On 02/28/2012 07:04 PM, Jesse Barnes wrote: > On Tue, 28 Feb 2012 10:21:44 +0100 > 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 f

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

2012-03-01 Thread Tormod Volden
On Thu, Mar 1, 2012 at 8:26 PM, Lars-Peter Clausen wrote: > On 02/28/2012 07:04 PM, Jesse Barnes wrote: >> On Tue, 28 Feb 2012 10:21:44 +0100 >> Lars-Peter Clausen wrote: >> >>> The code should obviously check the EDID feature field for EDID feature >>> flags >>> and not the color_formats field

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

2012-03-01 Thread Lars-Peter Clausen
On 02/28/2012 07:04 PM, Jesse Barnes wrote: > On Tue, 28 Feb 2012 10:21:44 +0100 > 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 f

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

2012-02-28 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 --- drivers/gpu/drm/drm_edid

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

2012-02-28 Thread Jesse Barnes
On Tue, 28 Feb 2012 10:21:44 +0100 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

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

2012-02-28 Thread Jesse Barnes
On Tue, 28 Feb 2012 10:21:44 +0100 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

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

2012-02-28 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 --- drivers/gpu/drm/drm_edid