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)
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>

No differences found