Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757768AbZKSAlV (ORCPT ); Wed, 18 Nov 2009 19:41:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756972AbZKSAlV (ORCPT ); Wed, 18 Nov 2009 19:41:21 -0500 Received: from gir.skynet.ie ([193.1.99.77]:57625 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756402AbZKSAlU (ORCPT ); Wed, 18 Nov 2009 19:41:20 -0500 Date: Thu, 19 Nov 2009 00:41:23 +0000 (GMT) From: Dave Airlie X-X-Sender: airlied@skynet.skynet.ie To: torvalds@linux-foundation.org cc: linux-kernel@vger.kernel.org Subject: [git pull] agp regression fix Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1137 Lines: 33 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 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 Signed-off-by: Dave Airlie -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/