[Intel-gfx] [PATCH 0/4] drm/edid: Recognize 60Hz and 59.94Hz CEA modes v2

2013-04-24 Thread ville . syrjala
The same old CEA mode 60 Hz vs. 59.94 Hz handling series. While reviewing v1, Paulo noticed a missing EXPORT_SYMBOL(), which is now fixed. Everything else is unchanged. From my POV this is ready to go in. The only real questions is whether or not we want to populate the connector's mode list with

Re: [Intel-gfx] [PATCH 0/4] drm/edid: Recognize 60Hz and 59.94Hz CEA modes

2013-04-18 Thread Ville Syrjälä
On Wed, Apr 17, 2013 at 05:38:57PM -0300, Paulo Zanoni wrote: > 2013/4/17 : > > This series attempts to make our CEA mode matching recognize both the > > 60Hz and 59.94Hz variants of the modes (and similarly for 24/23.97, > > 30/29.97, etc.). > > > > The benefits should include: > > - Send the cor

Re: [Intel-gfx] [PATCH 0/4] drm/edid: Recognize 60Hz and 59.94Hz CEA modes

2013-04-17 Thread Paulo Zanoni
2013/4/17 : > This series attempts to make our CEA mode matching recognize both the > 60Hz and 59.94Hz variants of the modes (and similarly for 24/23.97, > 30/29.97, etc.). > > The benefits should include: > - Send the correct VIC in the AVI infoframe > - Pick the correct RGB quantization range in

[Intel-gfx] [PATCH 0/4] drm/edid: Recognize 60Hz and 59.94Hz CEA modes

2013-04-17 Thread ville . syrjala
This series attempts to make our CEA mode matching recognize both the 60Hz and 59.94Hz variants of the modes (and similarly for 24/23.97, 30/29.97, etc.). The benefits should include: - Send the correct VIC in the AVI infoframe - Pick the correct RGB quantization range in automatic mode __