HomeSort by: relevance | last modified time | path
    Searched refs:crtc_htotal (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/sys/arch/arm/sunxi/
sunxi_lcdc.c 222 const u_int hbp = mode->crtc_htotal - mode->crtc_hsync_start;
233 TCON_WRITE(sc, TCON0_BASIC1_REG, ((mode->crtc_htotal - 1) << 16) | (hbp - 1));
275 const u_int hbp = mode->crtc_htotal - mode->crtc_hsync_start;
288 TCON_WRITE(sc, TCON1_BASIC3_REG, ((mode->crtc_htotal - 1) << 16) | (hbp - 1));
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
vlv_dsi.c 1110 adjusted_mode->crtc_htotal = hactive + hfp + hsync + hbp;
1114 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_htotal;
1137 hbp_sw = adjusted_mode_sw->crtc_htotal -
1174 if (adjusted_mode->crtc_htotal == crtc_htotal_sw)
1175 adjusted_mode->crtc_htotal = adjusted_mode_sw->crtc_htotal;
1245 hbp = adjusted_mode->crtc_htotal - adjusted_mode->crtc_hsync_end;
1423 txbyteclkhs(adjusted_mode->crtc_htotal, bpp,
1429 adjusted_mode->crtc_htotal,
icl_dsi.c 823 htotal = DIV_ROUND_UP(adjusted_mode->crtc_htotal * mul, div);
827 hback_porch = (adjusted_mode->crtc_htotal -
1288 adjusted_mode->crtc_htotal =
1289 DIV_ROUND_UP(adjusted_mode->crtc_htotal * mul, div);
1301 adjusted_mode->crtc_htotal *= 2;
1304 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_htotal;
dvo_ns2501.c 587 adjusted_mode->crtc_htotal,
intel_sprite.c 60 if (!adjusted_mode->crtc_htotal)
64 1000 * adjusted_mode->crtc_htotal);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_encoders.c 200 adjusted_mode->crtc_htotal = adjusted_mode->crtc_hdisplay + hblank;
amdgpu_dpm.c 157 amdgpu_crtc->hw_mode.crtc_htotal *
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_modes.h 192 * @crtc_htotal: hardware mode horizontal total size
367 int crtc_htotal; member in struct:drm_display_mode
  /src/sys/dev/i2c/
tda19988.c 407 n_pix = mode->crtc_htotal;
413 de_stop = mode->crtc_htotal;
414 de_start = mode->crtc_htotal - mode->crtc_hdisplay;
444 vs2_pix_start = vs2_pix_stop = hs_pix_start + mode->crtc_htotal/2;
  /src/sys/external/bsd/drm2/dist/drm/
drm_vblank.c 577 int frame_size = mode->crtc_htotal * mode->crtc_vtotal;
584 linedur_ns = div_u64((u64) mode->crtc_htotal * 1000000, dotclock);
601 crtc->base.id, mode->crtc_htotal,
731 delta_ns = div_s64(1000000LL * (vpos * mode->crtc_htotal + hpos),
drm_modes.c 863 p->crtc_htotal = p->htotal;
914 p->crtc_hblank_end = max(p->crtc_hsync_end, p->crtc_htotal);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_encoders.c 365 adjusted_mode->crtc_htotal = adjusted_mode->crtc_hdisplay + hblank;
radeon_legacy_crtc.c 89 fp_crtc_h_total_disp = ((((mode->crtc_htotal / 8) - 1) & 0x3ff)
638 crtc_h_total_disp = ((((mode->crtc_htotal / 8) - 1) & 0x3ff)
radeon_rs690.c 356 a.full = dfixed_const(crtc->base.mode.crtc_htotal);
364 a.full = dfixed_const(crtc->base.mode.crtc_htotal);
radeon_rv515.c 1036 a.full = dfixed_const(crtc->base.mode.crtc_htotal);
1044 a.full = dfixed_const(crtc->base.mode.crtc_htotal);
radeon_atombios.c 1817 mode->crtc_htotal = le16_to_cpu(tv_info->aModeTimings[index].usCRTC_H_Total);
1847 mode->crtc_htotal -= 1;
1857 mode->crtc_htotal = le16_to_cpu(dtd_timings->usHActive) +
radeon_r600_dpm.c 174 radeon_crtc->hw_mode.crtc_htotal *
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 1156 htotal = adjusted_mode->crtc_htotal;
1650 htotal = adjusted_mode->crtc_htotal;
2243 int htotal = adjusted_mode->crtc_htotal;
2403 int htotal = adjusted_mode->crtc_htotal;
2550 crtc_state->hw.adjusted_mode.crtc_htotal,
2578 crtc_state->hw.adjusted_mode.crtc_htotal,
2603 crtc_state->hw.adjusted_mode.crtc_htotal,
2841 linetime = DIV_ROUND_CLOSEST(adjusted_mode->crtc_htotal * 1000 * 8,
2843 ips_linetime = DIV_ROUND_CLOSEST(adjusted_mode->crtc_htotal * 1000 * 8,
4549 u32 crtc_htotal; local in function:intel_get_linetime_us
    [all...]
i915_irq.c 609 htotal = mode->crtc_htotal;
675 u32 htotal = mode->crtc_htotal;
791 htotal = mode->crtc_htotal;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_head.c 274 m->h.active = mode->crtc_htotal;
  /src/sys/arch/arm/ti/
ti_lcdc.c 164 const u_int hbp = adjusted_mode->crtc_htotal - adjusted_mode->crtc_hsync_end;
  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_mode.c 196 adjusted_mode->crtc_htotal = vbios_mode->enh_table->ht;
332 temp = (mode->crtc_htotal >> 3) - 5;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_crtc.c 248 int horizTotal = (mode->crtc_htotal >> 3) - 5;
250 int horizBlankEnd = (mode->crtc_htotal >> 3) - 1;
  /src/sys/dev/ic/
dw_hdmi.c 415 const uint16_t inhblank = mode->crtc_htotal - mode->crtc_hdisplay;
  /src/sys/arch/arm/nvidia/
tegra_drm_mode.c 576 const u_int hbp = mode->crtc_htotal - mode->crtc_hsync_end;

Completed in 44 milliseconds

1 2