commit | 855a95e4fc2ac6b758145ca7d6a0c95b66a57ef8 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Thu Sep 16 15:25:25 2010 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Sep 24 16:26:49 2010 +1000 |
tree | a8536a4799ee31a97186d44c6bdb5fa90f6e3919 | |
parent | f9aafdd30ef8356f0a3690bf9bdd9c6e51b7705c [diff] |
drm/nouveau: make the behaviour of get_pll_limits() consistent This replaces all the pll_types definitions for ones that match the types used in the tables in recent VBIOS versions. get_pll_limits() will now accept either type or register value as input across all limits table versions, and will store the actual register ID that a PLL type refers to in the returned structure. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>