Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754203Ab0F3Pp5 (ORCPT ); Wed, 30 Jun 2010 11:45:57 -0400 Received: from mail-ew0-f46.google.com ([209.85.215.46]:65154 "EHLO mail-ew0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753546Ab0F3Ppz convert rfc822-to-8bit (ORCPT ); Wed, 30 Jun 2010 11:45:55 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=jn3xPWRWgrFRkihoPlL71TmnERUjfKPR0kLLSZabSjpfVGZ1LA6EUMOGelRY/AqpDF NdOb/AVujeny5L9Jlhha92jlwdf13Kihhs5/cqGRiJAlMeCx5ruGVaeFC8AhzTDkWiay CtJiBSHTH9dMUsuij1HSLbNGP6cYl7uYDzwUg= MIME-Version: 1.0 In-Reply-To: <201006301213.01962.rjw@sisk.pl> References: <201006301213.01962.rjw@sisk.pl> Date: Wed, 30 Jun 2010 11:45:53 -0400 Message-ID: Subject: Re: [git pull] drm fixes + agp + one fb patch From: Alex Deucher To: "Rafael J. Wysocki" Cc: Dave Airlie , torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, dri-devel@lists.sf.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2761 Lines: 72 On Wed, Jun 30, 2010 at 6:13 AM, Rafael J. Wysocki wrote: > On Wednesday, June 30, 2010, Dave Airlie wrote: >> >> Hi Linus, >> >> one fb layer fix in a flag I introduced, >> >> the rest are drm fixes: >> radeon fixes: the larger ones in the command stream checker for older cards, >> which was causing a lot of userspace apps to fail. Also some powerpc server fixes. >> along with some updates to the evergreen command stream checker introduced in -rc1. >> >> agp: fix issue with warning on memory allocation + fallback to vmalloc. >> ttm: fix regression introduced in -rc1 in memory allocation paths. >> >> The following changes since commit 7e27d6e778cd87b6f2415515d7127eba53fe5d02: >> >> ? Linux 2.6.35-rc3 (2010-06-11 19:14:04 -0700) >> >> are available in the git repository at: >> ? ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes >> >> Adam Jackson (1): >> ? ? ? drm/fb: Fix video= mode computation >> >> Alex Deucher (7): >> ? ? ? drm/radeon/kms: fix bandwidth calculation when sideport is present >> ? ? ? drm/radeon/kms: fix DP after DPMS cycle >> ? ? ? drm/radeon/kms: fix typo in evergreen_gpu_init >> ? ? ? drm/radeon/kms: disable frac fb dividers for rs6xx >> ? ? ? drm/radeon/kms: avoid oops on mac r4xx cards >> ? ? ? drm/radeon/kms: fix typos in evergreen command checker >> ? ? ? drm/radeon/kms: add some missing regs to evergreen gpu init >> >> Cedric Godin (1): >> ? ? ? drm/radeon/kms: fix dpms state on resume >> >> Dave Airlie (7): >> ? ? ? drm/radeon: fix dual-head on rv250 >> ? ? ? radeon/kms: fix powerpc/rn50 untiled behaviour. >> ? ? ? agp: drop vmalloc flag. >> ? ? ? agp: add no warn since we have a fallback to vmalloc paths >> ? ? ? drm/radeon: add fake RN50 table for powerpc >> ? ? ? drm/radeon/kms: don't read attempt to read bios from VRAM on unposted GPU. >> ? ? ? fb: fix colliding defines for fb flags. >> >> Jerome Glisse (2): >> ? ? ? drm/ttm: non pooled page allocation should have GFP_USER set >> ? ? ? drm/radeon/kms: Force HDP_NONSURF to maximum size >> >> Matt Turner (1): >> ? ? ? drm/radeon/kms: return ret in cursor_set failure path >> >> Roland Scheidegger (3): >> ? ? ? drm/radeon/kms: CS checker texture fixes for r1xx/r2xx/r3xx >> ? ? ? drm/radeon/r200: handle more hw tex coord types >> ? ? ? drm/radeon/r100/r200: fix calculation of compressed cube maps > > Hmm. ?What about: > > https://patchwork.kernel.org/patch/106757/ ? > > It fixes a regression from 2.6.34. This patch should definitely go in as well. Alex -- 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/