| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
| cl0046.h | 24 __u16 vtotal; member in struct:nv04_disp_scanoutpos_v0
|
| cl5070.h | 23 __u16 vtotal; member in struct:nv50_disp_scanoutpos_v0
|
| /src/sys/dev/videomode/ |
| videomode.h | 42 int vtotal; member in struct:videomode
|
| /src/sys/dev/ic/ |
| mc6845reg.h | 31 u_int8_t hsyncs, hsynce, vtotal, overfll; member in struct:reg_mc6845
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
| head.h | 20 u16 vtotal; member in struct:nvkm_head::nvkm_head_state
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_display.c | 816 int vbl_start, vbl_end, vtotal, ret = 0; local 895 vtotal = mode->crtc_vtotal; 898 * the vtotal value. Clamp to 0 to return -vbl_end instead 901 *vpos = (*vpos < vtotal) ? (*vpos - vtotal) : 0;
|
| /src/sys/arch/arm/sunxi/ |
| sunxi_tcon.c | 560 mode.vtotal = lcd_vt; 737 const u_int vbp = mode->vtotal - mode->vsync_start; 739 ((mode->vtotal << interlace_p) >> 1) - mode->vdisplay - 2; 778 u_int vtotal = mode->vtotal * 2; local 782 mode->vtotal); 783 u_int clk = mode->htotal * (mode->vtotal * 2 + 1) * 786 vtotal += 1; 789 (vtotal << 16) | (vbp - 1));
|
| /src/sys/arch/atari/dev/ |
| grfioctl.h | 105 u_short vtotal; member in struct:grfvideo_mode
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_crt.c | 659 u32 vtotal, vactive; local 671 vtotal_reg = VTOTAL(pipe); 681 vtotal = ((save_vtotal >> 16) & 0xfff) + 1; 713 if (vblank_start <= vactive && vblank_end >= vtotal) { 725 if (vblank_start - vactive >= vtotal - vblank_end) 728 vsample = (vtotal + vblank_end) >> 1;
|
| dvo_ns2501.c | 222 u16 vtotal; /* number of lines generated, 82/83 */ member in struct:ns2501_configuration 249 .vtotal = 1341, 269 .vtotal = 1341, 288 .vtotal = 1341, 536 ("is mode valid (hdisplay=%d,htotal=%d,vdisplay=%d,vtotal=%d)\n", 537 mode->hdisplay, mode->htotal, mode->vdisplay, mode->vtotal); 563 ("set mode (hdisplay=%d,htotal=%d,vdisplay=%d,vtotal=%d).\n", 564 mode->hdisplay, mode->htotal, mode->vdisplay, mode->vtotal); 580 "vtotal : %d\n", 632 ns2501_writeb(dvo, NS2501_REG82, conf->vtotal & 0xff) [all...] |
| icl_dsi.c | 806 u16 vtotal, vactive, vsync_start, vsync_end, vsync_shift; local 830 vtotal = adjusted_mode->crtc_vtotal; 890 I915_WRITE(VTOTAL(dsi_trans), 891 (vactive - 1) | ((vtotal - 1) << 16)); 894 if (vsync_end < vsync_start || vsync_end > vtotal) 918 /* program TRANS_VBLANK register, should be same as vtotal programmed */ 923 (vactive - 1) | ((vtotal - 1) << 16));
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_modes.h | 141 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \ 158 .vsync_end = (vd), .vtotal = (vd), .width_mm = (hd_mm), \ 185 * @vtotal: vertical total size 292 int vtotal; member in struct:drm_display_mode 446 (m)->vdisplay, (m)->vsync_start, (m)->vsync_end, (m)->vtotal, \
|
| /src/sys/arch/amiga/dev/ |
| grfioctl.h | 96 u_short vtotal; member in struct:grfvideo_mode
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| drm_mode.h | 88 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member in struct:drm_mode_modeinfo
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_display.c | 1814 int vbl_start, vbl_end, vtotal, ret = 0; local 1972 vtotal = mode->crtc_vtotal; 1973 *vpos = *vpos - vtotal;
|
| /src/sys/arch/amiga/amiga/ |
| custom.h | 180 unsigned short vtotal; member in struct:Custom
|
| /src/sys/arch/arm/rockchip/ |
| rk_vop.c | 315 uint32_t vtotal, vsync_start; local 335 vtotal = mode->vtotal; 338 __SHIFTIN(dst->y1 + vtotal - vsync_start, WIN0_DSP_YST); 474 const u_int vback_porch = adjusted_mode->vtotal - adjusted_mode->vsync_end;
|
| /src/sys/dev/pci/ |
| machfb.c | 933 int vtotal, vdisplay, vsync_start, vsync_end; local 960 vtotal = (vdisplay & 0x07ff) + 1; 984 vrefresh = (dot_clock * 1000) / (htotal * vtotal); 985 vrefresh2 = ((dot_clock * 1000) - (vrefresh * htotal * vtotal)) * 100 / 986 (htotal * vtotal); 992 hsync_start, hsync_end, htotal, vsync_start, vsync_end, vtotal, 1001 mode->vtotal = vtotal; 1079 (mode->vtotal - 1);
|
| /src/sys/external/bsd/drm2/dist/drm/i2c/ |
| ch7006_priv.h | 54 int vtotal; member in struct:ch7006_tv_norm_info
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_irq.c | 540 * vtotal = vblank_start + 3 674 u32 vtotal = mode->crtc_vtotal; local 704 scanline = min(scanline, vtotal - 1); 705 scanline = (scanline + vblank_start) % vtotal; 718 int position, vtotal; local 729 vtotal = mode->crtc_vtotal; 731 vtotal /= 2; 767 return (position + crtc->scanline_offset) % vtotal; 779 int vbl_start, vbl_end, hsync_start, htotal, vtotal; local 793 vtotal = mode->crtc_vtotal [all...] |
| /src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| drm_mode.h | 233 __u16 vtotal; member in struct:drm_mode_modeinfo
|
| /src/sys/dev/pci/bktr/ |
| bktr_reg.h | 385 int vtotal, vdelay, vactive; member in struct:format_params
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
| display_mode_structs.h | 322 unsigned int vtotal; member in struct:_vcs_dpi_display_pipe_dest_params_st
|
| /src/external/mit/xorg/lib/libxcb/files/ |
| randr.h | 417 uint16_t vtotal; member in struct:xcb_randr_mode_info_t
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
| dcn_calcs.h | 179 float vtotal[number_of_planes_minus_one + 1]; member in struct:dcn_bw_internal_vars
|