drm/i915: fix get_core_clock_speed for G33 class desktop chips
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 3 Nov 2009 09:03:34 +0000 (09:03 +0000)
committerEric Anholt <eric@anholt.net>
Thu, 5 Nov 2009 22:57:39 +0000 (14:57 -0800)
commit43bcd61fae05fc6062b4f117c5adb1a72c9f8c57
treefec57283d61b5e6f7a4a93e3c12fd4ea888222c9
parentc650156af34bffa3d3a62c9fe26eee595aab3fd1
drm/i915: fix get_core_clock_speed for G33 class desktop chips

Somehow the case for G33 got dropped while porting from ums code.
This made a 400MHz chip into a 133MHz one which resulted in the
unnecessary enabling of double wide pipe mode which in turn
screwed up the overlay code.

Nothing else (than the overlay code) seems to be affected.

This fixes fdo.org bug #24835

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_display.c