On Wed, 09 Nov 2011 15:11:40 +0100, Michel Alexandre Salim <[email protected]> wrote: > From ab11cf4b1b28d0abb1db8bc992d016b257489ab5 Mon Sep 17 00:00:00 2001 > From: Michel Alexandre Salim <[email protected]> > Date: Wed, 9 Nov 2011 14:18:45 +0100 > Subject: [PATCH] drm/i915: Prioritize SSC quirk table when determining SSC > settings > > Commit 72bbe58cd9568c7766cc219a779ea68a02132797 makes the check against > 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.
The whole point of having a module parameter is to override the defaults for the hardware, be it quirked or not. You are complaining that we are honoring a parameter explicitly set by the user, are you not? -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
