Re: [Intel-gfx] [RFC 07/12] drm/i915/config: Get workaround information from configuration.

2015-02-24 Thread Bob Paauwe
On Tue, 24 Feb 2015 14:51:31 +0100 Daniel Vetter dan...@ffwll.ch wrote: On Thu, Feb 12, 2015 at 03:41:33PM -0800, Bob Paauwe wrote: Add ability to parse a list of workarounds from the ACPI table. Initially, this expects all workarounds listed to be valid and they replace the hard coded

[Intel-gfx] [RFC 07/12] drm/i915/config: Get workaround information from configuration.

2015-02-12 Thread Bob Paauwe
Add ability to parse a list of workarounds from the ACPI table. Initially, this expects all workarounds listed to be valid and they replace the hard coded list initialized in init_workarounds_ring(). The main benefit of this is the ability to add/remove workarounds at runtime. It may also be