[PATCH resend 2/2] drm: Parse color format information in CEA blocks

2012-04-16 Thread Lars-Peter Clausen
The CEA extension block has a field which describes which YCbCr modes are supported by the device, use it to fill the drm_display_info color_formats fields. Also the existence of a CEA extension block is used as indication that the device supports RGB. Signed-off-by: Lars-Peter Clausen Reviewed-b

[PATCH resend 2/2] drm: Parse color format information in CEA blocks

2012-04-16 Thread Lars-Peter Clausen
The CEA extension block has a field which describes which YCbCr modes are supported by the device, use it to fill the drm_display_info color_formats fields. Also the existence of a CEA extension block is used as indication that the device supports RGB. Signed-off-by: Lars-Peter Clausen Reviewed-b

[PATCH resend 2/2] drm: Parse color format information in CEA blocks

2012-02-28 Thread Lars-Peter Clausen
The CEA extension block has a field which describes which YCbCr modes are supported by the device, use it to fill the drm_display_info color_formats fields. Also the existence of a CEA extension block is used as indication that the device supports RGB. Signed-off-by: Lars-Peter Clausen --- drive

Re: [PATCH resend 2/2] drm: Parse color format information in CEA blocks

2012-02-28 Thread Jesse Barnes
On Tue, 28 Feb 2012 10:21:45 +0100 Lars-Peter Clausen wrote: > The CEA extension block has a field which describes which YCbCr modes are > supported by the device, use it to fill the drm_display_info color_formats > fields. Also the existence of a CEA extension block is used as indication > that

[PATCH resend 2/2] drm: Parse color format information in CEA blocks

2012-02-28 Thread Jesse Barnes
On Tue, 28 Feb 2012 10:21:45 +0100 Lars-Peter Clausen wrote: > The CEA extension block has a field which describes which YCbCr modes are > supported by the device, use it to fill the drm_display_info color_formats > fields. Also the existence of a CEA extension block is used as indication > that

[PATCH resend 2/2] drm: Parse color format information in CEA blocks

2012-02-28 Thread Lars-Peter Clausen
The CEA extension block has a field which describes which YCbCr modes are supported by the device, use it to fill the drm_display_info color_formats fields. Also the existence of a CEA extension block is used as indication that the device supports RGB. Signed-off-by: Lars-Peter Clausen --- drive