/src/sys/dev/videomode/ |
videomode.h | 36 int hsync_start; member in struct:videomode
|
vesagtf.c | 618 vmp->hsync_start = h_pixels + h_front_porch; 619 vmp->hsync_end = vmp->hsync_start + h_sync; 678 vmp->hdisplay, vmp->hsync_start, vmp->hsync_end, vmp->htotal,
|
edid.c | 278 edid->edid_modes[i].hsync_start, 406 vmp->hsync_start = hactive + hsyncoff; 407 vmp->hsync_end = vmp->hsync_start + hsyncwid;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_encoders.c | 176 unsigned hover = native_mode->hsync_start - native_mode->hdisplay; 178 unsigned hsync_width = native_mode->hsync_end - native_mode->hsync_start; 188 adjusted_mode->hsync_start = native_mode->hdisplay + hover; 189 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width;
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_modes.h | 139 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \ 156 .hdisplay = (hd), .hsync_start = (hd), .hsync_end = (hd), \ 178 * @hsync_start: horizontal sync start 285 int hsync_start; member in struct:drm_display_mode 445 (m)->hdisplay, (m)->hsync_start, (m)->hsync_end, (m)->htotal, \
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_modes.c | 289 drm_mode->hsync_start = drm_mode->hsync_end - 291 drm_mode->hsync_start += CVT_H_GRANULARITY - 292 drm_mode->hsync_start % CVT_H_GRANULARITY; 324 drm_mode->hsync_start = drm_mode->hsync_end - CVT_RB_H_SYNC; 521 drm_mode->hsync_start = hdisplay_rnd + hfront_porch; 522 drm_mode->hsync_end = drm_mode->hsync_start + hsync; 602 dmode->hsync_start = dmode->hdisplay + vm->hfront_porch; 603 dmode->hsync_end = dmode->hsync_start + vm->hsync_len; 643 vm->hfront_porch = dmode->hsync_start - dmode->hdisplay; 644 vm->hsync_len = dmode->hsync_end - dmode->hsync_start; [all...] |
/src/usr.sbin/grfconfig/ |
grfconfig.c | 175 gv->hsync_start = atoi(cps[6]); 199 (gv->hsync_start == 0) || 251 gv->hsync_start *= 8; 377 gv->hsync_start,
|
/src/sys/arch/arm/iomd/ |
vidc20config.c | 484 vidcvideo_write(VIDC_HSWR, (vm->hsync_end - vm->hsync_start - 8) & ~1); 485 vidcvideo_write(VIDC_HBSR, (vm->htotal - vm->hsync_start - 12) & ~1); 486 vidcvideo_write(VIDC_HDSR, (vm->htotal - vm->hsync_start - 18) & ~1); 488 (vm->htotal - vm->hsync_start + vm->hdisplay - 18) & ~1); 490 (vm->htotal - vm->hsync_start + vm->hdisplay - 12) & ~1); 653 vidc_currentmode.timings.hsync_start;
|
/src/sys/arch/amiga/dev/ |
grfioctl.h | 90 u_short hsync_start; /* video-parameters, take care not to */ member in struct:grfvideo_mode
|
grf_ul.c | 381 ba->data = (md->hsync_stop - md->hsync_start)/16; 382 ba->data = (md->htotal - md->hsync_start)/16 - 1; 383 ba->data = (md->hblank_start + md->htotal - md->hsync_start)/16 - 1; 590 vm->hsync_start = md->hsync_start;
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_encoders.c | 337 unsigned hover = native_mode->hsync_start - native_mode->hdisplay; 339 unsigned hsync_width = native_mode->hsync_end - native_mode->hsync_start; 351 adjusted_mode->hsync_start = native_mode->hdisplay + hover; 352 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width;
|
radeon_legacy_crtc.c | 65 int hsync_start; local in function:radeon_legacy_rmx_mode_set 95 hsync_start = mode->crtc_hsync_start - 8; 97 fp_h_sync_strt_wid = ((hsync_start & 0x1fff) 597 int hsync_start; local in function:radeon_set_crtc_timing 644 hsync_start = mode->crtc_hsync_start - 8; 646 crtc_h_sync_strt_wid = ((hsync_start & 0x1fff)
|
/src/sys/arch/atari/dev/ |
grfioctl.h | 98 u_short hsync_start; /* video-parameters, take care not to */ member in struct:grfvideo_mode
|
grfabs_et.c | 533 regs->crt[CRT_ID_START_HOR_RETR] = mode->hsync_start; 573 ((mode->hsync_start & 0x100) ? 0x10 : 0x00);
|
/src/sys/external/bsd/drm/dist/shared-core/ |
drm_mode.h | 87 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
|
/src/sys/arch/arm/rockchip/ |
rk_vop.c | 314 uint32_t htotal, hsync_start; local in function:rk_vop_plane_atomic_update 334 hsync_start = mode->hsync_start; 337 val = __SHIFTIN(dst->x1 + htotal - hsync_start, WIN0_DSP_XST) | 468 const u_int hsync_len = adjusted_mode->hsync_end - adjusted_mode->hsync_start; 470 const u_int hfront_porch = adjusted_mode->hsync_start - adjusted_mode->hdisplay;
|
/src/sys/dev/ic/ |
igsfb_subr.c | 486 int vsync_start, hsync_start, vsync_end, hsync_end; local in function:igsfb_set_mode 542 hsync_start = mode->hsync_start; 545 hblank_start = uimin(mode->hsync_start, mode->hdisplay); 564 igs_crtc_write(iot, ioh, 0x04, hsync_start >> 3);
|
/src/sys/arch/arm/sunxi/ |
sunxi_tcon.c | 554 mode.hsync_start = lcd_ht - lcd_hbp; 555 mode.hsync_end = lcd_hspw + mode.hsync_start; 734 const u_int hspw = mode->hsync_end - mode->hsync_start; 735 const u_int hbp = mode->htotal - mode->hsync_start;
|
sunxi_hdmi.c | 841 const u_int hfp = mode->hsync_start - mode->hdisplay; 842 const u_int hspw = mode->hsync_end - mode->hsync_start; 843 const u_int hbp = mode->htotal - mode->hsync_start;
|
/src/sys/dev/pci/ |
machfb.c | 932 int htotal, hdisplay, hsync_start, hsync_end; local in function:mach64_get_mode 956 hsync_start = (((hsync_end & 0xff) + 1) << 3) + 958 hsync_end = (((hsync_end & 0x1f0000) >> 16) << 3) + hsync_start; 992 hsync_start, hsync_end, htotal, vsync_start, vsync_end, vtotal, 999 mode->hsync_start = hsync_start; 1075 (((mode->hsync_end - mode->hsync_start) >> 3) << 16) | 1076 ((mode->hsync_start >> 3) - 1) | ((mode->hsync_start & 7) << 8);
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
icl_dsi.c | 803 u16 htotal, hactive, hsync_start, hsync_end, hsync_size; local in function:gen11_dsi_set_transcoder_timings 810 * Adjust horizontal timings (htotal, hsync_start, hsync_end) to account 824 hsync_start = DIV_ROUND_UP(adjusted_mode->crtc_hsync_start * mul, div); 826 hsync_size = hsync_end - hsync_start; 833 vsync_shift = hsync_start - htotal / 2; 870 hsync_start /= 2; 877 (hsync_start - 1) | ((hsync_end - 1) << 16));
|
intel_tv.c | 1004 mode->hsync_start = mode->hdisplay + 1006 mode->hsync_end = mode->hsync_start + 1057 int hsync_start = mode->hsync_start - mode->hdisplay + right_margin; local in function:intel_tv_scale_mode_horiz 1065 mode->hsync_start = hdisplay + hsync_start * new_htotal / mode->htotal;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
nouveau_dispnv04_dfp.c | 308 (output_mode->hsync_start - output_mode->hdisplay) >= 312 regp->fp_horiz_regs[FP_CRTC] = output_mode->hsync_start - drm->vbios.digital_min_front_porch - 1; 313 regp->fp_horiz_regs[FP_SYNC_START] = output_mode->hsync_start - 1;
|
nouveau_dispnv04_tvnv17.c | 278 mode->hsync_start = (mode->hdisplay + (mode->htotal 280 mode->hsync_end = mode->hsync_start + 8; 541 output_mode->hsync_start - 1;
|
/src/sys/external/bsd/drm2/dist/drm/i2c/ |
ch7006_drv.c | 146 start_active = (drm_mode->htotal & ~0x7) - (drm_mode->hsync_start & ~0x7);
|