| /Linux-v5.10/drivers/gpu/drm/sun4i/ |
| D | sun4i_tcon.c | 409 start_delay = start_delay * mode->crtc_htotal * 149; in sun4i_tcon0_mode_set_cpu() 455 bp = mode->crtc_htotal - mode->crtc_hsync_start; in sun4i_tcon0_mode_set_lvds() 457 mode->crtc_htotal, bp); in sun4i_tcon0_mode_set_lvds() 532 bp = mode->crtc_htotal - mode->crtc_hsync_start; in sun4i_tcon0_mode_set_rgb() 534 mode->crtc_htotal, bp); in sun4i_tcon0_mode_set_rgb() 538 SUN4I_TCON0_BASIC1_H_TOTAL(mode->crtc_htotal) | in sun4i_tcon0_mode_set_rgb() 651 bp = mode->crtc_htotal - mode->crtc_hsync_start; in sun4i_tcon1_mode_set() 655 SUN4I_TCON1_BASIC3_H_TOTAL(mode->crtc_htotal) | in sun4i_tcon1_mode_set()
|
| /Linux-v5.10/drivers/gpu/drm/i915/display/ |
| D | vlv_dsi.c | 1143 adjusted_mode->crtc_htotal = hactive + hfp + hsync + hbp; in bxt_dsi_get_pipe_config() 1147 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_htotal; in bxt_dsi_get_pipe_config() 1170 hbp_sw = adjusted_mode_sw->crtc_htotal - in bxt_dsi_get_pipe_config() 1207 if (adjusted_mode->crtc_htotal == crtc_htotal_sw) in bxt_dsi_get_pipe_config() 1208 adjusted_mode->crtc_htotal = adjusted_mode_sw->crtc_htotal; in bxt_dsi_get_pipe_config() 1278 hbp = adjusted_mode->crtc_htotal - adjusted_mode->crtc_hsync_end; in set_dsi_timings() 1459 …txbyteclkhs(adjusted_mode->crtc_htotal, bpp, intel_dsi->lane_count, intel_dsi->burst_mode_ratio) +… in intel_dsi_prepare() 1462 …txbyteclkhs(adjusted_mode->crtc_vtotal * adjusted_mode->crtc_htotal, bpp, intel_dsi->lane_count, i… in intel_dsi_prepare()
|
| D | icl_dsi.c | 857 htotal = DIV_ROUND_UP(adjusted_mode->crtc_htotal * mul, div); in gen11_dsi_set_transcoder_timings() 864 hback_porch = (adjusted_mode->crtc_htotal - in gen11_dsi_set_transcoder_timings() 1406 adjusted_mode->crtc_htotal = in gen11_dsi_get_timings() 1407 DIV_ROUND_UP(adjusted_mode->crtc_htotal * mul, div); in gen11_dsi_get_timings() 1419 adjusted_mode->crtc_htotal *= 2; in gen11_dsi_get_timings() 1422 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_htotal; in gen11_dsi_get_timings()
|
| D | dvo_ns2501.c | 582 adjusted_mode->crtc_htotal, in ns2501_mode_set()
|
| /Linux-v5.10/drivers/gpu/drm/udl/ |
| D | udl_modeset.c | 155 xds = mode->crtc_htotal - mode->crtc_hsync_start; in udl_set_vid_cmds() 170 mode->crtc_htotal - 1); in udl_set_vid_cmds()
|
| /Linux-v5.10/drivers/gpu/drm/mxsfb/ |
| D | mxsfb_kms.c | 261 VDCTRL2_SET_HSYNC_PERIOD(m->crtc_htotal), in mxsfb_crtc_mode_set_nofb() 264 writel(SET_HOR_WAIT_CNT(m->crtc_htotal - m->crtc_hsync_start) | in mxsfb_crtc_mode_set_nofb()
|
| /Linux-v5.10/drivers/gpu/drm/arc/ |
| D | arcpgu_crtc.c | 83 ENCODE_PGU_XY(m->crtc_htotal, m->crtc_vtotal)); in arc_pgu_crtc_mode_set_nofb()
|
| /Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_encoders.c | 195 adjusted_mode->crtc_htotal = adjusted_mode->crtc_hdisplay + hblank; in amdgpu_panel_mode_fixup()
|
| /Linux-v5.10/include/drm/ |
| D | drm_modes.h | 298 u16 crtc_htotal; member
|
| /Linux-v5.10/drivers/gpu/drm/gma500/ |
| D | oaktrail_crtc.c | 443 ((adjusted_mode->crtc_htotal - 1) << 16), i); in oaktrail_crtc_mode_set() 462 ((adjusted_mode->crtc_htotal - 1) << 16), i); in oaktrail_crtc_mode_set()
|
| D | oaktrail_hdmi.c | 169 new_crtc_htotal = (mode->crtc_htotal - 1) * 200 * 1000 / mode->clock; in htotal_calculate() 335 …REG_WRITE(PCH_HTOTAL_B, (adjusted_mode->crtc_hdisplay - 1) | ((adjusted_mode->crtc_htotal - 1) << … in oaktrail_crtc_hdmi_mode_set()
|
| D | mdfld_intel_display.c | 774 ((adjusted_mode->crtc_htotal - 1) << 16)); in mdfld_crtc_mode_set() 791 ((adjusted_mode->crtc_htotal - 1) << 16)); in mdfld_crtc_mode_set()
|
| D | psb_intel_display.c | 262 ((adjusted_mode->crtc_htotal - 1) << 16)); in psb_intel_crtc_mode_set()
|
| /Linux-v5.10/drivers/gpu/drm/ |
| D | drm_vblank.c | 619 int frame_size = mode->crtc_htotal * mode->crtc_vtotal; in drm_calc_timestamping_constants() 626 linedur_ns = div_u64((u64) mode->crtc_htotal * 1000000, dotclock); in drm_calc_timestamping_constants() 645 crtc->base.id, mode->crtc_htotal, in drm_calc_timestamping_constants() 773 delta_ns = div_s64(1000000LL * (vpos * mode->crtc_htotal + hpos), in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
|
| /Linux-v5.10/drivers/gpu/drm/armada/ |
| D | armada_crtc.c | 342 lm = adj->crtc_htotal - adj->crtc_hsync_end; in armada_drm_crtc_mode_set_nofb() 360 adj->crtc_htotal; in armada_drm_crtc_mode_set_nofb() 367 val -= adj->crtc_htotal / 2; in armada_drm_crtc_mode_set_nofb()
|
| /Linux-v5.10/drivers/gpu/drm/arm/ |
| D | hdlcd_crtc.c | 139 vm.hback_porch = m->crtc_htotal - m->crtc_hsync_end; in hdlcd_crtc_mode_set_nofb()
|
| /Linux-v5.10/drivers/gpu/drm/exynos/ |
| D | exynos5433_drm_decon.c | 204 m->crtc_hsync_end = m->crtc_htotal - 92; in decon_commit() 247 m->crtc_htotal - m->crtc_hsync_end - 1) | in decon_commit()
|
| /Linux-v5.10/drivers/gpu/drm/radeon/ |
| D | radeon_legacy_crtc.c | 84 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()
|
| D | radeon_encoders.c | 360 adjusted_mode->crtc_htotal = adjusted_mode->crtc_hdisplay + hblank; in radeon_panel_mode_fixup()
|
| D | rs690.c | 351 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()
|
| /Linux-v5.10/drivers/gpu/drm/i915/ |
| D | intel_pm.c | 1167 htotal = adjusted_mode->crtc_htotal; in g4x_compute_wm() 1675 htotal = adjusted_mode->crtc_htotal; in vlv_compute_wm_level() 2269 int htotal = adjusted_mode->crtc_htotal; in i965_update_wm() 2429 int htotal = adjusted_mode->crtc_htotal; in i9xx_update_wm() 2576 crtc_state->hw.adjusted_mode.crtc_htotal, in ilk_compute_pri_wm() 2604 crtc_state->hw.adjusted_mode.crtc_htotal, in ilk_compute_spr_wm() 2629 crtc_state->hw.adjusted_mode.crtc_htotal, in ilk_compute_cur_wm() 5085 u32 crtc_htotal; in intel_get_linetime_us() local 5096 crtc_htotal = crtc_state->hw.adjusted_mode.crtc_htotal; in intel_get_linetime_us() 5097 linetime_us = div_fixed16(crtc_htotal * 1000, pixel_rate); in intel_get_linetime_us() [all …]
|
| /Linux-v5.10/drivers/gpu/drm/atmel-hlcdc/ |
| D | atmel_hlcdc_crtc.c | 86 vm.hback_porch = adj->crtc_htotal - adj->crtc_hsync_end; in atmel_hlcdc_crtc_mode_set_nofb()
|
| /Linux-v5.10/drivers/gpu/drm/ast/ |
| D | ast_mode.c | 183 adjusted_mode->crtc_htotal = vbios_mode->enh_table->ht; in ast_get_vbios_mode_info() 320 temp = (mode->crtc_htotal >> 3) - 5; in ast_set_crtc_reg()
|
| /Linux-v5.10/drivers/gpu/drm/arm/display/komeda/ |
| D | komeda_crtc.c | 464 adjusted_mode->crtc_htotal /= 2; in komeda_crtc_mode_fixup()
|
| /Linux-v5.10/drivers/gpu/drm/bridge/ |
| D | cdns-dsi.c | 528 tmp = mode->crtc_htotal - in cdns_dsi_mode2cfg() 588 dpi_htotal = mode_valid_check ? mode->htotal : mode->crtc_htotal; in cdns_dsi_adjust_phy_config()
|