Home
last modified time | relevance | path

Searched refs:vactive (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/sys/dev/videomode/
Dedid.c385 unsigned vactive, vblank, vsyncwid, vsyncoff; in edid_det_timing() local
402 vactive = EDID_DET_TIMING_VACTIVE(data); in edid_det_timing()
414 vmp->vdisplay = vactive; in edid_det_timing()
415 vmp->vtotal = vactive + vblank; in edid_det_timing()
416 vmp->vsync_start = vactive + vsyncoff; in edid_det_timing()
/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_crt.c702 u32 vtotal, vactive; in intel_crt_load_detect() local
719 vactive = REG_FIELD_GET(VACTIVE_MASK, save_vtotal) + 1; in intel_crt_load_detect()
753 if (vblank_start <= vactive && vblank_end >= vtotal) { in intel_crt_load_detect()
766 if (vblank_start - vactive >= vtotal - vblank_end) in intel_crt_load_detect()
767 vsample = (vblank_start + vactive) >> 1; in intel_crt_load_detect()
774 while (intel_de_read(dev_priv, PIPEDSL(dev_priv, pipe)) >= vactive) in intel_crt_load_detect()
Dintel_hdmi.h60 int intel_hdmi_dsc_get_slice_height(int vactive);
Dicl_dsi.c855 u16 vtotal, vactive, vsync_start, vsync_end, vsync_shift; in gen11_dsi_set_transcoder_timings() local
883 vactive = adjusted_mode->crtc_vdisplay; in gen11_dsi_set_transcoder_timings()
897 vtotal = vactive + DIV_ROUND_UP(400, line_time_us); in gen11_dsi_set_transcoder_timings()
961 VACTIVE(vactive - 1) | VTOTAL(vtotal - 1)); in gen11_dsi_set_transcoder_timings()
967 if (vsync_start < vactive) in gen11_dsi_set_transcoder_timings()
1006 VBLANK_START(vactive - 1) | VBLANK_END(vtotal - 1)); in gen11_dsi_set_transcoder_timings()
Dintel_hdmi.c3099 int intel_hdmi_dsc_get_slice_height(int vactive) in intel_hdmi_dsc_get_slice_height() argument
3110 for (slice_height = 96; slice_height <= vactive; slice_height += 2) in intel_hdmi_dsc_get_slice_height()
3111 if (vactive % slice_height == 0) in intel_hdmi_dsc_get_slice_height()
Dintel_dp.c1792 static int intel_dp_get_slice_height(int vactive) in intel_dp_get_slice_height() argument
1802 for (slice_height = 108; slice_height <= vactive; slice_height += 2) in intel_dp_get_slice_height()
1803 if (vactive % slice_height == 0) in intel_dp_get_slice_height()
3744 int vactive = crtc_state->hw.adjusted_mode.vdisplay; in intel_dp_pcon_dsc_enc_slice_height() local
3746 return intel_hdmi_dsc_get_slice_height(vactive); in intel_dp_pcon_dsc_enc_slice_height()
Dintel_vbt_defs.h1599 u16 vactive; member
Dintel_bios.c980 panel_fixed_mode->vdisplay = dtd->vactive; in parse_generic_dtd()
/openbsd/src/sys/dev/fdt/
Drkvop.c415 u_int vactive = adjusted_mode->vdisplay; in rkvop_crtc_enable() local
479 DSP_VACT_END_POST(vsync_len + vback_porch + vactive); in rkvop_crtc_enable()
483 DSP_VACT_END(vsync_len + vback_porch + vactive); in rkvop_crtc_enable()
487 DSP_VS_END(vsync_len + vback_porch + vactive + vfront_porch); in rkvop_crtc_enable()
/openbsd/src/sys/dev/pci/drm/
Ddrm_displayid_internal.h121 u8 vactive[2]; member
Ddrm_modes.c330 unsigned int vactive, in fill_analog_mode() argument
350 hactive, vactive, in fill_analog_mode()
487 porches = params->num_lines - vactive - vslen; in fill_analog_mode()
497 vtotal = vactive + vfp + vslen + vbp; in fill_analog_mode()
504 mode->vdisplay = vactive; in fill_analog_mode()
1079 dmode->vdisplay = vm->vactive; in drm_display_mode_from_videomode()
1120 vm->vactive = dmode->vdisplay; in drm_display_mode_to_videomode()
1207 np, vm.hactive, vm.vactive, DRM_MODE_ARG(dmode)); in of_get_drm_display_mode()
Ddrm_edid.c3528 unsigned vactive = (pt->vactive_vblank_hi & 0xf0) << 4 | pt->vactive_lo; in drm_mode_detailed() local
3537 if (hactive < 64 || vactive < 64) in drm_mode_detailed()
3558 mode = drm_cvt_mode(dev, hactive, vactive, 60, true, false, false); in drm_mode_detailed()
3579 mode->vdisplay = vactive; in drm_mode_detailed()
6824 unsigned vactive = (timings->vactive[0] | timings->vactive[1] << 8) + 1; in drm_mode_displayid_detailed() local
6842 mode->vdisplay = vactive; in drm_mode_displayid_detailed()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/dml/
Ddisplay_mode_structs.h520 unsigned int vactive; member
Ddisplay_mode_lib.c231 dml_print("DML PARAMS: vactive = %d\n", pipe_dest->vactive); in dml_log_pipe_params()
Ddisplay_mode_vba.c618 mode_lib->vba.VActive[mode_lib->vba.NumberOfActivePlanes] = dst->vactive; in fetch_pipe_params()
/openbsd/src/sys/dev/pci/bktr/
Dbktr_reg.h426 int vtotal, vdelay, vactive; member
Dbktr_core.c1681 bktr->format_params].vactive; in video_ioctl()
3260 (((fp->vactive * 256 + (bktr->rows/2)) / bktr->rows) - 512); in build_dma_prog()
3263 (((fp->vactive * 512 + (bktr->rows / 2)) / bktr->rows) - 512); in build_dma_prog()
3281 temp = fp->vactive; in build_dma_prog()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/
Ddcn_calcs.h179 float vactive[number_of_planes_minus_one + 1]; member
/openbsd/src/sys/dev/pci/drm/amd/display/dc/dml/dcn20/
Ddcn20_fpu.c1403 pipes[pipe_cnt].pipe.dest.vactive = in dcn20_populate_dml_pipes_from_context()