diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-02-26 11:44:13 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-02-26 11:44:13 -0500 |
commit | 000756e052a291230e5c95e48b69a5aa9c4fab0e (patch) | |
tree | 4a9a22ac48ae3081bfa70107fb175b081f1f380c /src/radeon_crtc.c | |
parent | 22d7746bfc1bcbb3269afac88971254088ea9ece (diff) | |
parent | 8373f4399b03961f2c928a9275d47e9f41bd92bb (diff) |
Merge branch 'r6xx-r7xx-support' of git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
Diffstat (limited to 'src/radeon_crtc.c')
-rw-r--r-- | src/radeon_crtc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/radeon_crtc.c b/src/radeon_crtc.c index 5a7c730a..60140d6b 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; |