drm/nouveau: make the behaviour of get_pll_limits() consistent
authorBen Skeggs <bskeggs@redhat.com>
Thu, 16 Sep 2010 05:25:25 +0000 (15:25 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 24 Sep 2010 06:26:49 +0000 (16:26 +1000)
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>

No differences found