diff options
author | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2008-01-09 09:47:38 -0800 |
---|---|---|
committer | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2008-01-09 09:47:38 -0800 |
commit | 3c22ed633be2ac96eea7bc533839e956f1f31b84 (patch) | |
tree | 42d41b357f1e035f20a94a621b94d85c95c0f380 /man/intel.man | |
parent | d3b41bcf231a6ffd289c128c06aa619f554a776c (diff) |
Add pipe A force enable quirk
On some platforms, the firmware may read & write GPU registers on lid close,
suspend/resume time or during various SMM events. If one of the graphics pipes
is disabled at that time, the GPU may hang due to the programming dependencies
of the various registers.
This patch adds a quirk to force the driver to keep pipe A enabled if
necessary, through user configuration in xorg.conf or via a platform specific
quirk. Leaving the pipe enabled comes at a power cost however, so the quirk
should only be enabled when strictly necessary.
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=11432.
Diffstat (limited to 'man/intel.man')
-rw-r--r-- | man/intel.man | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/intel.man b/man/intel.man index d46e3f9c..e5736e57 100644 --- a/man/intel.man +++ b/man/intel.man @@ -175,6 +175,13 @@ Default: "EXA". .BI "Option \*qModeDebug\*q \*q" boolean \*q Enable printing of additional debugging information about modesetting to the server log. +.TP +.BI "Option \*qForceEnablePipeA\*q \*q" boolean \*q +Force the driver to leave pipe A enabled. May be necessary in configurations +where the BIOS accesses pipe registers during display hotswitch or lid close, +causing a crash. If you find that your platform needs this option, please file +a bug against xf86-video-intel at http://bugs.freedesktop.org which includes +the output of 'lspci -v' and 'lspci -vn'. .SH OUTPUT CONFIGURATION On 830M and better chipsets, the driver supports runtime configuration of |