drm/i915: Fix TV Out refresh rate.
authorRodrigo Vivi <rodrigo.vivi@gmail.com>
Wed, 14 Dec 2011 23:10:06 +0000 (21:10 -0200)
committerKeith Packard <keithp@keithp.com>
Fri, 6 Jan 2012 21:53:22 +0000 (13:53 -0800)
commit23bd15ec662344dc10e9918fdd0dbc58bc71526d
tree7dc70e4b1619473720ff9d0296fb52c0a4c6ee15
parentcc1f71942944890c7e05fc55dc4427c94b63d4f1
drm/i915: Fix TV Out refresh rate.

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 <rodrigo.vivi@gmail.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_tv.c