bigjoiner_primary_pipes
return BIT(crtc->pipe) & bigjoiner_primary_pipes(crtc_state);
return bigjoiner_primary_pipes(crtc_state);
static u8 expected_bigjoiner_secondary_pipes(u8 bigjoiner_primary_pipes)
return expected_secondary_pipes(bigjoiner_primary_pipes, 2);