Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dskl_scaler.c187 const struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; in skl_update_scaler_crtc() local
194 width = pipe_mode->crtc_hdisplay; in skl_update_scaler_crtc()
195 height = pipe_mode->crtc_vdisplay; in skl_update_scaler_crtc()
Dintel_crtc_state_dump.c253 DRM_MODE_ARG(&pipe_config->hw.pipe_mode)); in intel_crtc_state_dump()
254 intel_dump_crtc_timings(i915, &pipe_config->hw.pipe_mode); in intel_crtc_state_dump()
Dintel_display.c2460 u32 pixel_rate = crtc_state->hw.pipe_mode.crtc_clock; in ilk_pipe_pixel_rate()
2507 crtc_state->hw.pipe_mode.crtc_clock; in intel_crtc_compute_pixel_rate()
2557 struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; in intel_crtc_readout_derived_state() local
2564 drm_mode_copy(pipe_mode, adjusted_mode); in intel_crtc_readout_derived_state()
2567 intel_splitter_adjust_timings(crtc_state, pipe_mode); in intel_crtc_readout_derived_state()
2574 intel_mode_from_crtc_timings(adjusted_mode, pipe_mode); in intel_crtc_readout_derived_state()
2577 drm_mode_copy(mode, pipe_mode); in intel_crtc_readout_derived_state()
2584 intel_bigjoiner_adjust_timings(crtc_state, pipe_mode); in intel_crtc_readout_derived_state()
2585 intel_mode_from_crtc_timings(pipe_mode, pipe_mode); in intel_crtc_readout_derived_state()
2651 struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; in intel_crtc_compute_pipe_mode() local
[all …]
Dskl_watermark.c350 if (crtc_state->hw.pipe_mode.flags & DRM_MODE_FLAG_INTERLACE) in skl_crtc_can_enable_sagv()
570 const struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; in intel_crtc_ddb_weight() local
581 drm_mode_get_hv_timing(pipe_mode, &hdisplay, &vdisplay); in intel_crtc_ddb_weight()
1684 crtc_htotal = crtc_state->hw.pipe_mode.crtc_htotal; in intel_get_linetime_us()
1868 crtc_state->hw.pipe_mode.crtc_htotal, in skl_compute_plane_wm()
1875 if ((wp->cpp * crtc_state->hw.pipe_mode.crtc_htotal / in skl_compute_plane_wm()
Dintel_display_types.h1005 struct drm_display_mode mode, pipe_mode, adjusted_mode; member
Dintel_display_debugfs.c871 DRM_MODE_ARG(&crtc_state->hw.pipe_mode)); in intel_crtc_info()
/Linux-v6.1/drivers/gpu/drm/i915/
Dintel_pm.c1113 const struct drm_display_mode *pipe_mode = in g4x_compute_wm() local
1114 &crtc_state->hw.pipe_mode; in g4x_compute_wm()
1138 htotal = pipe_mode->crtc_htotal; in g4x_compute_wm()
1633 const struct drm_display_mode *pipe_mode = in vlv_compute_wm_level() local
1634 &crtc_state->hw.pipe_mode; in vlv_compute_wm_level()
1645 htotal = pipe_mode->crtc_htotal; in vlv_compute_wm_level()
2234 const struct drm_display_mode *pipe_mode = in i965_update_wm() local
2235 &crtc->config->hw.pipe_mode; in i965_update_wm()
2239 int htotal = pipe_mode->crtc_htotal; in i965_update_wm()
2405 const struct drm_display_mode *pipe_mode = in i9xx_update_wm() local
[all …]
/Linux-v6.1/include/linux/
Dhyperv.h303 u32 pipe_mode; member