From e5b916770946a9eebcb4bd1e6f698220db8c718a Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Tue, 3 Feb 2009 10:48:41 -0500 Subject: Allow rotation on r6xx/r7xx --- src/radeon_crtc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/radeon_crtc.c b/src/radeon_crtc.c index e0875a4e..ec6a6626 100644 --- a/src/radeon_crtc.c +++ b/src/radeon_crtc.c @@ -587,8 +587,7 @@ Bool RADEONAllocateControllers(ScrnInfoPtr pScrn, int mask) RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn); RADEONInfoPtr info = RADEONPTR(pScrn); - if ((info->ChipFamily < CHIP_FAMILY_R600) && - (!xf86ReturnOptValBool(info->Options, OPTION_NOACCEL, FALSE))) { + if (!xf86ReturnOptValBool(info->Options, OPTION_NOACCEL, FALSE)) { radeon_crtc_funcs.shadow_create = radeon_crtc_shadow_create; radeon_crtc_funcs.shadow_allocate = radeon_crtc_shadow_allocate; radeon_crtc_funcs.shadow_destroy = radeon_crtc_shadow_destroy; -- cgit v1.2.3