summaryrefslogtreecommitdiff
path: root/linux-core/atombios_crtc.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2008-09-26 17:20:04 -0400
committerAlex Deucher <alexdeucher@gmail.com>2008-09-26 17:20:04 -0400
commit09b2dfcedc8cb35444567626131ccc25db79a8c6 (patch)
treec64815a19296773b907ac72a12c83e7bd212d67a /linux-core/atombios_crtc.c
parent89126bb58ec82511758bed36a28e698b721fb435 (diff)
radeon: make atom on r4xx a module option
default is legacy modesetting. pass module option r4xx_atom to try using atom on r4xx.
Diffstat (limited to 'linux-core/atombios_crtc.c')
-rw-r--r--linux-core/atombios_crtc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/atombios_crtc.c b/linux-core/atombios_crtc.c
index 922cc7e0..3856f8ca 100644
--- a/linux-core/atombios_crtc.c
+++ b/linux-core/atombios_crtc.c
@@ -419,6 +419,7 @@ void atombios_crtc_mode_set(struct drm_crtc *crtc,
atombios_set_crtc_dtd_timing(crtc, &crtc_dtd_timing);
}
radeon_crtc_set_base(crtc, x, y);
+ radeon_legacy_atom_set_surface(crtc);
}
}