summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-01-12 23:03:10 +1100
committerDave Airlie <airlied@linux.ie>2007-01-12 23:03:10 +1100
commit1e690c57ad1dfaeb760ef6e799faa6398e9a0551 (patch)
tree2d8d9113d4cae292d58424d5b01de29d7699b5f0
parentc54a31565e3ea50f1af7b81b1bf0c0e437099f47 (diff)
always create a second CRTC I think this should solve any problems
-rw-r--r--src/radeon_display.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/radeon_display.c b/src/radeon_display.c
index 3679e4f..d661c17 100644
--- a/src/radeon_display.c
+++ b/src/radeon_display.c
@@ -2359,9 +2359,6 @@ Bool RADEONAllocateControllers(ScrnInfoPtr pScrn)
if (!pRADEONEnt->Controller[0])
return FALSE;
- if (!pRADEONEnt->HasCRTC2)
- return TRUE;
-
pRADEONEnt->Controller[1] = xcalloc(sizeof(RADEONController), 1);
if (!pRADEONEnt->Controller[1])
{