Lines Matching refs:primary_pipe

2862 	enum pipe primary_pipe, pipe = crtc->pipe;  in intel_joiner_adjust_pipe_src()  local
2868 primary_pipe = joiner_primary_pipe(crtc_state); in intel_joiner_adjust_pipe_src()
2872 (pipe - primary_pipe) * width, 0); in intel_joiner_adjust_pipe_src()
3566 u8 *primary_pipe, u8 *secondary_pipes) in enabled_joiner_pipes() argument
3634 *primary_pipe = 0; in enabled_joiner_pipes()
3638 *primary_pipe = get_joiner_primary_pipe(pipe, primary_ultrajoiner_pipes); in enabled_joiner_pipes()
3640 expected_ultrajoiner_secondary_pipes(*primary_pipe); in enabled_joiner_pipes()
3643 expected_ultrajoiner_secondary_pipes(*primary_pipe) != in enabled_joiner_pipes()
3646 *primary_pipe, in enabled_joiner_pipes()
3647 expected_ultrajoiner_secondary_pipes(*primary_pipe), in enabled_joiner_pipes()
3653 *primary_pipe = get_joiner_primary_pipe(pipe, primary_uncompressed_joiner_pipes); in enabled_joiner_pipes()
3655 expected_uncompressed_joiner_secondary_pipes(*primary_pipe); in enabled_joiner_pipes()
3658 expected_uncompressed_joiner_secondary_pipes(*primary_pipe) != in enabled_joiner_pipes()
3661 *primary_pipe, in enabled_joiner_pipes()
3662 expected_uncompressed_joiner_secondary_pipes(*primary_pipe), in enabled_joiner_pipes()
3668 *primary_pipe = get_joiner_primary_pipe(pipe, primary_bigjoiner_pipes); in enabled_joiner_pipes()
3670 expected_bigjoiner_secondary_pipes(*primary_pipe); in enabled_joiner_pipes()
3673 expected_bigjoiner_secondary_pipes(*primary_pipe) != in enabled_joiner_pipes()
3676 *primary_pipe, in enabled_joiner_pipes()
3677 expected_bigjoiner_secondary_pipes(*primary_pipe), in enabled_joiner_pipes()
3698 u8 primary_pipe, secondary_pipes; in hsw_enabled_transcoders() local
3751 enabled_joiner_pipes(display, crtc->pipe, &primary_pipe, &secondary_pipes); in hsw_enabled_transcoders()
3753 cpu_transcoder = (enum transcoder)ffs(primary_pipe) - 1; in hsw_enabled_transcoders()
3883 u8 primary_pipe, secondary_pipes; in intel_joiner_get_config() local
3886 enabled_joiner_pipes(display, pipe, &primary_pipe, &secondary_pipes); in intel_joiner_get_config()
3888 if (((primary_pipe | secondary_pipes) & BIT(pipe)) == 0) in intel_joiner_get_config()
3891 crtc_state->joiner_pipes = primary_pipe | secondary_pipes; in intel_joiner_get_config()