Lines Matching defs:pipe_mode

2097 	u32 pixel_rate = crtc_state->hw.pipe_mode.crtc_clock;
2144 crtc_state->hw.pipe_mode.crtc_clock;
2194 struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode;
2201 drm_mode_copy(pipe_mode, adjusted_mode);
2204 intel_splitter_adjust_timings(crtc_state, pipe_mode);
2211 intel_mode_from_crtc_timings(adjusted_mode, pipe_mode);
2214 drm_mode_copy(mode, pipe_mode);
2221 intel_bigjoiner_adjust_timings(crtc_state, pipe_mode);
2222 intel_mode_from_crtc_timings(pipe_mode, pipe_mode);
2288 struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode;
2295 drm_mode_copy(pipe_mode, adjusted_mode);
2298 intel_splitter_adjust_timings(crtc_state, pipe_mode);
2301 intel_bigjoiner_adjust_timings(crtc_state, pipe_mode);
2302 intel_mode_from_crtc_timings(pipe_mode, pipe_mode);
2312 pipe_mode->crtc_clock > clock_limit) {
2318 if (pipe_mode->crtc_clock > clock_limit) {
2322 pipe_mode->crtc_clock, clock_limit,
4183 const struct drm_display_mode *pipe_mode =
4184 &crtc_state->hw.pipe_mode;
4190 linetime_wm = DIV_ROUND_CLOSEST(pipe_mode->crtc_htotal * 1000 * 8,
4191 pipe_mode->crtc_clock);
4199 const struct drm_display_mode *pipe_mode =
4200 &crtc_state->hw.pipe_mode;
4206 linetime_wm = DIV_ROUND_CLOSEST(pipe_mode->crtc_htotal * 1000 * 8,
4216 const struct drm_display_mode *pipe_mode =
4217 &crtc_state->hw.pipe_mode;
4223 linetime_wm = DIV_ROUND_UP(pipe_mode->crtc_htotal * 1000 * 8,
4583 drm_mode_copy(&slave_crtc_state->hw.pipe_mode,
4584 &master_crtc_state->hw.pipe_mode);
5230 PIPE_CONF_CHECK_TIMINGS(hw.pipe_mode);
5357 PIPE_CONF_CHECK_I(hw.pipe_mode.crtc_clock);