Home
last modified time | relevance | path

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

/drivers/media/platform/renesas/vsp1/
Dvsp1_pipe.h112 struct vsp1_pipeline { struct
119 void (*frame_end)(struct vsp1_pipeline *pipe, unsigned int completion); argument
155 void vsp1_pipeline_reset(struct vsp1_pipeline *pipe); argument
156 void vsp1_pipeline_init(struct vsp1_pipeline *pipe);
158 void vsp1_pipeline_run(struct vsp1_pipeline *pipe);
159 bool vsp1_pipeline_stopped(struct vsp1_pipeline *pipe);
160 int vsp1_pipeline_stop(struct vsp1_pipeline *pipe);
161 bool vsp1_pipeline_ready(struct vsp1_pipeline *pipe);
163 void vsp1_pipeline_frame_end(struct vsp1_pipeline *pipe);
165 void vsp1_pipeline_propagate_alpha(struct vsp1_pipeline *pipe,
[all …]
Dvsp1_entity.h20 struct vsp1_pipeline;
82 void (*configure_stream)(struct vsp1_entity *, struct vsp1_pipeline *,
84 void (*configure_frame)(struct vsp1_entity *, struct vsp1_pipeline *,
87 struct vsp1_pipeline *,
90 unsigned int (*max_width)(struct vsp1_entity *, struct vsp1_pipeline *);
91 void (*partition)(struct vsp1_entity *, struct vsp1_pipeline *,
105 struct vsp1_pipeline *pipe;
153 struct vsp1_pipeline *pipe,
157 struct vsp1_pipeline *pipe,
162 struct vsp1_pipeline *pipe,
[all …]
Dvsp1_pipe.c262 void vsp1_pipeline_reset(struct vsp1_pipeline *pipe) in vsp1_pipeline_reset()
293 void vsp1_pipeline_init(struct vsp1_pipeline *pipe) in vsp1_pipeline_init()
305 void vsp1_pipeline_run(struct vsp1_pipeline *pipe) in vsp1_pipeline_run()
318 bool vsp1_pipeline_stopped(struct vsp1_pipeline *pipe) in vsp1_pipeline_stopped()
330 int vsp1_pipeline_stop(struct vsp1_pipeline *pipe) in vsp1_pipeline_stop()
381 bool vsp1_pipeline_ready(struct vsp1_pipeline *pipe) in vsp1_pipeline_ready()
392 void vsp1_pipeline_frame_end(struct vsp1_pipeline *pipe) in vsp1_pipeline_frame_end()
430 void vsp1_pipeline_propagate_alpha(struct vsp1_pipeline *pipe, in vsp1_pipeline_propagate_alpha()
455 void vsp1_pipeline_propagate_partition(struct vsp1_pipeline *pipe, in vsp1_pipeline_propagate_partition()
Dvsp1_video.c187 static void vsp1_video_calculate_partition(struct vsp1_pipeline *pipe, in vsp1_video_calculate_partition()
253 static int vsp1_video_pipeline_setup_partitions(struct vsp1_pipeline *pipe) in vsp1_video_pipeline_setup_partitions()
316 struct vsp1_pipeline *pipe = video->rwpf->entity.pipe; in vsp1_video_complete_buffer()
350 static void vsp1_video_frame_end(struct vsp1_pipeline *pipe, in vsp1_video_frame_end()
364 static void vsp1_video_pipeline_run_partition(struct vsp1_pipeline *pipe, in vsp1_video_pipeline_run_partition()
377 static void vsp1_video_pipeline_run(struct vsp1_pipeline *pipe) in vsp1_video_pipeline_run()
431 static void vsp1_video_pipeline_frame_end(struct vsp1_pipeline *pipe, in vsp1_video_pipeline_frame_end()
469 static int vsp1_video_pipeline_build_branch(struct vsp1_pipeline *pipe, in vsp1_video_pipeline_build_branch()
559 static int vsp1_video_pipeline_build(struct vsp1_pipeline *pipe, in vsp1_video_pipeline_build()
646 static int vsp1_video_pipeline_init(struct vsp1_pipeline *pipe, in vsp1_video_pipeline_init()
[all …]
Dvsp1_drm.c33 static void vsp1_du_pipeline_frame_end(struct vsp1_pipeline *pipe, in vsp1_du_pipeline_frame_end()
64 struct vsp1_pipeline *pipe, in vsp1_du_insert_uif()
116 struct vsp1_pipeline *pipe, in vsp1_du_pipeline_setup_rpf()
225 struct vsp1_pipeline *pipe);
226 static void vsp1_du_pipeline_configure(struct vsp1_pipeline *pipe);
229 struct vsp1_pipeline *pipe) in vsp1_du_pipeline_setup_brx()
368 struct vsp1_pipeline *pipe) in vsp1_du_pipeline_setup_inputs()
481 struct vsp1_pipeline *pipe) in vsp1_du_pipeline_setup_output()
540 static void vsp1_du_pipeline_configure(struct vsp1_pipeline *pipe) in vsp1_du_pipeline_configure()
649 struct vsp1_pipeline *pipe; in vsp1_du_setup_lif()
[all …]
Dvsp1_drm.h33 struct vsp1_pipeline pipe;
68 to_vsp1_drm_pipeline(struct vsp1_pipeline *pipe) in to_vsp1_drm_pipeline()
Dvsp1_uds.c261 struct vsp1_pipeline *pipe, in uds_configure_stream()
309 struct vsp1_pipeline *pipe, in uds_configure_partition()
335 struct vsp1_pipeline *pipe) in uds_max_width()
371 struct vsp1_pipeline *pipe, in uds_partition()
Dvsp1_rpf.c51 struct vsp1_pipeline *pipe, in rpf_configure_stream()
271 struct vsp1_pipeline *pipe, in rpf_configure_frame()
286 struct vsp1_pipeline *pipe, in rpf_configure_partition()
369 struct vsp1_pipeline *pipe, in rpf_partition()
Dvsp1_wpf.c234 struct vsp1_pipeline *pipe, in wpf_configure_stream()
343 struct vsp1_pipeline *pipe, in wpf_configure_frame()
369 struct vsp1_pipeline *pipe, in wpf_configure_partition()
511 struct vsp1_pipeline *pipe) in wpf_max_width()
519 struct vsp1_pipeline *pipe, in wpf_partition()
Dvsp1_sru.c273 struct vsp1_pipeline *pipe, in sru_configure_stream()
307 struct vsp1_pipeline *pipe) in sru_max_width()
330 struct vsp1_pipeline *pipe, in sru_partition()
Dvsp1_entity.c24 struct vsp1_pipeline *pipe, in vsp1_entity_route_setup()
73 struct vsp1_pipeline *pipe, in vsp1_entity_configure_stream()
82 struct vsp1_pipeline *pipe, in vsp1_entity_configure_frame()
91 struct vsp1_pipeline *pipe, in vsp1_entity_configure_partition()
Dvsp1_lut.c150 struct vsp1_pipeline *pipe, in lut_configure_stream()
160 struct vsp1_pipeline *pipe, in lut_configure_frame()
Dvsp1_clu.c174 struct vsp1_pipeline *pipe, in clu_configure_stream()
192 struct vsp1_pipeline *pipe, in clu_configure_frame()
Dvsp1_lif.c87 struct vsp1_pipeline *pipe, in lif_configure_stream()
Dvsp1_hsit.c133 struct vsp1_pipeline *pipe, in hsit_configure_stream()
Dvsp1_hgt.c129 struct vsp1_pipeline *pipe, in hgt_configure_stream()
Dvsp1_hgo.c133 struct vsp1_pipeline *pipe, in hgo_configure_stream()
Dvsp1_uif.c197 struct vsp1_pipeline *pipe, in uif_configure_stream()
Dvsp1_brx.c287 struct vsp1_pipeline *pipe, in brx_configure_stream()
Dvsp1_histo.c59 struct vsp1_pipeline *pipe = histo->entity.pipe; in vsp1_histogram_buffer_complete()