Searched refs:vmax (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_vrr.c68 * The latest point registers can get latched is the vmax decision boundary:
96 return crtc_state->vrr.vmax - intel_vrr_vblank_exit_length(crtc_state);
109 int vmin, vmax; local
126 vmax = adjusted_mode->crtc_clock * 1000 /
130 vmax = max_t(int, vmax, adjusted_mode->crtc_vtotal);
132 if (vmin >= vmax)
141 crtc_state->vrr.vmax = vmax;
196 intel_de_write(dev_priv, TRANS_VRR_VMAX(cpu_transcoder), crtc_state->vrr.vmax
[all...]
H A Dintel_vblank.c505 adjusted_mode.crtc_vtotal = crtc_state->vrr.vmax;
506 adjusted_mode.crtc_vblank_end = crtc_state->vrr.vmax;
H A Dintel_crtc_state_dump.c301 drm_dbg_kms(&i915->drm, "vrr: %s, vmin: %d, vmax: %d, pipeline full: %d, guardband: %d flipline: %d, vmin vblank: %d, vmax vblank: %d\n",
303 pipe_config->vrr.vmin, pipe_config->vrr.vmax,
H A Dintel_display_types.h1391 u16 flipline, vmin, vmax, guardband; member in struct:intel_crtc_state::__anon52
H A Dintel_display.c5392 PIPE_CONF_CHECK_I(vrr.vmax);
/openbsd-current/sys/dev/usb/
H A Dusps.c63 int vave, vmin, vmax; member in struct:usps_port_sensor
410 ps->vmax = ps->vmin = pkt->port[i];
411 if (pkt->port[i] > ps->vmax)
412 ps->vmax = pkt->port[i];
423 ps->vmax = ps->vmin = total;
424 if (total > ps->vmax)
425 ps->vmax = total;
476 ps->max.value = ps->vmax * 1000000;
483 ps->max.value = ps->vmax * 1000000;
H A Duoak_subr.c327 s->vmax = s->vmin = s->vavg = val;
333 if (val > s->vmax)
334 s->vmax = val;
351 s->max.value = s->vmax * mag + offset;
H A Duoak.h144 int64_t vavg, vmax, vmin; member in struct:uoak_sensor
/openbsd-current/sys/dev/pci/drm/amd/display/modules/inc/
H A Dmod_freesync.h144 unsigned int *vmax);
/openbsd-current/sys/dev/fdt/
H A Dbd718x7.c168 uint32_t vmax = vmin + bd->bd_mask * bd->bd_delta; local
171 if (voltage < vmin || voltage > vmax)
H A Dfanpwr.c305 uint32_t vmax = vmin + sc->sc_vsel_nsel_mask * sc->sc_vstep; local
308 if (voltage < vmin || voltage > vmax)
H A Drkpmic.c665 uint32_t vmin, vmax, volt; local
673 vmax = vmin + (vsel_range->vsel_max - vsel_range->vsel_min) *
677 if (voltage <= vmax) {
/openbsd-current/sbin/dump/
H A Dmain.c624 * range (except that a vmax of 0 means unlimited).
627 numarg(char *meaning, long long vmin, long long vmax) argument
632 if (vmax == 0)
633 vmax = LLONG_MAX;
634 val = strtonum(optarg, vmin, vmax, &errstr);
637 meaning, errstr, vmin, vmax);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h329 int vmin, int vmax);
/openbsd-current/sys/dev/pci/drm/amd/display/modules/freesync/
H A Dfreesync.c533 unsigned int *vmax)
536 *vmax = stream->adjust.v_total_max;
1199 // set freesync vmin vmax to nominal for workaround
530 mod_freesync_get_vmin_vmax(struct mod_freesync *mod_freesync, const struct dc_stream_state *stream, unsigned int *vmin, unsigned int *vmax) argument
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_edid.c3603 int vsync, vmin, vmax; local
3608 vmax = t[6];
3610 vmax += ((t[4] & 0x02) ? 255 : 0);
3613 return (vsync <= vmax && vsync >= vmin);

Completed in 319 milliseconds