commit | 9cce37f4855a30cc7c364edf18522282782f7ddc | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Aug 13 15:11:26 2010 -0700 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Aug 18 13:21:45 2010 -0700 |
tree | 62727f7142a8b4942895cb9f3cadd7b13b984d6d | |
parent | 7643a7fa16edf180d593f705f4fa5930c40e8d2d [diff] |
drm/i915: fix VGA plane disable for Ironlake+ We need to use I/O port instructions to access VGA registers on Ironlake+, and it doesn't hurt on other platforms, so switch the VGA plane disable function over to using them. Move it to init time as well while we're at it, no need to repeatedly disable the VGA plane with every mode set and DPMS event. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>