[Intel-gfx] [PATCH v2] drm/i915: Prioritize SSC quirk table when determining SSC settings

2011-11-09 Thread Michel Alexandre Salim
From ab11cf4b1b28d0abb1db8bc992d016b257489ab5 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim sali...@fedoraproject.org Date: Wed, 9 Nov 2011 14:18:45 +0100 Subject: [PATCH] drm/i915: Prioritize SSC quirk table when determining SSC settings Commit 72bbe58cd9568c7766cc219a779ea68a02132797

Re: [Intel-gfx] [PATCH v2] drm/i915: Prioritize SSC quirk table when determining SSC settings

2011-11-09 Thread Keith Packard
On Wed, 09 Nov 2011 15:29:13 +0100, Michel Alexandre Salim sali...@fedoraproject.org wrote: the quirk table unreachable if i915_panel_use_ssc is set. This patch reorders the tests so that the quirk table is checked first, the i915_panel_use_ssc next and the original per-device setting last.