/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
cl0046.h | 28 __u16 htotal; member in struct:nv04_disp_scanoutpos_v0
|
cl5070.h | 27 __u16 htotal; member in struct:nv50_disp_scanoutpos_v0
|
/src/sys/dev/videomode/ |
videomode.h | 38 int htotal; member in struct:videomode
|
/src/sys/dev/ic/ |
mc6845reg.h | 30 u_int8_t htotal, hdisple, hblanks, hblanke; member in struct:reg_mc6845
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
head.h | 16 u16 htotal; member in struct:nvkm_head::nvkm_head_state
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/ |
nouveau_nvkm_subdev_devinit_nv04.c | 420 u32 htotal = nvkm_rdvgac(device, 0, 0x06); local in function:nv04_devinit_preinit 421 htotal |= (nvkm_rdvgac(device, 0, 0x07) & 0x01) << 8; 422 htotal |= (nvkm_rdvgac(device, 0, 0x07) & 0x20) << 4; 423 htotal |= (nvkm_rdvgac(device, 0, 0x25) & 0x01) << 10; 424 htotal |= (nvkm_rdvgac(device, 0, 0x41) & 0x01) << 11; 425 if (!htotal) {
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_modes.h | 140 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \ 157 .htotal = (hd), .vdisplay = (vd), .vsync_start = (vd), \ 180 * @htotal: horizontal total size 287 int htotal; member in struct:drm_display_mode 445 (m)->hdisplay, (m)->hsync_start, (m)->hsync_end, (m)->htotal, \
|
/src/sys/arch/atari/dev/ |
grfioctl.h | 100 u_short htotal; /* your monitor ! */ member in struct:grfvideo_mode
|
/src/sys/arch/amiga/dev/ |
grfioctl.h | 92 u_short htotal; /* your monitor ! */ member in struct:grfvideo_mode
|
/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/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 823 htotal = DIV_ROUND_UP(adjusted_mode->crtc_htotal * mul, div); 833 vsync_shift = hsync_start - htotal / 2; 839 htotal /= 2; 853 I915_WRITE(HTOTAL(dsi_trans), 854 (hactive - 1) | ((htotal - 1) << 16));
|
intel_tv.c | 320 u16 hblank_start, hblank_end, htotal; member in struct:tv_mode 394 .hblank_start = 836, .htotal = 857, 436 .hblank_start = 836, .htotal = 857, 479 .hblank_start = 836, .htotal = 857, 522 .hblank_start = 836, .htotal = 857, 565 .hblank_start = 844, .htotal = 863, 610 .hblank_start = 844, .htotal = 863, 652 .hblank_start = 842, .htotal = 857, 676 .hblank_start = 859, .htotal = 863, 700 .hblank_start = 1580, .htotal = 1649 [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_bios.c | 477 mode->htotal = ROM16(mode_entry[21]) + 1; 2070 unsigned htotal; local in function:nouveau_bios_posted 2075 htotal = NVReadVgaCrtc(dev, 0, 0x06); 2076 htotal |= (NVReadVgaCrtc(dev, 0, 0x07) & 0x01) << 8; 2077 htotal |= (NVReadVgaCrtc(dev, 0, 0x07) & 0x20) << 4; 2078 htotal |= (NVReadVgaCrtc(dev, 0, 0x25) & 0x01) << 10; 2079 htotal |= (NVReadVgaCrtc(dev, 0, 0x41) & 0x01) << 11; 2080 return (htotal != 0);
|
/src/sys/arch/amiga/amiga/ |
custom.h | 176 unsigned short htotal; member in struct:Custom
|
/src/sys/arch/arm/rockchip/ |
rk_vop.c | 314 uint32_t htotal, hsync_start; local in function:rk_vop_plane_atomic_update 333 htotal = mode->htotal; 337 val = __SHIFTIN(dst->x1 + htotal - hsync_start, WIN0_DSP_XST) | 469 const u_int hback_porch = adjusted_mode->htotal - adjusted_mode->hsync_end;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
amdgpu_dml1_display_rq_dlg_calc.c | 997 unsigned int htotal = e2e_pipe_param.pipe.dest.htotal; local in function:dml1_rq_dlg_get_dlg_params 1142 disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal 1159 min_dst_y_ttu_vblank = min_ttu_vblank * pclk_freq_in_mhz / (double) htotal; 1211 line_time_in_us = (htotal / pclk_freq_in_mhz); 1277 if (dst_x_after_scaler >= htotal) { 1278 dst_x_after_scaler = dst_x_after_scaler - htotal; 1282 DTRACE("DLG: %s: htotal = %d", __func__, htotal); 1300 line_o = (double) dst_y_after_scaler + dst_x_after_scaler / (double) htotal; [all...] |
display_mode_structs.h | 321 unsigned int htotal; member in struct:_vcs_dpi_display_pipe_dest_params_st
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/ |
amdgpu_display_rq_dlg_calc_20.c | 793 unsigned int htotal = dst->htotal; local in function:dml20_rq_dlg_get_dlg_params 923 disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal 934 min_dst_y_ttu_vblank = min_ttu_vblank * pclk_freq_in_mhz / (double) htotal; 984 line_time_in_us = (htotal / pclk_freq_in_mhz); 1031 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal 1038 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal 1069 dml_print("DML_DLG: %s: htotal = %d\n", __func__, htotal); 1108 if (htotal <= 75) [all...] |
amdgpu_display_rq_dlg_calc_20v2.c | 793 unsigned int htotal = dst->htotal; local in function:dml20v2_rq_dlg_get_dlg_params 923 disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal 934 min_dst_y_ttu_vblank = min_ttu_vblank * pclk_freq_in_mhz / (double) htotal; 985 line_time_in_us = (htotal / pclk_freq_in_mhz); 1032 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal 1039 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal 1070 dml_print("DML_DLG: %s: htotal = %d\n", __func__, htotal); 1109 if (htotal <= 75) [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/ |
amdgpu_display_rq_dlg_calc_21.c | 839 unsigned int htotal = dst->htotal; local in function:dml_rq_dlg_get_dlg_params 969 disp_dlg_regs->refcyc_per_htotal = (unsigned int) (ref_freq_to_pix_freq * (double) htotal 980 min_dst_y_ttu_vblank = min_ttu_vblank * pclk_freq_in_mhz / (double) htotal; 1036 line_time_in_us = (htotal / pclk_freq_in_mhz); 1071 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal 1078 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal 1112 dml_print("DML_DLG: %s: htotal = %d\n", __func__, htotal); 1158 if (htotal <= 75) [all...] |
/src/sys/dev/pci/ |
machfb.c | 932 int htotal, hdisplay, hsync_start, hsync_end; local in function:mach64_get_mode 950 htotal = ((hdisplay & 0x01ff) + 1) << 3; 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, 997 mode->htotal = htotal; 1073 ((mode->htotal >> 3) - 1);
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_irq.c | 564 * pixel counter = vblank_start * htotal pixel counter = 0 (gen3/4) 592 u32 high1, high2, low, pixel, vbl_start, hsync_start, htotal; local in function:i915_get_vblank_counter 609 htotal = mode->crtc_htotal; 616 vbl_start *= htotal; 619 vbl_start -= htotal - hsync_start; 675 u32 htotal = mode->crtc_htotal; local in function:__intel_get_crtc_scanline_from_timestamp 703 clock), 1000 * htotal); 779 int vbl_start, vbl_end, hsync_start, htotal, vtotal; local in function:i915_get_crtc_scanoutpos 791 htotal = mode->crtc_htotal; 829 vbl_start *= htotal; [all...] |
intel_pm.c | 690 * @htotal: Pipe horizontal total 718 unsigned int htotal, 729 if (WARN_ON_ONCE(htotal == 0)) 730 htotal = 1; 732 ret = (latency * pixel_rate) / (htotal * 10000); 1130 unsigned int clock, htotal, cpp, width, wm; local in function:g4x_compute_wm 1156 htotal = adjusted_mode->crtc_htotal; 1161 wm = intel_wm_method2(clock, htotal, width, cpp, latency); 1169 large = intel_wm_method2(clock, htotal, width, cpp, latency); 1603 unsigned int htotal, 1640 unsigned int clock, htotal, cpp, width, wm; local in function:vlv_compute_wm_level 2243 int htotal = adjusted_mode->crtc_htotal; local in function:i965_update_wm 2403 int htotal = adjusted_mode->crtc_htotal; local in function:i9xx_update_wm [all...] |
/src/sys/dev/pci/bktr/ |
bktr_reg.h | 387 int htotal, hdelay, hactive; member in struct:format_params
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
drm_mode.h | 228 __u16 htotal; member in struct:drm_mode_modeinfo
|