Summary: |
[Patch] Preserving PCI Burst Write Wait State Select Bit |
Product: |
xorg
|
Reporter: |
Kevin Brace <kevinbrace> |
Component: |
Driver/openchrome | Assignee: |
Openchrome development list <openchrome-devel> |
Status: |
RESOLVED
FIXED
|
QA Contact: |
|
Severity: |
enhancement
|
|
|
Priority: |
medium
|
|
|
Version: |
unspecified | |
|
Hardware: |
x86 (IA32) | |
|
OS: |
Linux (All) | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 120329 [details] [Patch] Preserving PCI Burst Write Wait State Select Bit Preserving PCI Burst Write Wait State Select Bit. In the process of trying to debug ACPI S3 State resume bug when an LVDS-based DFP is used, it was discovered that OpenChrome is tinkering with PCI Burst Write Wait State Select bit (0x3c5.0x1a[2]) on its own for no good reasons. Typically, the option to enable 1 wait state PCI transaction in many VIA Technologies chipset-based computers is provided in the BIOS setup, therefore, it is prudent for OpenChrome not to tinker with this bit. Any code references that alter this bit were removed.