drm/radeon/kms: minor driver cleanups
authorAlex Deucher <alexdeucher@gmail.com>
Wed, 30 Jun 2010 16:13:55 +0000 (12:13 -0400)
committerDave Airlie <airlied@redhat.com>
Sun, 1 Aug 2010 23:59:57 +0000 (09:59 +1000)
- Make the logic in r100_pll_errata_after_index() match the other
errata functions
- Use rdev->family rather than rdev->flags & RADEON_FAMILY_MASK for kms
- replace rn50 check using ids with ASIC_IS_RN50 convenience macro

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found