From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sylvain BERTRAND Subject: vddc phase shedding in smc tables Date: Tue, 29 Oct 2013 19:20:25 +0100 Message-ID: <20131029182025.GA256@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 98DDBEEBED for ; Tue, 29 Oct 2013 11:20:27 -0700 (PDT) Received: from [88.188.175.165] (helo=localhost) by smtpauth-vit.online.net with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1VbDtx-0006yB-Kq for dri-devel@lists.freedesktop.org; Tue, 29 Oct 2013 19:20:25 +0100 Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Hi, git branch drm-fixes-3.12, git commit cdf6e8058415ba4d808537e30a0a6be9fb29e95a In si_dpm.c, the vddc phase shedding mask does overwrite the vddc voltage mask (lines 3889 and 3920 in si_populate_smc_voltage_tables function). Expected? (my tahiti based board seems not to have vddc phase shedding, then I could not check if the 2 masks could work together). regards, -- Sylvain