drm/radeon/kms: fix atombios_crtc_set_base
authorAlex Deucher <alexdeucher@gmail.com>
Tue, 19 Jan 2010 21:34:01 +0000 (16:34 -0500)
committerDave Airlie <airlied@linux.ie>
Wed, 20 Jan 2010 22:39:02 +0000 (08:39 +1000)
commit54f088a9603dbee88809cb2ddfd8dc1ef8a74be5
tree81e03ac860920dba11ed452c59a7e75b2b37ddfe
parente2f8e87089427d3a203538dc73058b90e82b11f6
drm/radeon/kms: fix atombios_crtc_set_base

Make it call the proper backend depending on the
GPU family.  Right now r4xx cards with atombios modesetting
enabled were using the avivo crtc base code.  This also
allows us to add support for new asics more easily.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/gpu/drm/radeon/atombios_crtc.c