Bug #9382: Save the CRTC's desired mode in the old RandR 1.0 mode set path.
This commit is contained in:
parent
3c86fdda1d
commit
c0a0ddc0ce
|
|
@ -1013,6 +1013,7 @@ i830SetMode(ScrnInfoPtr pScrn, DisplayModePtr pMode)
|
|||
TRUE);
|
||||
if (!ok)
|
||||
goto done;
|
||||
crtc->desiredMode = *pMode;
|
||||
}
|
||||
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Mode bandwidth is %d Mpixel/s\n",
|
||||
|
|
|
|||
Loading…
Reference in New Issue