summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDafydd Harries <daf@rhydd.org>2007-09-13 00:43:40 +0100
committerDafydd Harries <daf@rhydd.org>2007-09-13 02:14:18 +0100
commit5cf23d02078761e02b1dee999e36beb05ca1cb11 (patch)
treed8878e143fc4ebac0036050aa2561071a02a20cc
parent2fbe3c902f3de9b1d6b3ebc282c0616476b11cb9 (diff)
avivotool: don't set irrelevant CRTC control flags
-rw-r--r--avivotool/avivotool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avivotool/avivotool.c b/avivotool/avivotool.c
index 8794bb6..94c7edc 100644
--- a/avivotool/avivotool.c
+++ b/avivotool/avivotool.c
@@ -539,7 +539,7 @@ void radeon_output_set(char *output, char *status)
SET_REG(AVIVO_CRTC1_V_SYNC_POL, 0x00000000);
SET_REG(AVIVO_CRTC1_FB_FORMAT, AVIVO_CRTC_FORMAT_ARGB32);
SET_REG(AVIVO_CRTC1_MODE, 0x00000000);
- SET_REG(AVIVO_CRTC1_CNTL, 0x00010101);
+ SET_REG(AVIVO_CRTC1_CNTL, AVIVO_CRTC_EN);
SET_REG(AVIVO_CRTC1_SCAN_ENABLE, AVIVO_CRTC_SCAN_EN);
}
else {