/src/sys/arch/arm/sunxi/ |
sunxi_lcdc.c | 224 const u_int vbp = mode->crtc_vtotal - mode->crtc_vsync_start; 225 const u_int vblank_len = (mode->crtc_vtotal - mode->crtc_vdisplay) >> interlace_p; 234 TCON_WRITE(sc, TCON0_BASIC2_REG, ((mode->crtc_vtotal * 2) << 16) | (vbp - 1)); 277 const u_int vbp = mode->crtc_vtotal - mode->crtc_vsync_start; 278 const u_int vblank_len = ((mode->crtc_vtotal - mode->crtc_vdisplay) >> interlace_p) - 2; 289 TCON_WRITE(sc, TCON1_BASIC4_REG, ((mode->crtc_vtotal * 2) << 16) | (vbp - 1));
|
sunxi_lcdc.c | 224 const u_int vbp = mode->crtc_vtotal - mode->crtc_vsync_start; 225 const u_int vblank_len = (mode->crtc_vtotal - mode->crtc_vdisplay) >> interlace_p; 234 TCON_WRITE(sc, TCON0_BASIC2_REG, ((mode->crtc_vtotal * 2) << 16) | (vbp - 1)); 277 const u_int vbp = mode->crtc_vtotal - mode->crtc_vsync_start; 278 const u_int vblank_len = ((mode->crtc_vtotal - mode->crtc_vdisplay) >> interlace_p) - 2; 289 TCON_WRITE(sc, TCON1_BASIC4_REG, ((mode->crtc_vtotal * 2) << 16) | (vbp - 1));
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_modes.c | 868 p->crtc_vtotal = p->vtotal; 875 p->crtc_vtotal /= 2; 884 p->crtc_vtotal *= 2; 893 p->crtc_vtotal *= p->vscan; 903 p->crtc_vdisplay += p->crtc_vtotal; 904 p->crtc_vsync_start += p->crtc_vtotal; 905 p->crtc_vsync_end += p->crtc_vtotal; 906 p->crtc_vtotal += p->crtc_vtotal; 912 p->crtc_vblank_end = max(p->crtc_vsync_end, p->crtc_vtotal); [all...] |
drm_modes.c | 868 p->crtc_vtotal = p->vtotal; 875 p->crtc_vtotal /= 2; 884 p->crtc_vtotal *= 2; 893 p->crtc_vtotal *= p->vscan; 903 p->crtc_vdisplay += p->crtc_vtotal; 904 p->crtc_vsync_start += p->crtc_vtotal; 905 p->crtc_vsync_end += p->crtc_vtotal; 906 p->crtc_vtotal += p->crtc_vtotal; 912 p->crtc_vblank_end = max(p->crtc_vsync_end, p->crtc_vtotal); [all...] |
drm_vblank.c | 577 int frame_size = mode->crtc_htotal * mode->crtc_vtotal; 602 mode->crtc_vtotal, mode->crtc_vdisplay);
|
drm_vblank.c | 577 int frame_size = mode->crtc_htotal * mode->crtc_vtotal; 602 mode->crtc_vtotal, mode->crtc_vdisplay);
|
/src/sys/dev/i2c/ |
tda19988.c | 408 n_line = mode->crtc_vtotal; 422 vwin1_line_start = mode->crtc_vtotal - mode->crtc_vdisplay - 1; 434 vwin1_line_start = (mode->crtc_vtotal - mode->crtc_vdisplay)/2; 441 vwin2_line_start = vwin1_line_start + mode->crtc_vtotal/2; 445 vs2_line_start = vs1_line_start + mode->crtc_vtotal/2 ;
|
tda19988.c | 408 n_line = mode->crtc_vtotal; 422 vwin1_line_start = mode->crtc_vtotal - mode->crtc_vdisplay - 1; 434 vwin1_line_start = (mode->crtc_vtotal - mode->crtc_vdisplay)/2; 441 vwin2_line_start = vwin1_line_start + mode->crtc_vtotal/2; 445 vs2_line_start = vs1_line_start + mode->crtc_vtotal/2 ;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_encoders.c | 204 adjusted_mode->crtc_vtotal = adjusted_mode->crtc_vdisplay + vblank;
|
amdgpu_encoders.c | 204 adjusted_mode->crtc_vtotal = adjusted_mode->crtc_vdisplay + vblank;
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_modes.h | 199 * @crtc_vtotal: hardware mode vertical total size 374 int crtc_vtotal; member in struct:drm_display_mode
|
drm_modes.h | 199 * @crtc_vtotal: hardware mode vertical total size 374 int crtc_vtotal; member in struct:drm_display_mode
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
vlv_dsi.c | 1078 adjusted_mode->crtc_vtotal = 1119 adjusted_mode->crtc_vblank_end = adjusted_mode->crtc_vtotal; 1258 vbp = adjusted_mode->crtc_vtotal - adjusted_mode->crtc_vsync_end; 1281 adjusted_mode->crtc_vtotal); 1428 txbyteclkhs(adjusted_mode->crtc_vtotal *
|
vlv_dsi.c | 1078 adjusted_mode->crtc_vtotal = 1119 adjusted_mode->crtc_vblank_end = adjusted_mode->crtc_vtotal; 1258 vbp = adjusted_mode->crtc_vtotal - adjusted_mode->crtc_vsync_end; 1281 adjusted_mode->crtc_vtotal); 1428 txbyteclkhs(adjusted_mode->crtc_vtotal *
|
dvo_ns2501.c | 594 adjusted_mode->crtc_vtotal);
|
dvo_ns2501.c | 594 adjusted_mode->crtc_vtotal);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_encoders.c | 369 adjusted_mode->crtc_vtotal = adjusted_mode->crtc_vdisplay + vblank;
|
radeon_encoders.c | 369 adjusted_mode->crtc_vtotal = adjusted_mode->crtc_vdisplay + vblank;
|
radeon_legacy_crtc.c | 103 fp_crtc_v_total_disp = (((mode->crtc_vtotal - 1) & 0xffff) 653 crtc_v_total_disp = (((mode->crtc_vtotal - 1) & 0xffff)
|
radeon_legacy_crtc.c | 103 fp_crtc_v_total_disp = (((mode->crtc_vtotal - 1) & 0xffff) 653 crtc_v_total_disp = (((mode->crtc_vtotal - 1) & 0xffff)
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
nouveau_dispnv50_head.c | 279 m->v.active = mode->crtc_vtotal;
|
nouveau_dispnv50_head.c | 279 m->v.active = mode->crtc_vtotal;
|
/src/sys/arch/arm/ti/ |
ti_lcdc.c | 167 const u_int vbp = adjusted_mode->crtc_vtotal - adjusted_mode->crtc_vsync_end;
|
ti_lcdc.c | 167 const u_int vbp = adjusted_mode->crtc_vtotal - adjusted_mode->crtc_vsync_end;
|
/src/sys/external/bsd/drm2/dist/drm/ast/ |
ast_mode.c | 205 adjusted_mode->crtc_vtotal = vbios_mode->enh_table->vt; 368 temp = (mode->crtc_vtotal) - 2;
|