mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-24 18:16:04 +00:00
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 of652c393a33("add dynamic clock frequency control"), though for many the regressions showed up in the later181a5336d6("Fix render reclock availability detection"). Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
1d3c36ad41
commit
cda9d05c49
1 changed files with 2 additions and 130 deletions
Loading…
Add table
Add a link
Reference in a new issue