Home
last modified time | relevance | path

Searched refs:crtc_hblank_start (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/
HDdrm_modes.h356 int crtc_hblank_start; member
/dragonfly/sys/dev/drm/i915/
HDintel_dsi.c1158 adjusted_mode->crtc_hblank_start = adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1230 if (adjusted_mode->crtc_hblank_start == crtc_hblank_start_sw) in bxt_dsi_get_pipe_config()
1231 adjusted_mode->crtc_hblank_start = in bxt_dsi_get_pipe_config()
1232 adjusted_mode_sw->crtc_hblank_start; in bxt_dsi_get_pipe_config()
HDintel_panel.c179 blank_width = adjusted_mode->crtc_hblank_end - adjusted_mode->crtc_hblank_start; in centre_horizontally()
186 adjusted_mode->crtc_hblank_start = width + border; in centre_horizontally()
187 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_hblank_start + blank_width; in centre_horizontally()
189 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hblank_start + sync_pos; in centre_horizontally()
HDdvo_ns2501.c577 adjusted_mode->crtc_hblank_start, in ns2501_mode_set()
HDintel_hdmi.c639 mode->crtc_hblank_start % pixels_per_group == 0 && in gcp_default_phase_possible()
HDintel_display.c6974 (adjusted_mode->crtc_hblank_start - 1) | in intel_set_pipe_timings()
7026 pipe_config->base.adjusted_mode.crtc_hblank_start = (tmp & 0xffff) + 1; in intel_get_pipe_timings()
11220 PIPE_CONF_CHECK_I(base.adjusted_mode.crtc_hblank_start); in intel_pipe_config_compare()
/dragonfly/sys/dev/drm/radeon/
HDradeon_legacy_crtc.c160 blank_width = (mode->crtc_hblank_end - mode->crtc_hblank_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()
/dragonfly/sys/dev/drm/
HDdrm_modes.c890 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.c2473 dst_mode->crtc_hblank_start = src_mode->crtc_hblank_start; in copy_crtc_timing_for_drm_display_mode()