Lines Matching refs:rpf_index
798 * @rpf_index: index of the RPF to setup (0-based)
801 * Configure the VSP to perform image composition through RPF @rpf_index as
825 unsigned int rpf_index,
834 if (rpf_index >= vsp1->info->rpf_count)
837 input = &vsp1->drm->inputs[rpf_index];
838 rpf = vsp1->rpf[rpf_index];
842 rpf_index);
850 drm_pipe->pipe.inputs[rpf_index] = NULL;
856 __func__, rpf_index,
885 drm_pipe->pipe.inputs[rpf_index] = rpf;