From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Furniss Subject: Re: [PATCH] drm/radeon: disable dpm on rv770 by default Date: Sun, 20 Apr 2014 17:44:51 +0100 Message-ID: <5353F983.1080402@gmail.com> References: <1397826491-18837-1-git-send-email-alexander.deucher@amd.com> <5352BA46.6060503@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by gabe.freedesktop.org (Postfix) with ESMTP id B2BF66E1BF for ; Sun, 20 Apr 2014 09:44:53 -0700 (PDT) Received: by mail-wi0-f172.google.com with SMTP id hi2so1107942wib.17 for ; Sun, 20 Apr 2014 09:44:52 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Alex Deucher Cc: matthias.graf@st.ovqu.de, "for 3.8" , Borislav Petkov , Maling list - DRI developers , Alex Deucher List-Id: dri-devel@lists.freedesktop.org Alex Deucher wrote: > I ran into similar issues right after dpm support was released. I'd > done most of my development on gcc 4.6 and everything worked fine > and upon upgrading to 4.7 or 4.8, tons of stuff broke. It ended up > at least partially being related to indexing variable sized arrays: > 48fa04c3fcdb4f6ac041976bedaf19ca5bee20c0 > f90555cbe629e14c6af1dcec1933a3833ecd321f > 607f2c2791ec81e5abca6213ff037e9405378be1 > a7ee824a6255e347ea76e2f00827e81bbe01004e plus some others, but there > may still be problematic cases. Ahh, thanks for that, at least I know now there's no point in me building a whole new LFS.