commit | bb4d29df5e929a356e2cff2a6d7f38442d322d5b | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@nvidia.com> | Sat Jul 26 18:41:40 2014 +0900 |
committer | Ben Skeggs <bskeggs@redhat.com> | Sun Aug 10 05:12:47 2014 +1000 |
tree | 439b721a4b2c7b7e0457f68799214ec5a7f18e05 | |
parent | 2cfd22f4730d5e759a313729b92a72bcc12c41cb [diff] |
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 <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>