diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-08-14 16:02:37 -0700 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-08-15 10:35:24 +0800 |
commit | 532e47a4a169e829ad34fdc8bb85e4eb81721af3 (patch) | |
tree | c304364768eae58b04c5b2cb3509e1dca698886e /src/i830_driver.c | |
parent | ac740398569dfa02d3d26a2abeb5c848717e6c03 (diff) |
Fix pipe A force quirk
Last commit introduced a logic buglet, we went from (foo & BLAH) -> (!foo &
BLAH) rather than !(foo & BLAH), so fix it up to make my laptop work again.
(cherry picked from commit 22918f62c89a4314fb5d01c58f22fee5b9a15a27)
Diffstat (limited to 'src/i830_driver.c')
0 files changed, 0 insertions, 0 deletions