Searched refs:pipe_index (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/media/
H A Dvsp1.h42 int vsp1_du_setup_lif(struct device *dev, unsigned int pipe_index,
111 void vsp1_du_atomic_begin(struct device *dev, unsigned int pipe_index);
112 int vsp1_du_atomic_update(struct device *dev, unsigned int pipe_index,
115 void vsp1_du_atomic_flush(struct device *dev, unsigned int pipe_index,
/linux-master/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_vsp.h64 unsigned int pipe_index);
76 unsigned int pipe_index)
75 rzg2l_du_vsp_get_drm_plane(struct rzg2l_du_crtc *crtc, unsigned int pipe_index) argument
H A Drzg2l_du_vsp.c77 unsigned int pipe_index)
85 if (vsp_plane->index == pipe_index)
76 rzg2l_du_vsp_get_drm_plane(struct rzg2l_du_crtc *crtc, unsigned int pipe_index) argument
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.h42 unsigned int pipe_index; member in struct:vsp1_video
H A Dvsp1_drm.c626 * @pipe_index: the DRM pipeline index
633 * The @pipe_index argument selects which DRM pipeline to setup. The number of
644 int vsp1_du_setup_lif(struct device *dev, unsigned int pipe_index, argument
654 if (pipe_index >= vsp1->info->lif_count)
657 drm_pipe = &vsp1->drm->pipe[pipe_index];
722 __func__, pipe_index, cfg->width, cfg->height,
749 vsp1_write(vsp1, VI6_DISP_IRQ_STA(pipe_index), 0);
750 vsp1_write(vsp1, VI6_DISP_IRQ_ENB(pipe_index), 0);
775 * @pipe_index: the DRM pipeline index
777 void vsp1_du_atomic_begin(struct device *dev, unsigned int pipe_index) argument
812 vsp1_du_atomic_update(struct device *dev, unsigned int pipe_index, unsigned int rpf_index, const struct vsp1_du_atomic_config *cfg) argument
881 vsp1_du_atomic_flush(struct device *dev, unsigned int pipe_index, const struct vsp1_du_atomic_pipe_config *cfg) argument
[all...]
H A Dvsp1_video.c361 pipe->buffers_ready |= 1 << video->pipe_index;
592 rwpf->video->pipe_index = ++pipe->num_inputs;
598 rwpf->video->pipe_index = 0;
778 pipe->buffers_ready |= 1 << video->pipe_index;
917 pipe->buffers_ready &= ~(1 << video->pipe_index);
/linux-master/sound/pci/echoaudio/
H A Dechoaudio_dsp.c781 static void set_audio_format(struct echoaudio *chip, u16 pipe_index, argument
849 "set_audio_format[%d] = %x\n", pipe_index, dsp_format);
850 chip->comm_page->audio_format[pipe_index] = cpu_to_le16(dsp_format);
937 static inline int is_pipe_allocated(struct echoaudio *chip, u16 pipe_index) argument
939 return (chip->pipe_alloc_mask & (1 << pipe_index));
1055 int pipe_index, int interleave)
1061 "allocate_pipes: ch=%d int=%d\n", pipe_index, interleave);
1067 channel_mask |= 1 << (pipe_index + i);
1074 chip->comm_page->position[pipe_index] = 0;
1078 pipe->index = pipe_index;
1054 allocate_pipes(struct echoaudio *chip, struct audiopipe *pipe, int pipe_index, int interleave) argument
[all...]
H A Dechoaudio.c527 int pipe_index, int interleave)
547 err = allocate_pipes(chip, pipe, pipe_index, interleave);
551 pipe_index, err);
555 dev_dbg(chip->card->dev, "allocate_pipes()=%d\n", pipe_index);
600 chip->substream[pipe_index] = substream;
685 int pipe_index = ((struct audiopipe *)runtime->private_data)->index; local
715 if (snd_BUG_ON(pipe_index >= px_num(chip)))
725 if (snd_BUG_ON(!is_pipe_allocated(chip, pipe_index))) {
730 set_audio_format(chip, pipe_index, &format);
525 init_engine(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *hw_params, int pipe_index, int interleave) argument
/linux-master/drivers/gpu/drm/
H A Ddrm_vblank.c1697 unsigned int pipe_index; local
1720 pipe_index = high_pipe >> _DRM_VBLANK_HIGH_CRTC_SHIFT;
1722 pipe_index = flags & _DRM_VBLANK_SECONDARY ? 1 : 0;
1729 if (pipe_index == 0)
1731 pipe_index--;
1736 pipe = pipe_index;
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_translation_helper.c1025 unsigned int pipe_index = 0; local
1041 pipe_index = pipe->pipe_idx;
1043 if (pipe->stream && dml_to_dc_pipe_mapping->dml_pipe_idx_to_plane_index_valid[pipe_index] == false) {
1044 dml_to_dc_pipe_mapping->dml_pipe_idx_to_plane_index[pipe_index] = plane_index;
1046 dml_to_dc_pipe_mapping->dml_pipe_idx_to_plane_index_valid[pipe_index] = true;
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c458 int pipe_index = 0, i; local
463 multi_pipes[pipe_index++] = stream_env->pipes[i];
465 if (pipe_index == 0)
476 pipe_index, multi_pipes, &stream_env->stream) != 0)
2326 int pipe_index = atomisp_get_pipe_index(asd); local
2330 stream_index = (pipe_index == IA_CSS_PIPE_ID_YUVPP) ?
2335 .pipes[pipe_index], &info)) {
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c404 fams_pipe_data->pipe_index[pipe_idx++] = head_pipe->plane_res.hubp->inst;
409 fams_pipe_data->pipe_index[pipe_idx++] = split_pipe->plane_res.hubp->inst;
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h4084 uint8_t pipe_index[4]; member in struct:dmub_cmd_fw_assisted_mclk_switch_pipe_data

Completed in 219 milliseconds