summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r--src/radeon_driver.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 3d4f05f2..e77ea160 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -1795,11 +1795,7 @@ static Bool RADEONPreInitChipType(ScrnInfoPtr pScrn)
(info->ChipFamily == CHIP_FAMILY_RS740))
info->has_tcl = FALSE;
else {
- /* need to sort out why PVS has issues on RV515 */
- if (info->ChipFamily == CHIP_FAMILY_RV515)
- info->has_tcl = FALSE;
- else
- info->has_tcl = TRUE;
+ info->has_tcl = TRUE;
}
return TRUE;