Really print adjusted_mode for mode debug
This commit is contained in:
parent
d767eabe53
commit
d466b25d09
|
|
@ -1276,7 +1276,7 @@ i830_crtc_mode_set(xf86CrtcPtr crtc, DisplayModePtr mode,
|
|||
if (!xf86ModesEqual(mode, adjusted_mode)) {
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
|
||||
"Adjusted mode for pipe %c:\n", pipe == 0 ? 'A' : 'B');
|
||||
xf86PrintModeline(pScrn->scrnIndex, mode);
|
||||
xf86PrintModeline(pScrn->scrnIndex, adjusted_mode);
|
||||
}
|
||||
i830PrintPll("chosen", &clock);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue