Searched refs:vactive (Results 1 - 22 of 22) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_hdmi.h60 int intel_hdmi_dsc_get_slice_height(int vactive);
H A Dintel_crt.c701 u32 vtotal, vactive; local
715 vactive = REG_FIELD_GET(VACTIVE_MASK, save_vtotal) + 1;
746 if (vblank_start <= vactive && vblank_end >= vtotal) {
757 if (vblank_start - vactive >= vtotal - vblank_end)
758 vsample = (vblank_start + vactive) >> 1;
765 while (intel_de_read(dev_priv, PIPEDSL(pipe)) >= vactive)
H A Dicl_dsi.c851 u16 vtotal, vactive, vsync_start, vsync_end, vsync_shift; local
879 vactive = adjusted_mode->crtc_vdisplay;
893 vtotal = vactive + DIV_ROUND_UP(400, line_time_us);
956 VACTIVE(vactive - 1) | VTOTAL(vtotal - 1));
962 if (vsync_start < vactive)
963 drm_err(&dev_priv->drm, "vsync_start less than vactive\n");
998 VBLANK_START(vactive - 1) | VBLANK_END(vtotal - 1));
H A Dintel_vbt_defs.h1042 u16 vactive; member in struct:generic_dtd_entry
H A Dintel_hdmi.c3105 * @vactive: Vactive of a display mode
3109 int intel_hdmi_dsc_get_slice_height(int vactive) argument
3120 for (slice_height = 96; slice_height <= vactive; slice_height += 2)
3121 if (vactive % slice_height == 0)
H A Dintel_dp.c1560 static int intel_dp_get_slice_height(int vactive) argument
1570 for (slice_height = 108; slice_height <= vactive; slice_height += 2)
1571 if (vactive % slice_height == 0)
2827 int vactive = crtc_state->hw.adjusted_mode.vdisplay; local
2829 return intel_hdmi_dsc_get_slice_height(vactive);
H A Dintel_bios.c973 panel_fixed_mode->vdisplay = dtd->vactive;
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_displayid.h120 u8 vactive[2]; member in struct:displayid_detailed_timings_1
/openbsd-current/sys/dev/videomode/
H A Dedid.c345 unsigned vactive, vblank, vsyncwid, vsyncoff; local
362 vactive = EDID_DET_TIMING_VACTIVE(data);
374 vmp->vdisplay = vactive;
375 vmp->vtotal = vactive + vblank;
376 vmp->vsync_start = vactive + vsyncoff;
/openbsd-current/sys/dev/fdt/
H A Drkvop.c420 u_int vactive = adjusted_mode->vdisplay; local
484 DSP_VACT_END_POST(vsync_len + vback_porch + vactive);
488 DSP_VACT_END(vsync_len + vback_porch + vactive);
492 DSP_VS_END(vsync_len + vback_porch + vactive + vfront_porch);
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_modes.c330 unsigned int vactive,
350 hactive, vactive,
486 porches = params->num_lines - vactive - vslen;
496 vtotal = vactive + vfp + vslen + vbp;
503 mode->vdisplay = vactive;
1076 dmode->vdisplay = vm->vactive;
1117 vm->vactive = dmode->vdisplay;
1204 np, vm.hactive, vm.vactive);
325 fill_analog_mode(struct drm_device *dev, struct drm_display_mode *mode, const struct analog_parameters *params, unsigned long pixel_clock_hz, unsigned int hactive, unsigned int vactive, bool interlace) argument
H A Ddrm_edid.c3481 unsigned vactive = (pt->vactive_vblank_hi & 0xf0) << 4 | pt->vactive_lo; local
3490 if (hactive < 64 || vactive < 64)
3511 mode = drm_cvt_mode(dev, hactive, vactive, 60, true, false, false);
3532 mode->vdisplay = vactive;
6680 unsigned vactive = (timings->vactive[0] | timings->vactive[1] << 8) + 1; local
6698 mode->vdisplay = vactive;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h520 unsigned int vactive; member in struct:_vcs_dpi_display_pipe_dest_params_st
H A Ddisplay_mode_lib.c231 dml_print("DML PARAMS: vactive = %d\n", pipe_dest->vactive);
H A Ddisplay_mode_vba.c618 mode_lib->vba.VActive[mode_lib->vba.NumberOfActivePlanes] = dst->vactive;
/openbsd-current/sys/dev/pci/bktr/
H A Dbktr_reg.h426 int vtotal, vdelay, vactive; member in struct:format_params
H A Dbktr_core.c1681 bktr->format_params].vactive;
3260 (((fp->vactive * 256 + (bktr->rows/2)) / bktr->rows) - 512);
3263 (((fp->vactive * 512 + (bktr->rows / 2)) / bktr->rows) - 512);
3281 temp = fp->vactive;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/
H A Ddcn_calcs.h179 float vactive[number_of_planes_minus_one + 1]; member in struct:dcn_bw_internal_vars
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn314/
H A Ddcn314_fpu.c340 pipes[pipe_cnt].pipe.dest.vblank_nom = timing->v_total - pipes[pipe_cnt].pipe.dest.vactive;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c422 input->dest.vactive = pipe->stream->timing.v_addressable + pipe->stream->timing.v_border_top
907 v->vactive[input_idx] = pipe->stream->timing.v_addressable +
910 - v->vactive[input_idx]
H A Ddcn_calc_auto.c795 v->maximum_vstartup = v->vtotal[k] - v->vactive[k] - 1.0;
1393 v->v_blank_time = (v->vtotal[k] - v->vactive[k]) * v->htotal[k] / v->pixel_clock[k];
1626 v->max_vstartup_lines[k] = v->vtotal[k] - v->vactive[k] - 1.0;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1396 pipes[pipe_cnt].pipe.dest.vactive =

Completed in 216 milliseconds