]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0e470548def5fa880a20601b4e7a4f38a99d6250
tree81e03ac860920dba11ed452c59a7e75b2b37ddfe
parentba55840a11c541263a336fe62ebd14a9950827d6
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