Lines Matching refs:pipe_config

922 		const struct intel_crtc_state *pipe_config,  in intel_enable_tv()  argument
929 intel_crtc_wait_for_next_vblank(to_intel_crtc(pipe_config->uapi.crtc)); in intel_enable_tv()
1086 struct intel_crtc_state *pipe_config) in intel_tv_get_config() argument
1090 &pipe_config->hw.adjusted_mode; in intel_tv_get_config()
1098 pipe_config->output_types |= BIT(INTEL_OUTPUT_TVOUT); in intel_tv_get_config()
1120 tv_mode.clock = pipe_config->port_clock; in intel_tv_get_config()
1147 intel_tv_mode_to_mode(&mode, &tv_mode, pipe_config->port_clock); in intel_tv_get_config()
1163 pipe_config->mode_flags |= in intel_tv_get_config()
1185 struct intel_crtc_state *pipe_config, in intel_tv_compute_config() argument
1189 to_intel_atomic_state(pipe_config->uapi.state); in intel_tv_compute_config()
1190 struct intel_crtc *crtc = to_intel_crtc(pipe_config->uapi.crtc); in intel_tv_compute_config()
1196 &pipe_config->hw.adjusted_mode; in intel_tv_compute_config()
1207 pipe_config->output_format = INTEL_OUTPUT_FORMAT_RGB; in intel_tv_compute_config()
1210 pipe_config->pipe_bpp = 8*3; in intel_tv_compute_config()
1212 pipe_config->port_clock = tv_mode->clock; in intel_tv_compute_config()
1218 pipe_config->clock_set = true; in intel_tv_compute_config()
1220 intel_tv_mode_to_mode(adjusted_mode, tv_mode, pipe_config->port_clock); in intel_tv_compute_config()
1343 pipe_config->mode_flags |= in intel_tv_compute_config()
1430 const struct intel_crtc_state *pipe_config, in intel_tv_pre_enable() argument
1434 struct intel_crtc *crtc = to_intel_crtc(pipe_config->uapi.crtc); in intel_tv_pre_enable()
1543 assert_transcoder_disabled(dev_priv, pipe_config->cpu_transcoder); in intel_tv_pre_enable()