Searched refs:pipe_mode (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display.c | 2097 u32 pixel_rate = crtc_state->hw.pipe_mode.crtc_clock; in ilk_pipe_pixel_rate() 2144 crtc_state->hw.pipe_mode.crtc_clock; in intel_crtc_compute_pixel_rate() 2194 struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; in intel_crtc_readout_derived_state() local 2201 drm_mode_copy(pipe_mode, adjusted_mode); in intel_crtc_readout_derived_state() 2204 intel_splitter_adjust_timings(crtc_state, pipe_mode); in intel_crtc_readout_derived_state() 2211 intel_mode_from_crtc_timings(adjusted_mode, pipe_mode); in intel_crtc_readout_derived_state() 2214 drm_mode_copy(mode, pipe_mode); in intel_crtc_readout_derived_state() 2221 intel_bigjoiner_adjust_timings(crtc_state, pipe_mode); in intel_crtc_readout_derived_state() 2222 intel_mode_from_crtc_timings(pipe_mode, pipe_mode); in intel_crtc_readout_derived_state() 2288 struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; in intel_crtc_compute_pipe_mode() local [all …]
|
H A D | skl_scaler.c | 239 const struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; in skl_update_scaler_crtc() local 246 width = pipe_mode->crtc_hdisplay; in skl_update_scaler_crtc() 247 height = pipe_mode->crtc_vdisplay; in skl_update_scaler_crtc()
|
H A D | intel_crtc_state_dump.c | 315 DRM_MODE_ARG(&pipe_config->hw.pipe_mode)); in intel_crtc_state_dump() 316 intel_dump_crtc_timings(i915, &pipe_config->hw.pipe_mode); in intel_crtc_state_dump()
|
H A D | i9xx_wm.c | 879 const struct drm_display_mode *pipe_mode = in g4x_compute_wm() local 880 &crtc_state->hw.pipe_mode; in g4x_compute_wm() 904 htotal = pipe_mode->crtc_htotal; in g4x_compute_wm() 1406 const struct drm_display_mode *pipe_mode = in vlv_compute_wm_level() local 1407 &crtc_state->hw.pipe_mode; in vlv_compute_wm_level() 1418 htotal = pipe_mode->crtc_htotal; in vlv_compute_wm_level() 2018 const struct drm_display_mode *pipe_mode = in i965_update_wm() local 2019 &crtc->config->hw.pipe_mode; in i965_update_wm() 2023 int htotal = pipe_mode->crtc_htotal; in i965_update_wm() 2189 const struct drm_display_mode *pipe_mode = in i9xx_update_wm() local [all …]
|
H A D | skl_watermark.c | 351 if (crtc_state->hw.pipe_mode.flags & DRM_MODE_FLAG_INTERLACE) in skl_crtc_can_enable_sagv() 574 const struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; in intel_crtc_ddb_weight() local 585 drm_mode_get_hv_timing(pipe_mode, &hdisplay, &vdisplay); in intel_crtc_ddb_weight() 1715 crtc_htotal = crtc_state->hw.pipe_mode.crtc_htotal; in intel_get_linetime_us() 1872 crtc_state->hw.pipe_mode.crtc_htotal, in skl_compute_plane_wm() 1879 if ((wp->cpp * crtc_state->hw.pipe_mode.crtc_htotal / in skl_compute_plane_wm()
|
H A D | intel_display_types.h | 1065 struct drm_display_mode mode, pipe_mode, adjusted_mode; member
|
H A D | intel_display_debugfs.c | 583 DRM_MODE_ARG(&crtc_state->hw.pipe_mode)); in intel_crtc_info()
|
/openbmc/linux/include/linux/ |
H A D | hyperv.h | 323 u32 pipe_mode; member
|