[Intel-gfx] drm/i915: RGB quantization range stuff v3

2013-01-17 Thread ville . syrjala
Third attempt at handling the RGB quantization range for HDMI and DP. Changes since the last time: - Addressed all of Paulo's review comments. I think this is ready to go in, unless someone complains loudly. ___ Intel-gfx mailing list Intel-gfx@lists.fr

[Intel-gfx] drm/i915: RGB quantization range stuff v2

2013-01-16 Thread ville . syrjala
Second attempt at handling the RGB quantization range for HDMI and DP. The only change to the first set is that I dropped the has_hdmi_monitor bool. has_hdmi_sink is used instead. ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.fr

[Intel-gfx] drm/i915: RGB quantization range stuff

2013-01-14 Thread ville . syrjala
This series tries fix and improve the 'Broadcast RGB' property on i915. Currently the property takes has two values 'Full' and 'Limited 16:235'. I'm adding a third option 'Automatic' that automagically changes between full and limited range based on CEA-861 and DP1.2a rules. I'm also adding suppo