From: Alexandre Courbot Date: Sat, 26 Jul 2014 09:41:40 +0000 (+0900) Subject: drm/nouveau/clk: support for non-BIOS pstates X-Git-Tag: omap-for-v3.17/fixes-against-rc2~96^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb4d29df5e929a356e2cff2a6d7f38442d322d5b;p=pandora-kernel.git drm/nouveau/clk: support for non-BIOS pstates Make nouveau_clock_create() take new two optional arguments: an array of pstates and its size. When these are specified, nouveau_clock_create() will use the provided pstates instead of probing them using the BIOS. This is useful for platforms which do not provide a BIOS, like Tegra. Signed-off-by: Alexandre Courbot Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed