Home
last modified time | relevance | path

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

/drivers/media/platform/vsp1/
Dvsp1_drm.c639 int vsp1_du_setup_lif(struct device *dev, unsigned int pipe_index, in vsp1_du_setup_lif() argument
649 if (pipe_index >= vsp1->info->lif_count) in vsp1_du_setup_lif()
652 drm_pipe = &vsp1->drm->pipe[pipe_index]; in vsp1_du_setup_lif()
714 __func__, pipe_index, cfg->width, cfg->height, in vsp1_du_setup_lif()
741 vsp1_write(vsp1, VI6_DISP_IRQ_STA(pipe_index), 0); in vsp1_du_setup_lif()
742 vsp1_write(vsp1, VI6_DISP_IRQ_ENB(pipe_index), 0); in vsp1_du_setup_lif()
769 void vsp1_du_atomic_begin(struct device *dev, unsigned int pipe_index) in vsp1_du_atomic_begin() argument
804 int vsp1_du_atomic_update(struct device *dev, unsigned int pipe_index, in vsp1_du_atomic_update() argument
809 struct vsp1_drm_pipeline *drm_pipe = &vsp1->drm->pipe[pipe_index]; in vsp1_du_atomic_update()
871 void vsp1_du_atomic_flush(struct device *dev, unsigned int pipe_index, in vsp1_du_atomic_flush() argument
[all …]
Dvsp1_video.h42 unsigned int pipe_index; member
Dvsp1_video.c360 pipe->buffers_ready |= 1 << video->pipe_index; in vsp1_video_frame_end()
591 rwpf->video->pipe_index = ++pipe->num_inputs; in vsp1_video_pipeline_build()
597 rwpf->video->pipe_index = 0; in vsp1_video_pipeline_build()
777 pipe->buffers_ready |= 1 << video->pipe_index; in vsp1_video_buffer_queue()
916 pipe->buffers_ready &= ~(1 << video->pipe_index); in vsp1_video_stop_streaming()
/drivers/gpu/drm/
Ddrm_vblank.c1757 unsigned int pipe_index; in drm_wait_vblank_ioctl() local
1780 pipe_index = high_pipe >> _DRM_VBLANK_HIGH_CRTC_SHIFT; in drm_wait_vblank_ioctl()
1782 pipe_index = flags & _DRM_VBLANK_SECONDARY ? 1 : 0; in drm_wait_vblank_ioctl()
1789 if (pipe_index == 0) in drm_wait_vblank_ioctl()
1791 pipe_index--; in drm_wait_vblank_ioctl()
1796 pipe = pipe_index; in drm_wait_vblank_ioctl()
/drivers/staging/media/atomisp/pci/
Datomisp_compat_css20.c489 int pipe_index = 0, i; in __create_stream() local
494 multi_pipes[pipe_index++] = stream_env->pipes[i]; in __create_stream()
496 if (pipe_index == 0) in __create_stream()
507 pipe_index, multi_pipes, &stream_env->stream) != 0) in __create_stream()
2753 int pipe_index = atomisp_get_pipe_index(asd, source_pad); in atomisp_get_css_frame_info() local
2760 stream_index = (pipe_index == IA_CSS_PIPE_ID_YUVPP) ? in atomisp_get_css_frame_info()
2766 .pipes[pipe_index], &info)) { in atomisp_get_css_frame_info()
2791 (pipe_index == IA_CSS_PIPE_ID_VIDEO || in atomisp_get_css_frame_info()
2792 pipe_index == IA_CSS_PIPE_ID_YUVPP)) in atomisp_get_css_frame_info()