From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Deucher Subject: Re: [pull] radeon drm-fixes-3.11 Date: Wed, 17 Jul 2013 16:26:19 -0400 Message-ID: References: <1374090856-23263-1-git-send-email-alexdeucher@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ve0-f178.google.com (mail-ve0-f178.google.com [209.85.128.178]) by gabe.freedesktop.org (Postfix) with ESMTP id 46424E5DEE for ; Wed, 17 Jul 2013 13:26:20 -0700 (PDT) Received: by mail-ve0-f178.google.com with SMTP id pb11so1897566veb.9 for ; Wed, 17 Jul 2013 13:26:19 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Andre Heider Cc: Alex Deucher , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Dave hold off on this for now. Alex On Wed, Jul 17, 2013 at 4:24 PM, Andre Heider wrote: > On Wed, Jul 17, 2013 at 9:54 PM, wrote: >> From: Alex Deucher >> >> Hi Dave, >> >> Just a few DPM fixes. >> >> The following changes since commit d1ce3d5496f2a7c90dd00a9133572f931d2acdcc: >> >> uvesafb: Really allow mtrr being 0, as documented and warn()ed (2013-07-16 10:24:28 +1000) >> >> are available in the git repository at: >> git://people.freedesktop.org/~agd5f/linux drm-fixes-3.11 >> >> Alex Deucher (3): >> drm/radeon: add a module parameter to disable aspm >> drm/radeon: fix an endian bug in atom table parsing >> drm/radeon/dpm: fix atom vram table parsing >> >> Andre Heider (1): >> drm/radeon/dpm/atom: restructure logic to work around a compiler bug > > Discarding the debug patches from bug #66932 and then merging your > branch makes it break again :P > Seems like the printk()s mattered and the gcc 4.8 still hates the code. > > I still think its due to the asRegIndexBuf[1] definition + accessing > the array with i>0, let me poke at it a little