2009-11-19 00:41:21

by Dave Airlie

[permalink] [raw]
Subject: [git pull] agp regression fix


Hi Linus,

Please pull the 'agp-fixes' branch from
ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6.git agp-fixes

This should fix a regression reported in bko and tracked down by dwmw2, if
not it fixes something that is obviously wrong.

Dave.

drivers/char/agp/intel-agp.c | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)

commit ec402ba97a6479dd80488b4404a73275e894289f
Author: David Woodhouse <[email protected]>
Date: Wed Nov 18 10:22:46 2009 +0000

agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge()

We should set this before calling agp_add_bridge() so that it's done
before we map the scratch page too.

This should probably fix the regression reported as k.o. bug #14627.

Signed-off-by: David Woodhouse <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>