From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH] ARM: tegra: dynamically calculate pll_d parameters Date: Mon, 17 Dec 2012 15:01:34 -0700 Message-ID: <50CF963E.7020506@wwwdotorg.org> References: <1355767103-5303-1-git-send-email-dev@lynxeye.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1355767103-5303-1-git-send-email-dev-8ppwABl0HbeELgA04lAiVw@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Lucas Stach , Prashant Gaikwad Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Thierry Reding , Mark Zhang List-Id: linux-tegra@vger.kernel.org On 12/17/2012 10:58 AM, Lucas Stach wrote: > Calculate PLL_D parameters in a dynamically instead of using a fixed > table. This allows TegraDRM to drive outputs with CVT compliant modes. Prashant, can you please review this, and comment on the best approach for dealing with the conflict this has with your clock driver rework. Thanks. Lucas, I assume this algorithm generates the same cpcon values (and indeed M/N/P values) as were in the fixed pll_d_freq_table before?