| /linux-4.4.14/drivers/gpu/drm/udl/ |
| D | udl_modeset.c | 170 xds = mode->crtc_htotal - mode->crtc_hsync_start; in udl_set_vid_cmds() 185 mode->crtc_htotal - 1); in udl_set_vid_cmds()
|
| /linux-4.4.14/drivers/gpu/drm/gma500/ |
| D | oaktrail_hdmi.c | 162 htotal = (mode->crtc_hdisplay - 1) | ((mode->crtc_htotal - 1) << 16); in htotal_calculate() 168 new_crtc_htotal = (mode->crtc_htotal - 1) * 200 * 1000 / mode->clock; in htotal_calculate() 334 …REG_WRITE(PCH_HTOTAL_B, (adjusted_mode->crtc_hdisplay - 1) | ((adjusted_mode->crtc_htotal - 1) << … in oaktrail_crtc_hdmi_mode_set()
|
| D | oaktrail_crtc.c | 451 ((adjusted_mode->crtc_htotal - 1) << 16), i); in oaktrail_crtc_mode_set() 470 ((adjusted_mode->crtc_htotal - 1) << 16), i); in oaktrail_crtc_mode_set()
|
| D | mdfld_intel_display.c | 820 ((adjusted_mode->crtc_htotal - 1) << 16)); in mdfld_crtc_mode_set() 837 ((adjusted_mode->crtc_htotal - 1) << 16)); in mdfld_crtc_mode_set()
|
| D | psb_intel_display.c | 273 ((adjusted_mode->crtc_htotal - 1) << 16)); in psb_intel_crtc_mode_set()
|
| D | cdv_intel_display.c | 798 ((adjusted_mode->crtc_htotal - 1) << 16)); in cdv_intel_crtc_mode_set()
|
| /linux-4.4.14/include/drm/ |
| D | drm_modes.h | 134 int crtc_htotal; member
|
| /linux-4.4.14/drivers/gpu/drm/ |
| D | drm_irq.c | 691 int frame_size = mode->crtc_htotal * mode->crtc_vtotal; in drm_calc_timestamping_constants() 698 linedur_ns = div_u64((u64) mode->crtc_htotal * 1000000, dotclock); in drm_calc_timestamping_constants() 714 crtc->base.id, mode->crtc_htotal, in drm_calc_timestamping_constants() 852 delta_ns = div_s64(1000000LL * (vpos * mode->crtc_htotal + hpos), in drm_calc_vbltimestamp_from_scanoutpos()
|
| D | drm_modes.c | 794 p->crtc_htotal = p->htotal; in drm_mode_set_crtcinfo() 845 p->crtc_hblank_end = max(p->crtc_hsync_end, p->crtc_htotal); in drm_mode_set_crtcinfo()
|
| /linux-4.4.14/drivers/gpu/drm/armada/ |
| D | armada_crtc.c | 552 lm = adj->crtc_htotal - adj->crtc_hsync_end; in armada_drm_crtc_mode_set() 560 adj->crtc_htotal, lm, rm); in armada_drm_crtc_mode_set() 605 adj->crtc_htotal; in armada_drm_crtc_mode_set() 616 val = adj->crtc_hsync_start - adj->crtc_htotal / 2; in armada_drm_crtc_mode_set()
|
| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_encoders.c | 178 adjusted_mode->crtc_htotal = adjusted_mode->crtc_hdisplay + hblank; in amdgpu_panel_mode_fixup()
|
| D | amdgpu_dpm.c | 128 line_time_us = (amdgpu_crtc->hw_mode.crtc_htotal * 1000) / in amdgpu_dpm_get_vblank_time()
|
| D | dce_v8_0.c | 1200 line_time = min((u32)mode->crtc_htotal * pixel_period, (u32)65535); in dce_v8_0_program_watermarks()
|
| D | dce_v11_0.c | 1245 line_time = min((u32)mode->crtc_htotal * pixel_period, (u32)65535); in dce_v11_0_program_watermarks()
|
| D | dce_v10_0.c | 1257 line_time = min((u32)mode->crtc_htotal * pixel_period, (u32)65535); in dce_v10_0_program_watermarks()
|
| /linux-4.4.14/drivers/gpu/drm/exynos/ |
| D | exynos5433_drm_decon.c | 134 m->crtc_hsync_end = m->crtc_htotal - 92; in decon_commit() 169 m->crtc_htotal - m->crtc_hsync_end - 1) | in decon_commit()
|
| D | exynos7_drm_decon.c | 195 hbpd = mode->crtc_htotal - mode->crtc_hsync_end; in decon_commit()
|
| D | exynos_drm_fimd.c | 434 hbpd = mode->crtc_htotal - mode->crtc_hsync_end; in fimd_commit()
|
| /linux-4.4.14/drivers/gpu/drm/i915/ |
| D | intel_dsi.c | 784 hbp = adjusted_mode->crtc_htotal - adjusted_mode->crtc_hsync_end; in set_dsi_timings() 949 txbyteclkhs(adjusted_mode->crtc_htotal, bpp, in intel_dsi_prepare() 955 adjusted_mode->crtc_htotal, in intel_dsi_prepare()
|
| D | intel_pm.c | 704 htotal = adjusted_mode->crtc_htotal; in g4x_compute_wm0() 791 htotal = adjusted_mode->crtc_htotal; in g4x_compute_srwm() 944 htotal = crtc->config->base.adjusted_mode.crtc_htotal; in vlv_compute_wm_level() 1430 int htotal = adjusted_mode->crtc_htotal; in i965_update_wm() 1577 int htotal = adjusted_mode->crtc_htotal; in i9xx_update_wm() 1753 cstate->base.adjusted_mode.crtc_htotal, in ilk_compute_pri_wm() 1777 cstate->base.adjusted_mode.crtc_htotal, in ilk_compute_spr_wm() 1798 cstate->base.adjusted_mode.crtc_htotal, in ilk_compute_cur_wm() 2036 linetime = DIV_ROUND_CLOSEST(adjusted_mode->crtc_htotal * 1000 * 8, in hsw_compute_linetime_wm() 2038 ips_linetime = DIV_ROUND_CLOSEST(adjusted_mode->crtc_htotal * 1000 * 8, in hsw_compute_linetime_wm() [all …]
|
| D | dvo_ns2501.c | 581 adjusted_mode->crtc_htotal, in ns2501_mode_set()
|
| D | intel_sprite.c | 60 if (!adjusted_mode->crtc_htotal) in usecs_to_scanlines() 64 1000 * adjusted_mode->crtc_htotal); in usecs_to_scanlines()
|
| D | intel_hdmi.c | 623 mode->crtc_htotal % pixels_per_group == 0 && in gcp_default_phase_possible() 629 mode->crtc_htotal/2 % pixels_per_group == 0); in gcp_default_phase_possible()
|
| D | intel_display.c | 7717 vsyncshift = (adjusted_mode->crtc_htotal - 1) / 2; in intel_set_pipe_timings() 7720 adjusted_mode->crtc_htotal / 2; in intel_set_pipe_timings() 7722 vsyncshift += adjusted_mode->crtc_htotal; in intel_set_pipe_timings() 7730 ((adjusted_mode->crtc_htotal - 1) << 16)); in intel_set_pipe_timings() 7774 pipe_config->base.adjusted_mode.crtc_htotal = ((tmp >> 16) & 0xffff) + 1; in intel_get_pipe_timings() 7810 mode->htotal = pipe_config->base.adjusted_mode.crtc_htotal; in intel_mode_from_pipe_config() 11991 mode->crtc_hsync_end, mode->crtc_htotal, in intel_dump_crtc_timings() 12545 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_htotal); in intel_pipe_config_compare()
|
| D | i915_irq.c | 675 htotal = mode->crtc_htotal; in i915_get_vblank_counter() 793 htotal = mode->crtc_htotal; in i915_get_crtc_scanoutpos()
|
| /linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
| D | atmel_hlcdc_crtc.c | 72 vm.hback_porch = adj->crtc_htotal - adj->crtc_hsync_end; in atmel_hlcdc_crtc_mode_set_nofb()
|
| /linux-4.4.14/drivers/gpu/drm/radeon/ |
| D | radeon_legacy_crtc.c | 80 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 | 356 adjusted_mode->crtc_htotal = adjusted_mode->crtc_hdisplay + hblank; in radeon_panel_mode_fixup()
|
| D | rs690.c | 350 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rs690_crtc_bandwidth_compute() 358 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rs690_crtc_bandwidth_compute()
|
| D | rv515.c | 1029 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rv515_crtc_bandwidth_compute() 1037 a.full = dfixed_const(crtc->base.mode.crtc_htotal); in rv515_crtc_bandwidth_compute()
|
| D | radeon_atombios.c | 1818 mode->crtc_htotal = le16_to_cpu(tv_info->aModeTimings[index].usCRTC_H_Total); in radeon_atom_get_tv_timings() 1848 mode->crtc_htotal -= 1; in radeon_atom_get_tv_timings() 1858 mode->crtc_htotal = le16_to_cpu(dtd_timings->usHActive) + in radeon_atom_get_tv_timings()
|
| D | r600_dpm.c | 166 line_time_us = (radeon_crtc->hw_mode.crtc_htotal * 1000) / in r600_dpm_get_vblank_time()
|
| D | atombios_crtc.c | 355 args.usH_Total = cpu_to_le16(mode->crtc_htotal); in atombios_crtc_set_timing()
|
| D | evergreen.c | 2271 line_time = min((u32)mode->crtc_htotal * pixel_period, (u32)65535); in evergreen_program_watermarks()
|
| D | si.c | 2269 line_time = min((u32)mode->crtc_htotal * pixel_period, (u32)65535); in dce6_program_watermarks()
|
| D | cik.c | 9548 line_time = min((u32)mode->crtc_htotal * pixel_period, (u32)65535); in dce8_program_watermarks()
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
| D | crtc.c | 249 int horizTotal = (mode->crtc_htotal >> 3) - 5; in nv_crtc_mode_set_vga() 251 int horizBlankEnd = (mode->crtc_htotal >> 3) - 1; in nv_crtc_mode_set_vga()
|
| /linux-4.4.14/drivers/gpu/drm/ast/ |
| D | ast_mode.c | 179 adjusted_mode->crtc_htotal = vbios_mode->enh_table->ht; in ast_get_vbios_mode_info() 278 temp = (mode->crtc_htotal >> 3) - 5; in ast_set_crtc_reg()
|
| /linux-4.4.14/drivers/gpu/drm/mgag200/ |
| D | mgag200_mode.c | 1642 mode->crtc_hsync_end > 4096 || mode->crtc_htotal > 4096 || in mga_vga_mode_valid()
|