Home
last modified time | relevance | path

Searched refs:rpf_index (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_drm.c798 * @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, in vsp1_du_atomic_update() argument
834 if (rpf_index >= vsp1->info->rpf_count) in vsp1_du_atomic_update()
837 input = &vsp1->drm->inputs[rpf_index]; in vsp1_du_atomic_update()
838 rpf = vsp1->rpf[rpf_index]; in vsp1_du_atomic_update()
842 rpf_index); in vsp1_du_atomic_update()
850 drm_pipe->pipe.inputs[rpf_index] = NULL; in vsp1_du_atomic_update()
856 __func__, rpf_index, in vsp1_du_atomic_update()
885 drm_pipe->pipe.inputs[rpf_index] in vsp1_du_atomic_update()
[all...]