diff options
Diffstat (limited to 'sys/dev/pci/drm/i915_drv.h')
-rw-r--r-- | sys/dev/pci/drm/i915_drv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/drm/i915_drv.h b/sys/dev/pci/drm/i915_drv.h index 00966764377..8436def5b57 100644 --- a/sys/dev/pci/drm/i915_drv.h +++ b/sys/dev/pci/drm/i915_drv.h @@ -751,9 +751,9 @@ extern int i915_set_status_page(struct drm_device *, void *, struct drm_file *); * dummy bytes in the datastream at an increased clock rate, with both sides of * the link knowing how many bytes are fill. * - * So, for a mode with a dotclock of 65Mhz, we would want to double the clock - * rate to 130Mhz to get a bus rate of 1.30Ghz. The DPLL clock rate would be - * set to 130Mhz, and the SDVO multiplier set to 2x in this register and + * So, for a mode with a dotclock of 65MHz, we would want to double the clock + * rate to 130MHz to get a bus rate of 1.30Ghz. The DPLL clock rate would be + * set to 130MHz, and the SDVO multiplier set to 2x in this register and * through an SDVO command. * * This register field has values of multiplication factor minus 1, with |