Home
last modified time | relevance | path

Searched refs:crtc_htotal (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c406 start_delay = start_delay * mode->crtc_htotal * 149; in sun4i_tcon0_mode_set_cpu()
457 bp = mode->crtc_htotal - mode->crtc_hsync_start; in sun4i_tcon0_mode_set_lvds()
459 mode->crtc_htotal, bp); in sun4i_tcon0_mode_set_lvds()
539 bp = mode->crtc_htotal - mode->crtc_hsync_start; in sun4i_tcon0_mode_set_rgb()
541 mode->crtc_htotal, bp); in sun4i_tcon0_mode_set_rgb()
545 SUN4I_TCON0_BASIC1_H_TOTAL(mode->crtc_htotal) | in sun4i_tcon0_mode_set_rgb()
641 bp = mode->crtc_htotal - mode->crtc_hsync_start; in sun4i_tcon1_mode_set()
645 SUN4I_TCON1_BASIC3_H_TOTAL(mode->crtc_htotal) | in sun4i_tcon1_mode_set()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_encoders.c195 adjusted_mode->crtc_htotal = adjusted_mode->crtc_hdisplay + hblank; in amdgpu_panel_mode_fixup()
H A Ddce_v8_0.c993 line_time = (u32) div_u64((u64)mode->crtc_htotal * 1000000, in dce_v8_0_program_watermarks()
H A Ddce_v10_0.c1040 line_time = (u32) div_u64((u64)mode->crtc_htotal * 1000000, in dce_v10_0_program_watermarks()
H A Ddce_v6_0.c898 line_time = (u32) div_u64((u64)mode->crtc_htotal * 1000000, in dce_v6_0_program_watermarks()
/linux/drivers/gpu/drm/kmb/
H A Dkmb_crtc.c85 m->crtc_htotal - m->crtc_hsync_end, in kmb_crtc_set_mode()
/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c225 htotal = mode->crtc_htotal / 8 - 1; in mgag200_set_mode_regs()
602 mode->crtc_hsync_end > 4096 || mode->crtc_htotal > 4096 || in mgag200_crtc_helper_mode_valid()
/linux/include/drm/
H A Ddrm_modes.h326 u16 crtc_htotal; member
/linux/drivers/gpu/drm/radeon/
H A Dradeon_encoders.c357 adjusted_mode->crtc_htotal = adjusted_mode->crtc_hdisplay + hblank; in radeon_panel_mode_fixup()
H A Dradeon_legacy_crtc.c84 fp_crtc_h_total_disp = ((((mode->crtc_htotal / 8) - 1) & 0x3ff) in radeon_legacy_rmx_mode_set()
622 crtc_h_total_disp = ((((mode->crtc_htotal / 8) - 1) & 0x3ff) in radeon_set_crtc_timing()
H A Drs690.c351 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rs690_crtc_bandwidth_compute()
359 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rs690_crtc_bandwidth_compute()
H A Drv515.c999 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rv515_crtc_bandwidth_compute()
1007 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rv515_crtc_bandwidth_compute()
H A Dradeon_atombios.c1810 mode->crtc_htotal = le16_to_cpu(tv_info->aModeTimings[index].usCRTC_H_Total); in radeon_atom_get_tv_timings()
1840 mode->crtc_htotal -= 1; in radeon_atom_get_tv_timings()
1850 mode->crtc_htotal = le16_to_cpu(dtd_timings->usHActive) + in radeon_atom_get_tv_timings()
H A Dr600_dpm.c167 radeon_crtc->hw_mode.crtc_htotal * in r600_dpm_get_vblank_time()
H A Datombios_crtc.c360 args.usH_Total = cpu_to_le16(mode->crtc_htotal); in atombios_crtc_set_timing()
H A Devergreen.c2175 line_time = (u32) div_u64((u64)mode->crtc_htotal * 1000000, in evergreen_program_watermarks()
/linux/drivers/gpu/drm/ast/
H A Dast_mode.c257 temp = (mode->crtc_htotal >> 3) - 5; in ast_set_crtc_reg()
789 adjusted_mode->crtc_htotal = vmode->ht; in ast_crtc_helper_atomic_check()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c2186 mode->htotal = timings->crtc_htotal; in intel_mode_from_crtc_timings()
2230 mode->crtc_htotal /= num_pipes; in intel_joiner_adjust_timings()
2253 mode->crtc_htotal = (mode->crtc_htotal - overlap) * n; in intel_splitter_adjust_timings()
2644 vsyncshift = (adjusted_mode->crtc_htotal - 1) / 2; in intel_set_transcoder_timings()
2647 adjusted_mode->crtc_htotal / 2; in intel_set_transcoder_timings()
2649 vsyncshift += adjusted_mode->crtc_htotal; in intel_set_transcoder_timings()
2678 HTOTAL(adjusted_mode->crtc_htotal - 1)); in intel_set_transcoder_timings()
2834 adjusted_mode->crtc_htotal = REG_FIELD_GET(HTOTAL_MASK, tmp) + 1; in intel_get_transcoder_timings()
4165 linetime_wm = DIV_ROUND_CLOSEST(pipe_mode->crtc_htotal * 1000 * 8, in hsw_linetime_wm()
4181 linetime_wm = DIV_ROUND_CLOSEST(pipe_mode->crtc_htotal * 1000 * 8, in hsw_ips_linetime_wm()
[all …]
H A Dintel_audio.c463 h_total = crtc_state->hw.adjusted_mode.crtc_htotal; in calc_hblank_early_prog()
/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c1790 back_porch = mode->crtc_htotal - mode->crtc_hsync_end; in cdns_mhdp_configure_video()
1798 msa_h0 = mode->crtc_htotal - mode->crtc_hsync_start; in cdns_mhdp_configure_video()
1800 CDNS_DP_MSAH0_H_TOTAL(mode->crtc_htotal) | in cdns_mhdp_configure_video()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c1559 u16 hact_st = mode->crtc_htotal - mode->crtc_hsync_start; in vop2_post_config()
1623 u16 htotal = mode->crtc_htotal; in vop2_crtc_atomic_enable()
1624 u16 hact_st = mode->crtc_htotal - mode->crtc_hsync_start; in vop2_crtc_atomic_enable()
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c298 m->h.active = mode->crtc_htotal; in nv50_head_atomic_check_mode()
/linux/drivers/gpu/drm/
H A Ddrm_modes.c1357 p->crtc_htotal = p->htotal; in drm_mode_set_crtcinfo()
1408 p->crtc_hblank_end = max(p->crtc_hsync_end, p->crtc_htotal); in drm_mode_set_crtcinfo()
/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c1179 hback_porch = mode->crtc_htotal - mode->crtc_hsync_end; in d71_timing_ctrlr_update()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c6754 timing_out->h_total = mode_in->crtc_htotal; in fill_stream_properties_from_drm_display_mode()
6837 dst_mode->crtc_htotal = src_mode->crtc_htotal; in copy_crtc_timing_for_drm_display_mode()