Home
last modified time | relevance | path

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

/drivers/media/platform/renesas/vsp1/
A Dvsp1_rwpf.c56 rwpf->max_height); in vsp1_rwpf_enum_frame_size()
68 mutex_lock(&rwpf->entity.lock); in vsp1_rwpf_set_format()
158 if (rwpf->flip.rotate) { in vsp1_rwpf_set_format()
164 mutex_unlock(&rwpf->entity.lock); in vsp1_rwpf_set_format()
184 mutex_lock(&rwpf->entity.lock); in vsp1_rwpf_get_selection()
211 mutex_unlock(&rwpf->entity.lock); in vsp1_rwpf_get_selection()
235 mutex_lock(&rwpf->entity.lock); in vsp1_rwpf_set_selection()
296 struct vsp1_rwpf *rwpf = in vsp1_rwpf_s_ctrl() local
301 rwpf->alpha = ctrl->val; in vsp1_rwpf_s_ctrl()
318 rwpf->entity.subdev.ctrl_handler = &rwpf->ctrls; in vsp1_rwpf_init_ctrls()
[all …]
A Dvsp1_video.c84 video->rwpf->fmtinfo->mbus, video->rwpf->format.width, in vsp1_video_verify_format()
244 struct vsp1_rwpf *rwpf) in vsp1_video_frame_end() argument
253 video->rwpf->mem = buf->mem; in vsp1_video_frame_end()
469 struct vsp1_rwpf *rwpf; in vsp1_video_pipeline_build() local
482 rwpf = to_rwpf(subdev); in vsp1_video_pipeline_build()
483 pipe->inputs[rwpf->entity.index] = rwpf; in vsp1_video_pipeline_build()
488 rwpf = to_rwpf(subdev); in vsp1_video_pipeline_build()
489 pipe->output = rwpf; in vsp1_video_pipeline_build()
1233 rwpf->video = video; in vsp1_video_create()
1236 video->rwpf = rwpf; in vsp1_video_create()
[all …]
A Dvsp1_video.h34 struct vsp1_rwpf *rwpf; member
58 struct vsp1_rwpf *rwpf);
A Dvsp1_vspx.c86 struct vsp1_rwpf *rwpf, in vsp1_vspx_rwpf_set_subdev_fmt() argument
91 struct vsp1_entity *ent = &rwpf->entity; in vsp1_vspx_rwpf_set_subdev_fmt()
114 rwpf->fmtinfo = vsp1_get_format_info(vsp1, vspx_fourcc); in vsp1_vspx_rwpf_set_subdev_fmt()
121 format.format.code = rwpf->fmtinfo->mbus; in vsp1_vspx_rwpf_set_subdev_fmt()
A Dvsp1_rwpf.h84 int vsp1_rwpf_init_ctrls(struct vsp1_rwpf *rwpf, unsigned int ncontrols);
A Dvsp1_drm.c589 struct vsp1_rwpf *rwpf, in vsp1_du_pipeline_set_rwpf_format() argument
610 rwpf->fmtinfo = fmtinfo; in vsp1_du_pipeline_set_rwpf_format()
611 rwpf->format.num_planes = fmtinfo->planes; in vsp1_du_pipeline_set_rwpf_format()
612 rwpf->format.plane_fmt[0].bytesperline = pitch; in vsp1_du_pipeline_set_rwpf_format()
613 rwpf->format.plane_fmt[1].bytesperline = pitch / chroma_hsub; in vsp1_du_pipeline_set_rwpf_format()

Completed in 16 milliseconds