/linux-4.4.14/drivers/gpu/drm/ |
D | drm_modes.c | 799 p->crtc_vtotal = p->vtotal; in drm_mode_set_crtcinfo() 806 p->crtc_vtotal /= 2; in drm_mode_set_crtcinfo() 815 p->crtc_vtotal *= 2; in drm_mode_set_crtcinfo() 824 p->crtc_vtotal *= p->vscan; in drm_mode_set_crtcinfo() 834 p->crtc_vdisplay += p->crtc_vtotal; in drm_mode_set_crtcinfo() 835 p->crtc_vsync_start += p->crtc_vtotal; in drm_mode_set_crtcinfo() 836 p->crtc_vsync_end += p->crtc_vtotal; in drm_mode_set_crtcinfo() 837 p->crtc_vtotal += p->crtc_vtotal; in drm_mode_set_crtcinfo() 843 p->crtc_vblank_end = max(p->crtc_vsync_end, p->crtc_vtotal); in drm_mode_set_crtcinfo()
|
D | drm_irq.c | 691 int frame_size = mode->crtc_htotal * mode->crtc_vtotal; in drm_calc_timestamping_constants() 715 mode->crtc_vtotal, mode->crtc_vdisplay); in drm_calc_timestamping_constants()
|
/linux-4.4.14/drivers/gpu/drm/rcar-du/ |
D | rcar_du_crtc.c | 164 rcar_du_crtc_write(rcrtc, VDSR, mode->crtc_vtotal - in rcar_du_crtc_set_display_timing() 166 rcar_du_crtc_write(rcrtc, VDER, mode->crtc_vtotal - in rcar_du_crtc_set_display_timing() 169 rcar_du_crtc_write(rcrtc, VSPR, mode->crtc_vtotal - in rcar_du_crtc_set_display_timing() 172 rcar_du_crtc_write(rcrtc, VCR, mode->crtc_vtotal - 1); in rcar_du_crtc_set_display_timing()
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
D | udl_modeset.c | 177 yds = mode->crtc_vtotal - mode->crtc_vsync_start; in udl_set_vid_cmds() 198 yec = mode->crtc_vtotal; in udl_set_vid_cmds()
|
/linux-4.4.14/include/drm/ |
D | drm_modes.h | 141 int crtc_vtotal; member
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_encoders.c | 182 adjusted_mode->crtc_vtotal = adjusted_mode->crtc_vdisplay + vblank; in amdgpu_panel_mode_fixup()
|
D | amdgpu_display.c | 879 vtotal = mode->crtc_vtotal; in amdgpu_get_crtc_scanoutpos()
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | oaktrail_crtc.c | 453 ((adjusted_mode->crtc_vtotal - 1) << 16), i); in oaktrail_crtc_mode_set() 472 ((adjusted_mode->crtc_vtotal - 1) << 16), i); in oaktrail_crtc_mode_set()
|
D | oaktrail_hdmi.c | 329 REG_WRITE(vtot_reg, (adjusted_mode->crtc_vdisplay - 1) | ((adjusted_mode->crtc_vtotal - 1) << 16)); in oaktrail_crtc_hdmi_mode_set() 337 …REG_WRITE(PCH_VTOTAL_B, (adjusted_mode->crtc_vdisplay - 1) | ((adjusted_mode->crtc_vtotal - 1) << … in oaktrail_crtc_hdmi_mode_set()
|
D | mdfld_intel_display.c | 822 ((adjusted_mode->crtc_vtotal - 1) << 16)); in mdfld_crtc_mode_set() 839 ((adjusted_mode->crtc_vtotal - 1) << 16)); in mdfld_crtc_mode_set()
|
D | psb_intel_display.c | 279 ((adjusted_mode->crtc_vtotal - 1) << 16)); in psb_intel_crtc_mode_set()
|
D | cdv_intel_display.c | 804 ((adjusted_mode->crtc_vtotal - 1) << 16)); in cdv_intel_crtc_mode_set()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_dsi.c | 797 vbp = adjusted_mode->crtc_vtotal - adjusted_mode->crtc_vsync_end; in set_dsi_timings() 820 adjusted_mode->crtc_vtotal); in set_dsi_timings() 954 txbyteclkhs(adjusted_mode->crtc_vtotal * in intel_dsi_prepare()
|
D | dvo_ns2501.c | 588 adjusted_mode->crtc_vtotal); in ns2501_mode_set()
|
D | intel_display.c | 7703 uint32_t crtc_vtotal, crtc_vblank_end; in intel_set_pipe_timings() local 7708 crtc_vtotal = adjusted_mode->crtc_vtotal; in intel_set_pipe_timings() 7713 crtc_vtotal -= 1; in intel_set_pipe_timings() 7740 ((crtc_vtotal - 1) << 16)); in intel_set_pipe_timings() 7784 pipe_config->base.adjusted_mode.crtc_vtotal = ((tmp >> 16) & 0xffff) + 1; in intel_get_pipe_timings() 7794 pipe_config->base.adjusted_mode.crtc_vtotal += 1; in intel_get_pipe_timings() 7815 mode->vtotal = pipe_config->base.adjusted_mode.crtc_vtotal; in intel_mode_from_pipe_config() 11993 mode->crtc_vsync_end, mode->crtc_vtotal, mode->type, mode->flags); in intel_dump_crtc_timings() 12552 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_vtotal); in intel_pipe_config_compare() 12919 vtotal = adjusted_mode->crtc_vtotal; in update_scanline_offset()
|
D | i915_irq.c | 731 vtotal = mode->crtc_vtotal; in __intel_get_crtc_scanline() 795 vtotal = mode->crtc_vtotal; in i915_get_crtc_scanoutpos()
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_crtc.c | 554 tm = adj->crtc_vtotal - adj->crtc_vsync_end; in armada_drm_crtc_mode_set() 565 adj->crtc_vtotal, tm, bm); in armada_drm_crtc_mode_set() 604 dcrtc->v[1].spu_v_h_total = adj->crtc_vtotal << 16 | in armada_drm_crtc_mode_set()
|
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_crtc.c | 69 vm.vback_porch = adj->crtc_vtotal - adj->crtc_vsync_end; in atmel_hlcdc_crtc_mode_set_nofb()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_legacy_crtc.c | 94 fp_crtc_v_total_disp = (((mode->crtc_vtotal - 1) & 0xffff) in radeon_legacy_rmx_mode_set() 637 crtc_v_total_disp = (((mode->crtc_vtotal - 1) & 0xffff) in radeon_set_crtc_timing()
|
D | radeon_encoders.c | 360 adjusted_mode->crtc_vtotal = adjusted_mode->crtc_vdisplay + vblank; in radeon_panel_mode_fixup()
|
D | radeon_atombios.c | 1824 mode->crtc_vtotal = le16_to_cpu(tv_info->aModeTimings[index].usCRTC_V_Total); in radeon_atom_get_tv_timings() 1849 mode->crtc_vtotal -= 1; in radeon_atom_get_tv_timings() 1866 mode->crtc_vtotal = le16_to_cpu(dtd_timings->usVActive) + in radeon_atom_get_tv_timings()
|
D | radeon_display.c | 2017 vtotal = mode->crtc_vtotal; in radeon_get_crtc_scanoutpos()
|
D | atombios_crtc.c | 360 args.usV_Total = cpu_to_le16(mode->crtc_vtotal); in atombios_crtc_set_timing()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 255 int vertTotal = mode->crtc_vtotal - 2; in nv_crtc_mode_set_vga() 257 int vertBlankEnd = mode->crtc_vtotal - 1; in nv_crtc_mode_set_vga()
|
/linux-4.4.14/drivers/gpu/drm/ast/ |
D | ast_mode.c | 188 adjusted_mode->crtc_vtotal = vbios_mode->enh_table->vt; in ast_get_vbios_mode_info() 314 temp = (mode->crtc_vtotal) - 2; in ast_set_crtc_reg()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos5433_drm_decon.c | 159 m->crtc_vtotal - m->crtc_vsync_end - 1) | in decon_commit()
|
D | exynos7_drm_decon.c | 184 vbpd = mode->crtc_vtotal - mode->crtc_vsync_end; in decon_commit()
|
D | exynos_drm_fimd.c | 424 vbpd = mode->crtc_vtotal - mode->crtc_vsync_end; in fimd_commit()
|
/linux-4.4.14/drivers/gpu/drm/mgag200/ |
D | mgag200_mode.c | 1644 mode->crtc_vsync_end > 4096 || mode->crtc_vtotal > 4096) { in mga_vga_mode_valid()
|