Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752012AbbHMJl2 (ORCPT ); Thu, 13 Aug 2015 05:41:28 -0400 Received: from pegasos-out.vodafone.de ([80.84.1.38]:56129 "EHLO pegasos-out.vodafone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750912AbbHMJl0 (ORCPT ); Thu, 13 Aug 2015 05:41:26 -0400 X-Greylist: delayed 575 seconds by postgrey-1.27 at vger.kernel.org; Thu, 13 Aug 2015 05:41:26 EDT X-Spam-Flag: NO X-Spam-Score: 1.25 Authentication-Results: rohrpostix2.prod.vfnet.de (amavisd-new); dkim=pass header.i=@vodafone.de X-DKIM: OpenDKIM Filter v2.6.8 pegasos-out.vodafone.de D8B4119B27B Message-ID: <55CBB7BD.3090105@vodafone.de> Date: Wed, 12 Aug 2015 23:16:45 +0200 From: =?UTF-8?B?Q2hyaXN0aWFuIEvDtm5pZw==?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Lucas Stach , =?UTF-8?B?TWljaGVsIETDpG56ZXI=?= CC: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: Re: [Regression v4.2] Re: [PATCH 7/9] drm/radeon: add VCE 1.0 support v4 References: <1431374515-2042-1-git-send-email-deathsimple@vodafone.de> <1431374515-2042-7-git-send-email-deathsimple@vodafone.de> <1439445782.2230.8.camel@lynxeye.de> <55CC36A4.7080106@daenzer.net> <1439447768.2230.13.camel@lynxeye.de> In-Reply-To: <1439447768.2230.13.camel@lynxeye.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1979 Lines: 48 On 13.08.2015 08:36, Lucas Stach wrote: > Am Donnerstag, den 13.08.2015, 15:18 +0900 schrieb Michel Dänzer: >> On 13.08.2015 15:03, Lucas Stach wrote: >>> Hi Christian, >>> >>> this commit is causing a boot regression with v4.2-rcX on my Richland >>> APU (CHIP_ARUBA) based laptop. I didn't have time yet to track down >>> where exactly it is going wrong, but I bisected it down to this single >>> commit. >>> >>> I don't have the VCE firmware installed on this system, so from a quick >>> look at the code I would expect it to drop out pretty early and just >>> leave the VCE unconfigured, but otherwise keep things working as before. >>> This is unfortunately not the case. >> If the radeon driver is built into the kernel (or loaded from the >> initrd?), the attempt to load the firmware might take a long time to >> time out. >> > Gah. Thanks, I was too impatient to wait for the firmware loading to > time out. In fact this is a standard Fedora kernel config, so radeon is > a module, but it is built into the initrd. > > So it's not really readeons fault, but one more iteration of the fact > that anything involving firmware loading is just horribly inconvenient. > Especially if it's firmware for an optional component. Yeah, exactly. The timeout for loading the firmware is really long on both the standard Fedora as well as Ubuntu kernels. Not sure if that's the default or just their configuration. While it doesn't have the highest priority for us I usually still do tests if working without firmware still works once or twice during the upstreaming process. So if you really find that the box doesn't work without the firmware leave me a note and I will fix it. Best regards, Christian. > > Regards, > Lucas > -- 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/