Re: [Intel-gfx] [PATCH 1/3] drm/i915: Fix TV Out refresh rate.

2012-01-16 Thread Rodrigo Vivi
I think we should go ahead and integrate the first and second patches and skip the 1080 (third) for now. We are internally discussing when and if that document will be released. On Fri, Jan 6, 2012 at 8:02 PM, Keith Packard wrote: > On Wed, 14 Dec 2011 21:10:06 -0200, Rodrigo Vivi > wrote: >>

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Fix TV Out refresh rate.

2012-01-06 Thread Keith Packard
On Wed, 14 Dec 2011 21:10:06 -0200, Rodrigo Vivi wrote: > TV Out refresh rate was half of the specification for almost all modes. > Due to this reason pixel clock was so low for some modes causing > flickering screen. > > Signed-off-by: Rodrigo Vivi And > These modes are no longer needed or a

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Fix TV Out refresh rate.

2012-01-06 Thread Jesse Barnes
On Wed, 14 Dec 2011 21:10:06 -0200 Rodrigo Vivi wrote: > TV Out refresh rate was half of the specification for almost all modes. > Due to this reason pixel clock was so low for some modes causing flickering > screen. > > Signed-off-by: Rodrigo Vivi > --- > drivers/gpu/drm/i915/intel_tv.c |

[Intel-gfx] [PATCH 1/3] drm/i915: Fix TV Out refresh rate.

2011-12-14 Thread Rodrigo Vivi
TV Out refresh rate was half of the specification for almost all modes. Due to this reason pixel clock was so low for some modes causing flickering screen. Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/i915/intel_tv.c | 16 1 files changed, 8 insertions(+), 8 deletions(-)