| author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-03-05 05:38:58 (GMT) |
|---|---|---|
| committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-03-05 05:39:08 (GMT) |
| commit | d466b25d09bbe85abe84d9d7714ffb65fafe7593 (patch) | |
| tree | 87d07c118b49e462a3c45167a42607214079af93 | |
| parent | d767eabe534be7f7bdcbf00614a8901124ac911f (diff) | |
| download | xf86-video-intel-d466b25d09bbe85abe84d9d7714ffb65fafe7593.zip xf86-video-intel-d466b25d09bbe85abe84d9d7714ffb65fafe7593.tar.gz xf86-video-intel-d466b25d09bbe85abe84d9d7714ffb65fafe7593.tar.bz2 | |
Really print adjusted_mode for mode debug
| -rw-r--r-- | src/i830_display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_display.c b/src/i830_display.c index 712a40d..ea6d067 100644 --- a/src/i830_display.c +++ b/src/i830_display.c @@ -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); } |
