/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_legacy_crtc.c | 83 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_legacy_rmx_mode_set() 86 hsync_start = mode->crtc_hsync_start - 8; in radeon_legacy_rmx_mode_set() 166 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_legacy_rmx_mode_set() 170 fp_h_sync_strt_wid = ((((mode->crtc_hsync_start - mode->crtc_hblank_start) / 8) & 0x1fff) in radeon_legacy_rmx_mode_set() 625 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_set_crtc_timing() 628 hsync_start = mode->crtc_hsync_start - 8; in radeon_set_crtc_timing()
|
D | radeon_encoders.c | 357 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hdisplay + hover; in radeon_panel_mode_fixup() 358 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width; in radeon_panel_mode_fixup()
|
D | atombios_crtc.c | 315 cpu_to_le16(mode->crtc_hsync_start - mode->crtc_hdisplay + radeon_crtc->h_border); in atombios_set_crtc_dtd_timing() 317 cpu_to_le16(mode->crtc_hsync_end - mode->crtc_hsync_start); in atombios_set_crtc_dtd_timing() 357 args.usH_SyncStart = cpu_to_le16(mode->crtc_hsync_start); in atombios_crtc_set_timing() 359 cpu_to_le16(mode->crtc_hsync_end - mode->crtc_hsync_start); in atombios_crtc_set_timing()
|
D | radeon_atombios.c | 1820 mode->crtc_hsync_start = le16_to_cpu(tv_info->aModeTimings[index].usCRTC_H_SyncStart); in radeon_atom_get_tv_timings() 1861 mode->crtc_hsync_start = le16_to_cpu(dtd_timings->usHActive) + in radeon_atom_get_tv_timings() 1863 mode->crtc_hsync_end = mode->crtc_hsync_start + in radeon_atom_get_tv_timings()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_encoders.c | 179 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hdisplay + hover; in amdgpu_panel_mode_fixup() 180 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width; in amdgpu_panel_mode_fixup()
|
D | atombios_crtc.c | 207 cpu_to_le16(mode->crtc_hsync_start - mode->crtc_hdisplay + amdgpu_crtc->h_border); in amdgpu_atombios_crtc_set_dtd_timing() 209 cpu_to_le16(mode->crtc_hsync_end - mode->crtc_hsync_start); in amdgpu_atombios_crtc_set_dtd_timing()
|
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_crtc.c | 71 vm.hfront_porch = adj->crtc_hsync_start - adj->crtc_hdisplay; in atmel_hlcdc_crtc_mode_set_nofb() 73 vm.hsync_len = adj->crtc_hsync_end - adj->crtc_hsync_start; in atmel_hlcdc_crtc_mode_set_nofb()
|
/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() 192 mode->crtc_hsync_end - mode->crtc_hsync_start + 1); in udl_set_vid_cmds()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos5433_drm_decon.c | 133 m->crtc_hsync_start = m->crtc_hdisplay + 10; in decon_commit() 171 m->crtc_hsync_start - m->crtc_hdisplay - 1); in decon_commit() 175 m->crtc_hsync_end - m->crtc_hsync_start - 1); in decon_commit()
|
D | exynos7_drm_decon.c | 194 hsync_len = mode->crtc_hsync_end - mode->crtc_hsync_start; in decon_commit() 196 hfpd = mode->crtc_hsync_start - mode->crtc_hdisplay; in decon_commit()
|
D | exynos_drm_fimd.c | 433 hsync_len = mode->crtc_hsync_end - mode->crtc_hsync_start; in fimd_commit() 435 hfpd = mode->crtc_hsync_start - mode->crtc_hdisplay; in fimd_commit()
|
/linux-4.4.14/include/drm/ |
D | drm_modes.h | 132 int crtc_hsync_start; member
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_crtc.c | 551 rm = adj->crtc_hsync_start - adj->crtc_hdisplay; in armada_drm_crtc_mode_set() 558 adj->crtc_hsync_start, in armada_drm_crtc_mode_set() 607 val = adj->crtc_hsync_start; 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/gma500/ |
D | oaktrail_crtc.c | 458 (adjusted_mode->crtc_hsync_start - offsetX - 1) | in oaktrail_crtc_mode_set() 475 REG_WRITE_WITH_AUX(map->hsync, (adjusted_mode->crtc_hsync_start - 1) | in oaktrail_crtc_mode_set()
|
D | oaktrail_hdmi.c | 328 …REG_WRITE(hsync_reg, (adjusted_mode->crtc_hsync_start - 1) | ((adjusted_mode->crtc_hsync_end - 1) … in oaktrail_crtc_hdmi_mode_set() 336 …REG_WRITE(PCH_HSYNC_B, (adjusted_mode->crtc_hsync_start - 1) | ((adjusted_mode->crtc_hsync_end - 1… in oaktrail_crtc_hdmi_mode_set()
|
D | mdfld_intel_display.c | 826 REG_WRITE(map->hsync, (adjusted_mode->crtc_hsync_start - in mdfld_crtc_mode_set() 842 REG_WRITE(map->hsync, (adjusted_mode->crtc_hsync_start - 1) | in mdfld_crtc_mode_set()
|
D | psb_intel_display.c | 276 REG_WRITE(map->hsync, (adjusted_mode->crtc_hsync_start - 1) | in psb_intel_crtc_mode_set()
|
D | cdv_intel_display.c | 801 REG_WRITE(map->hsync, (adjusted_mode->crtc_hsync_start - 1) | in cdv_intel_crtc_mode_set()
|
D | psb_intel_sdvo.c | 733 h_sync_len = mode->crtc_hsync_end - mode->crtc_hsync_start; in psb_intel_sdvo_get_dtd_from_mode() 738 h_sync_offset = mode->crtc_hsync_start - mode->crtc_hblank_start; in psb_intel_sdvo_get_dtd_from_mode()
|
/linux-4.4.14/drivers/gpu/drm/i2c/ |
D | adv7511.c | 673 hsync_offset = adj_mode->crtc_hsync_start - in adv7511_encoder_mode_set() 678 adj_mode->crtc_hsync_start; in adv7511_encoder_mode_set()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | dvo_ns2501.c | 579 adjusted_mode->crtc_hsync_start, in ns2501_mode_set()
|
D | intel_dsi.c | 782 hfp = adjusted_mode->crtc_hsync_start - adjusted_mode->crtc_hdisplay; in set_dsi_timings() 783 hsync = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in set_dsi_timings()
|
D | intel_panel.c | 177 sync_width = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in centre_horizontally() 188 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hblank_start + sync_pos; in centre_horizontally() 189 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + sync_width; in centre_horizontally()
|
D | i915_irq.c | 676 hsync_start = mode->crtc_hsync_start; in i915_get_vblank_counter() 794 hsync_start = mode->crtc_hsync_start; in i915_get_crtc_scanoutpos()
|
D | intel_display.c | 6687 adjusted_mode->crtc_hsync_start == adjusted_mode->crtc_hdisplay) in intel_crtc_compute_config() 7719 vsyncshift = adjusted_mode->crtc_hsync_start - in intel_set_pipe_timings() 7735 (adjusted_mode->crtc_hsync_start - 1) | in intel_set_pipe_timings() 7779 pipe_config->base.adjusted_mode.crtc_hsync_start = (tmp & 0xffff) + 1; in intel_get_pipe_timings() 7811 mode->hsync_start = pipe_config->base.adjusted_mode.crtc_hsync_start; in intel_mode_from_pipe_config() 11990 mode->crtc_hdisplay, mode->crtc_hsync_start, in intel_dump_crtc_timings() 12548 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hsync_start); in intel_pipe_config_compare()
|
D | intel_hdmi.c | 626 mode->crtc_hsync_start % pixels_per_group == 0 && in gcp_default_phase_possible()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_modes.c | 792 p->crtc_hsync_start = p->hsync_start; in drm_mode_set_crtcinfo() 844 p->crtc_hblank_start = min(p->crtc_hsync_start, p->crtc_hdisplay); in drm_mode_set_crtcinfo()
|
/linux-4.4.14/drivers/gpu/drm/ast/ |
D | ast_mode.c | 182 adjusted_mode->crtc_hsync_start = vbios_mode->enh_table->hde + hborder + in ast_get_vbios_mode_info() 300 temp = (mode->crtc_hsync_start >> 3) - 1; in ast_set_crtc_reg()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 247 int horizStart = (mode->crtc_hsync_start >> 3) + 1; in nv_crtc_mode_set_vga()
|
/linux-4.4.14/drivers/gpu/drm/mgag200/ |
D | mgag200_mode.c | 1641 if (mode->crtc_hdisplay > 2048 || mode->crtc_hsync_start > 4096 || in mga_vga_mode_valid()
|