commit | 54f088a9603dbee88809cb2ddfd8dc1ef8a74be5 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexdeucher@gmail.com> | Tue Jan 19 16:34:01 2010 -0500 |
committer | Dave Airlie <airlied@linux.ie> | Thu Jan 21 08:39:02 2010 +1000 |
tree | 81e03ac860920dba11ed452c59a7e75b2b37ddfe | |
parent | e2f8e87089427d3a203538dc73058b90e82b11f6 [diff] |
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>