Lines Matching refs:overlap
4264 int overlap = crtc_state->splitter.pixel_overlap; in intel_crtc_readout_derived_state() local
4272 pipe_mode->crtc_hdisplay = (pipe_mode->crtc_hdisplay - overlap) * n; in intel_crtc_readout_derived_state()
4273 pipe_mode->crtc_hblank_start = (pipe_mode->crtc_hblank_start - overlap) * n; in intel_crtc_readout_derived_state()
4274 pipe_mode->crtc_hblank_end = (pipe_mode->crtc_hblank_end - overlap) * n; in intel_crtc_readout_derived_state()
4275 pipe_mode->crtc_hsync_start = (pipe_mode->crtc_hsync_start - overlap) * n; in intel_crtc_readout_derived_state()
4276 pipe_mode->crtc_hsync_end = (pipe_mode->crtc_hsync_end - overlap) * n; in intel_crtc_readout_derived_state()
4277 pipe_mode->crtc_htotal = (pipe_mode->crtc_htotal - overlap) * n; in intel_crtc_readout_derived_state()
4325 int overlap = pipe_config->splitter.pixel_overlap; in intel_crtc_compute_config() local
4327 pipe_mode->crtc_hdisplay = (pipe_mode->crtc_hdisplay - overlap) * n; in intel_crtc_compute_config()
4328 pipe_mode->crtc_hblank_start = (pipe_mode->crtc_hblank_start - overlap) * n; in intel_crtc_compute_config()
4329 pipe_mode->crtc_hblank_end = (pipe_mode->crtc_hblank_end - overlap) * n; in intel_crtc_compute_config()
4330 pipe_mode->crtc_hsync_start = (pipe_mode->crtc_hsync_start - overlap) * n; in intel_crtc_compute_config()
4331 pipe_mode->crtc_hsync_end = (pipe_mode->crtc_hsync_end - overlap) * n; in intel_crtc_compute_config()
4332 pipe_mode->crtc_htotal = (pipe_mode->crtc_htotal - overlap) * n; in intel_crtc_compute_config()