diff options
Diffstat (limited to 'src/i830_debug.c')
-rw-r--r-- | src/i830_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_debug.c b/src/i830_debug.c index 93549585..bda263cd 100644 --- a/src/i830_debug.c +++ b/src/i830_debug.c @@ -224,7 +224,7 @@ DEBUGSTRING(i830_debug_dpll) break; } - if (IS_I945G(pI830) || IS_I945GM(pI830)) { + if (IS_I945G(pI830) || IS_I945GM(pI830) || IS_G33CLASS(pI830)) { sprintf(sdvoextra, ", SDVO mult %d", (int)((val & SDVO_MULTIPLIER_MASK) >> SDVO_MULTIPLIER_SHIFT_HIRES) + 1); |