]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: remove render reclock support
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 17 Dec 2009 19:11:13 +0000 (11:11 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 6 Jan 2010 17:40:02 +0000 (09:40 -0800)
commitef4595f5346ec5ad28860f0b2525b08dc19d9e03
tree99d79fcb93777601c1c6e0b1c296edc6e1f1249f
parent149c353b5392db968411e762cb809ffd2a82fb50
drm/i915: remove render reclock support

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 77ca8d3df44d2f0e366a6167b962efecf619a02e ("add dynamic
clock frequency control"), though for many the regressions showed up
in the later aa6ab15bed51e04a4ceb46df0c09767f3c112ce6 ("Fix render
reclock availability detection").

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