HomeSort by: relevance | last modified time | path
    Searched refs:dotclock (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/ic/
monitors.h 46 u_int32_t dotclock; /* Dot Clock */ member in struct:monitor
ibm561.c 97 /* dotclock parameters */
166 u_int dotclock)
174 ibm561_set_dotclock((struct ramdac_cookie *)data, dotclock);
357 ibm561_set_dotclock(struct ramdac_cookie *rc, unsigned dotclock)
364 switch (dotclock) {
429 * change the dotclock---hope this is good.
  /src/sys/dev/videomode/
modelines2c.awk 76 dotclock = $3;
111 hrefresh= (dotclock * 1000000) / htotal;
120 hdisplay, vdisplay, dotclock * 1000,
129 hdisplay/2, vdisplay/2, dotclock * 1000 / 2,
pickmode.c 45 pick_mode_by_dotclock(int width, int height, int dotclock)
51 height, dotclock);
55 (this->dot_clock > dotclock))
  /src/sys/external/bsd/drm2/dist/drm/
drm_vblank.c 567 int dotclock = mode->crtc_clock; local in function:drm_calc_timestamping_constants
575 /* Valid dotclock? */
576 if (dotclock > 0) {
584 linedur_ns = div_u64((u64) mode->crtc_htotal * 1000000, dotclock);
585 framedur_ns = div_u64((u64) frame_size * 1000000, dotclock);
593 DRM_ERROR("crtc %u: Can't calculate constants, dotclock = 0!\n",
604 crtc->base.id, dotclock, framedur_ns, linedur_ns);
  /src/sys/dev/pci/
tga.c 479 /* XXX this is a bit of a hack, setting the dotclock here */
1486 static void tga2_ics9110_wr(struct tga_devconfig *dc, int dotclock);
1504 * XXX Can't set up the dotclock properly, until such time
1509 tga2_ics9110_wr(dc, m->dotclock);
1538 tga2_ics9110_wr(struct tga_devconfig *dc, int dotclock)
1545 switch (dotclock) {
1581 panic("unrecognized clock rate %d", dotclock);
1621 return tga_getmonitor(dc)->dotclock;
radeonfb.c 1711 radeonfb_calc_dividers(struct radeonfb_softc *sc, uint32_t dotclock,
1718 DPRINTF(("dot clock: %u\n", dotclock));
1733 outfreq = div * dotclock;
2140 radeonfb_program_vclk(struct radeonfb_softc *sc, int dotclock, int crtc, int flags)
2146 radeonfb_calc_dividers(sc, dotclock, &pbit, &feed, flags);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_sdvo.c 1249 unsigned dotclock = pipe_config->port_clock; local in function:i9xx_adjust_sdvo_tv_clock
1256 if (dotclock >= 100000 && dotclock < 140500) {
1262 } else if (dotclock >= 140500 && dotclock <= 200000) {
1269 WARN(1, "SDVO TV clock out of range: %i\n", dotclock);
1608 int dotclock; local in function:intel_sdvo_get_config
1652 dotclock = pipe_config->port_clock;
1655 dotclock /= pipe_config->pixel_multiplier;
1657 pipe_config->hw.adjusted_mode.crtc_clock = dotclock;
    [all...]
intel_ddi.c 1528 int dotclock; local in function:ddi_dotclock_get
1531 dotclock = intel_dotclock_calculate(pipe_config->port_clock,
1534 dotclock = intel_dotclock_calculate(pipe_config->port_clock,
1537 dotclock = pipe_config->port_clock * 24 / pipe_config->pipe_bpp;
1539 dotclock = pipe_config->port_clock;
1543 dotclock *= 2;
1546 dotclock /= pipe_config->pixel_multiplier;
1548 pipe_config->hw.adjusted_mode.crtc_clock = dotclock;
intel_hdmi.c 1806 int dotclock; local in function:intel_hdmi_get_config
1841 dotclock = pipe_config->port_clock * 2 / 3;
1843 dotclock = pipe_config->port_clock;
1846 dotclock /= pipe_config->pixel_multiplier;
1848 pipe_config->hw.adjusted_mode.crtc_clock = dotclock;
intel_display.c 9342 * Normally the dotclock is filled in by the encoder .get_config()
12009 * we may need some idea for the dotclock anyway.
13745 int dotclock = pipe_config->hw.adjusted_mode.crtc_clock; local in function:intel_pipe_config_sanity_check
13748 * FDI already provided one idea for the dotclock.
13751 WARN(!intel_fuzzy_clock_check(fdi_dotclock, dotclock),
13752 "FDI dotclock and encoder dotclock mismatch, fdi: %i, encoder: %i\n",
13753 fdi_dotclock, dotclock);

Completed in 231 milliseconds