drm/i915: remove render reclock support
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 17 Dec 2009 19:11:13 +0000 (11:11 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 18 Jan 2010 18:19:48 +0000 (10:19 -0800)
commitb9945e752afed38518d7041ae00dea25f6272a34
treed6f43f110ae03fa4a5e52765b00c126813914978
parent9b13cca3a8623088d95d9897d29370b4e0b9c213
drm/i915: remove render reclock support

commit cda9d05c499093c67b4a376a15009923acc2127a upstream.

This code generally fails to adjust the render clock, and when it does,
it conflicts with some other register settings and can cause problems.

So remove this code altogether.  I'm reworking it now to do the right
thing, but the only bit it will share is the VBT check for whether
reclocking is supported, so I'm leaving that bit.

Reverts most of 652c393a3368af84359da37c45afc35a91144960 ("add dynamic
clock frequency control"), though for many the regressions showed up
in the later 181a5336d6cc836f05507410d66988c483ad0154 ("Fix render
reclock availability detection").

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/i915/intel_display.c