Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_display.c4405 u32 pixel_rate = crtc_state->hw.pipe_mode.crtc_clock; in ilk_pipe_pixel_rate()
4452 crtc_state->hw.pipe_mode.crtc_clock; in intel_crtc_compute_pixel_rate()
4461 struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; in intel_crtc_readout_derived_state() local
4464 drm_mode_copy(pipe_mode, adjusted_mode); in intel_crtc_readout_derived_state()
4471 pipe_mode->crtc_hdisplay /= 2; in intel_crtc_readout_derived_state()
4472 pipe_mode->crtc_hblank_start /= 2; in intel_crtc_readout_derived_state()
4473 pipe_mode->crtc_hblank_end /= 2; in intel_crtc_readout_derived_state()
4474 pipe_mode->crtc_hsync_start /= 2; in intel_crtc_readout_derived_state()
4475 pipe_mode->crtc_hsync_end /= 2; in intel_crtc_readout_derived_state()
4476 pipe_mode->crtc_htotal /= 2; in intel_crtc_readout_derived_state()
[all …]
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()
Dintel_display_types.h936 struct drm_display_mode mode, pipe_mode, adjusted_mode; member
/Linux-v5.15/drivers/gpu/drm/i915/
Dintel_pm.c917 const struct drm_display_mode *pipe_mode = in pnv_update_wm() local
918 &crtc->config->hw.pipe_mode; in pnv_update_wm()
922 int clock = pipe_mode->crtc_clock; in pnv_update_wm()
1153 const struct drm_display_mode *pipe_mode = in g4x_compute_wm() local
1154 &crtc_state->hw.pipe_mode; in g4x_compute_wm()
1181 clock = pipe_mode->crtc_clock; in g4x_compute_wm()
1182 htotal = pipe_mode->crtc_htotal; in g4x_compute_wm()
1679 const struct drm_display_mode *pipe_mode = in vlv_compute_wm_level() local
1680 &crtc_state->hw.pipe_mode; in vlv_compute_wm_level()
1690 clock = pipe_mode->crtc_clock; in vlv_compute_wm_level()
[all …]
/Linux-v5.15/include/linux/
Dhyperv.h299 u32 pipe_mode; member