Home
last modified time | relevance | path

Searched refs:crtc_hsync_start (Results 1 – 15 of 15) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
HDradeon_legacy_crtc.c84 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_legacy_rmx_mode_set()
87 hsync_start = mode->crtc_hsync_start - 8; in radeon_legacy_rmx_mode_set()
167 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_legacy_rmx_mode_set()
171 … fp_h_sync_strt_wid = ((((mode->crtc_hsync_start - mode->crtc_hblank_start) / 8) & 0x1fff) in radeon_legacy_rmx_mode_set()
628 hsync_wid = (mode->crtc_hsync_end - mode->crtc_hsync_start) / 8; in radeon_set_crtc_timing()
631 hsync_start = mode->crtc_hsync_start - 8; in radeon_set_crtc_timing()
HDradeon_encoders.c350 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hdisplay + hover; in radeon_panel_mode_fixup()
351 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width; in radeon_panel_mode_fixup()
HDatombios_crtc.c318 … cpu_to_le16(mode->crtc_hsync_start - mode->crtc_hdisplay + radeon_crtc->h_border); in atombios_set_crtc_dtd_timing()
320 cpu_to_le16(mode->crtc_hsync_end - mode->crtc_hsync_start); in atombios_set_crtc_dtd_timing()
360 args.usH_SyncStart = cpu_to_le16(mode->crtc_hsync_start); in atombios_crtc_set_timing()
362 cpu_to_le16(mode->crtc_hsync_end - mode->crtc_hsync_start); in atombios_crtc_set_timing()
HDradeon_atombios.c1812 … mode->crtc_hsync_start = le16_to_cpu(tv_info->aModeTimings[index].usCRTC_H_SyncStart); in radeon_atom_get_tv_timings()
1853 mode->crtc_hsync_start = le16_to_cpu(dtd_timings->usHActive) + in radeon_atom_get_tv_timings()
1855 mode->crtc_hsync_end = mode->crtc_hsync_start + in radeon_atom_get_tv_timings()
/dragonfly/sys/dev/drm/amd/amdgpu/
HDamdgpu_encoders.c179 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()
HDatombios_crtc.c208 … cpu_to_le16(mode->crtc_hsync_start - mode->crtc_hdisplay + amdgpu_crtc->h_border); in amdgpu_atombios_crtc_set_dtd_timing()
210 cpu_to_le16(mode->crtc_hsync_end - mode->crtc_hsync_start); in amdgpu_atombios_crtc_set_dtd_timing()
/dragonfly/sys/dev/drm/i915/
HDintel_dsi.c1156 adjusted_mode->crtc_hsync_start = hfp + adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1157 adjusted_mode->crtc_hsync_end = hsync + adjusted_mode->crtc_hsync_start; in bxt_dsi_get_pipe_config()
1178 hfp_sw = adjusted_mode_sw->crtc_hsync_start - in bxt_dsi_get_pipe_config()
1181 adjusted_mode_sw->crtc_hsync_start; in bxt_dsi_get_pipe_config()
1222 if (adjusted_mode->crtc_hsync_start == crtc_hsync_start_sw) in bxt_dsi_get_pipe_config()
1223 adjusted_mode->crtc_hsync_start = in bxt_dsi_get_pipe_config()
1224 adjusted_mode_sw->crtc_hsync_start; in bxt_dsi_get_pipe_config()
1312 hfp = adjusted_mode->crtc_hsync_start - adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1313 hsync = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in set_dsi_timings()
HDdvo_ns2501.c579 adjusted_mode->crtc_hsync_start, in ns2501_mode_set()
HDintel_panel.c178 sync_width = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in centre_horizontally()
189 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hblank_start + sync_pos; in centre_horizontally()
190 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + sync_width; in centre_horizontally()
HDi915_irq.c742 hsync_start = mode->crtc_hsync_start; in i915_get_vblank_counter()
920 hsync_start = mode->crtc_hsync_start; in i915_get_crtc_scanoutpos()
HDintel_display.c6327 adjusted_mode->crtc_hsync_start == adjusted_mode->crtc_hdisplay) in intel_crtc_compute_config()
6961 vsyncshift = adjusted_mode->crtc_hsync_start - in intel_set_pipe_timings()
6977 (adjusted_mode->crtc_hsync_start - 1) | in intel_set_pipe_timings()
7029 pipe_config->base.adjusted_mode.crtc_hsync_start = (tmp & 0xffff) + 1; in intel_get_pipe_timings()
7069 mode->hsync_start = pipe_config->base.adjusted_mode.crtc_hsync_start; in intel_mode_from_pipe_config()
10575 mode->crtc_hdisplay, mode->crtc_hsync_start, in intel_dump_crtc_timings()
11222 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hsync_start); in intel_pipe_config_compare()
HDintel_hdmi.c641 mode->crtc_hsync_start % pixels_per_group == 0 && in gcp_default_phase_possible()
/dragonfly/sys/dev/drm/include/drm/
HDdrm_modes.h358 int crtc_hsync_start; member
/dragonfly/sys/dev/drm/
HDdrm_modes.c838 p->crtc_hsync_start = p->hsync_start; in drm_mode_set_crtcinfo()
890 p->crtc_hblank_start = min(p->crtc_hsync_start, p->crtc_hdisplay); in drm_mode_set_crtcinfo()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
HDamdgpu_dm.c2397 mode_in->crtc_hsync_end - mode_in->crtc_hsync_start; in fill_stream_properties_from_drm_display_mode()
2399 mode_in->crtc_hsync_start - mode_in->crtc_hdisplay; in fill_stream_properties_from_drm_display_mode()
2475 dst_mode->crtc_hsync_start = src_mode->crtc_hsync_start; in copy_crtc_timing_for_drm_display_mode()