From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sylvain BERTRAND Subject: radeon si: si_mc_load_microcode, blackout code path never used Date: Tue, 17 Jul 2012 11:50:06 +0200 Message-ID: <20120717095006.GB281@freedom> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from smtpauth-vit.online.net (smtpauth-vit.online.net [88.190.253.76]) by gabe.freedesktop.org (Postfix) with ESMTP id 7B43E9E996 for ; Tue, 17 Jul 2012 02:50:01 -0700 (PDT) Received: from [88.188.175.165] (helo=localhost) by smtpauth-vit.online.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Sr4Po-0003vD-DJ for dri-devel@lists.freedesktop.org; Tue, 17 Jul 2012 11:50:00 +0200 Content-Disposition: inline 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: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org The code path in that function makes the "blackout thingy" never used: ... if (running == 0) { if (running) { ...blackout thingy... } ... Is this normal behavior? -- Sylvain