Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_crt.c617 uint32_t vtotal, vactive; in intel_crt_load_detect() local
640 vactive = (save_vtotal & 0x7ff) + 1; in intel_crt_load_detect()
669 if (vblank_start <= vactive && vblank_end >= vtotal) { in intel_crt_load_detect()
680 if (vblank_start - vactive >= vtotal - vblank_end) in intel_crt_load_detect()
681 vsample = (vblank_start + vactive) >> 1; in intel_crt_load_detect()
688 while (I915_READ(pipe_dsl_reg) >= vactive) in intel_crt_load_detect()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_displayid.h83 u8 vactive[2]; member
/dragonfly/sys/dev/drm/
H A Ddrm_modes.c592 dmode->vdisplay = vm->vactive; in drm_display_mode_from_videomode()
632 vm->vactive = dmode->vdisplay; in drm_display_mode_to_videomode()
711 np, vm.hactive, vm.vactive, np->name); in of_get_drm_display_mode()
H A Ddrm_edid.c2206 unsigned vactive = (pt->vactive_vblank_hi & 0xf0) << 4 | pt->vactive_lo; in drm_mode_detailed() local
2215 if (hactive < 64 || vactive < 64) in drm_mode_detailed()
2234 mode = drm_cvt_mode(dev, hactive, vactive, 60, true, false, false); in drm_mode_detailed()
2255 mode->vdisplay = vactive; in drm_mode_detailed()
4552 unsigned vactive = (timings->vactive[0] | timings->vactive[1] << 8) + 1; in drm_mode_displayid_detailed() local
4568 mode->vdisplay = vactive; in drm_mode_displayid_detailed()
/dragonfly/sys/dev/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h295 unsigned int vactive; member
/dragonfly/sys/dev/video/bktr/
H A Dbktr_reg.h407 int vtotal, vdelay, vactive; member
H A Dbktr_core.c1781 bktr->format_params].vactive; in video_ioctl()
3375 (((fp->vactive * 256 + (bktr->rows/2)) / bktr->rows) - 512); in build_dma_prog()
3378 (((fp->vactive * 512 + (bktr->rows / 2)) / bktr->rows) - 512); in build_dma_prog()
3396 temp = fp->vactive; in build_dma_prog()
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Ddcn_calcs.h179 float vactive[number_of_planes_minus_one + 1]; member
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c398 input->dest.vactive = pipe->stream->timing.v_addressable + pipe->stream->timing.v_border_top in pipe_ctx_to_e2e_pipe_params()
844 v->vactive[input_idx] = pipe->stream->timing.v_addressable + in dcn_validate_bandwidth()
847 - v->vactive[input_idx] in dcn_validate_bandwidth()
H A Ddcn_calc_auto.c795 v->maximum_vstartup = v->vtotal[k] - v->vactive[k] - 1.0; in mode_support_and_system_configuration()
1368 v->v_blank_time = (v->vtotal[k] - v->vactive[k]) * v->htotal[k] / v->pixel_clock[k]; in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()
1601 v->max_vstartup_lines[k] = v->vtotal[k] - v->vactive[k] - 1.0; in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation()