Home
last modified time | relevance | path

Searched refs:pipe_mode (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
A Dintel_display.c3531 struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; in intel_crtc_readout_derived_state() local
3560 pipe_mode->crtc_hdisplay = (pipe_mode->crtc_hdisplay - overlap) * n; in intel_crtc_readout_derived_state()
3564 pipe_mode->crtc_hsync_end = (pipe_mode->crtc_hsync_end - overlap) * n; in intel_crtc_readout_derived_state()
3565 pipe_mode->crtc_htotal = (pipe_mode->crtc_htotal - overlap) * n; in intel_crtc_readout_derived_state()
3568 intel_mode_from_crtc_timings(pipe_mode, pipe_mode); in intel_crtc_readout_derived_state()
3571 intel_mode_from_crtc_timings(pipe_mode, pipe_mode); in intel_crtc_readout_derived_state()
3594 struct drm_display_mode *pipe_mode = &pipe_config->hw.pipe_mode; in intel_crtc_compute_config() local
3615 pipe_mode->crtc_hdisplay = (pipe_mode->crtc_hdisplay - overlap) * n; in intel_crtc_compute_config()
3620 pipe_mode->crtc_htotal = (pipe_mode->crtc_htotal - overlap) * n; in intel_crtc_compute_config()
3624 intel_mode_from_crtc_timings(pipe_mode, pipe_mode); in intel_crtc_compute_config()
[all …]
A Dskl_scaler.c186 const struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; in skl_update_scaler_crtc() local
193 width = pipe_mode->crtc_hdisplay; in skl_update_scaler_crtc()
194 height = pipe_mode->crtc_vdisplay; in skl_update_scaler_crtc()
A Dintel_display_types.h939 struct drm_display_mode mode, pipe_mode, adjusted_mode; member
/linux/drivers/gpu/drm/i915/
A Dintel_pm.c918 &crtc->config->hw.pipe_mode; in pnv_update_wm()
1154 &crtc_state->hw.pipe_mode; in g4x_compute_wm()
1177 clock = pipe_mode->crtc_clock; in g4x_compute_wm()
1178 htotal = pipe_mode->crtc_htotal; in g4x_compute_wm()
1675 &crtc_state->hw.pipe_mode; in vlv_compute_wm_level()
1685 clock = pipe_mode->crtc_clock; in vlv_compute_wm_level()
2276 &crtc->config->hw.pipe_mode; in i965_update_wm()
2362 &crtc->config->hw.pipe_mode; in i9xx_update_wm()
2392 &crtc->config->hw.pipe_mode; in i9xx_update_wm()
2500 pipe_mode = &crtc->config->hw.pipe_mode; in i845_update_wm()
[all …]
/linux/include/linux/
A Dhyperv.h299 u32 pipe_mode; member

Completed in 75 milliseconds