Hi Linus,
Please pull the 'drm-fixes' branch from
ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes
One line which hopefully fixes further VT switch issue introduced fixing
last VT switch issue.
Dave.
drivers/gpu/drm/i915/i915_gem.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 151903d5466fbcfb56ce792c3d5ea0ecbae15d07
Author: Eric Anholt <[email protected]>
Date: Mon Dec 1 10:23:21 2008 +1000
drm/i915: Fix copy'n'pasteo that broke VT switch if flushing was non-empty.
Introduced in the "Avoid BUG_ONs on VT switch" commit.
Signed-off-by: Eric Anholt <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>