Honor DacSpeed setting in xorg.conf
Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Antoine Martin <antoine@nagafix.co.uk>
This commit is contained in:
parent
0e339b256a
commit
29433844c8
@ -281,7 +281,7 @@ DUMMYPreInit(ScrnInfoPtr pScrn, int flags)
|
|||||||
ClockRangePtr clockRanges;
|
ClockRangePtr clockRanges;
|
||||||
int i;
|
int i;
|
||||||
DUMMYPtr dPtr;
|
DUMMYPtr dPtr;
|
||||||
int maxClock = 230000;
|
int maxClock = 300000;
|
||||||
GDevPtr device = xf86GetEntityInfo(pScrn->entityList[0])->device;
|
GDevPtr device = xf86GetEntityInfo(pScrn->entityList[0])->device;
|
||||||
|
|
||||||
if (flags & PROBE_DETECT)
|
if (flags & PROBE_DETECT)
|
||||||
@ -391,7 +391,7 @@ DUMMYPreInit(ScrnInfoPtr pScrn, int flags)
|
|||||||
clockRanges->next = NULL;
|
clockRanges->next = NULL;
|
||||||
clockRanges->ClockMulFactor = 1;
|
clockRanges->ClockMulFactor = 1;
|
||||||
clockRanges->minClock = 11000; /* guessed §§§ */
|
clockRanges->minClock = 11000; /* guessed §§§ */
|
||||||
clockRanges->maxClock = 300000;
|
clockRanges->maxClock = maxClock;
|
||||||
clockRanges->clockIndex = -1; /* programmable */
|
clockRanges->clockIndex = -1; /* programmable */
|
||||||
clockRanges->interlaceAllowed = TRUE;
|
clockRanges->interlaceAllowed = TRUE;
|
||||||
clockRanges->doubleScanAllowed = TRUE;
|
clockRanges->doubleScanAllowed = TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user