Home
last modified time | relevance | path

Searched refs:stream_count (Results 1 – 25 of 31) sorted by relevance

12

/linux/sound/firewire/dice/
H A Ddice-extension.c60 u32 base_offset, unsigned int stream_count, in read_stream_entries() argument
70 for (i = 0; i < stream_count; ++i) { in read_stream_entries()
88 unsigned int stream_count; in detect_stream_formats() local
119 stream_count = min_t(unsigned int, be32_to_cpu(reg[0]), MAX_STREAMS); in detect_stream_formats()
121 stream_count, mode, in detect_stream_formats()
127 base_offset += stream_count * EXT_APP_STREAM_ENTRY_SIZE; in detect_stream_formats()
128 stream_count = min_t(unsigned int, be32_to_cpu(reg[1]), MAX_STREAMS); in detect_stream_formats()
130 stream_count, in detect_stream_formats()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource_helpers.c188 for (i = 0; i < context->stream_count; i++) { in dcn32_mpo_in_use()
248 uint8_t stream_count = 0; in override_det_for_subvp() local
251 for (i = 0; i < context->stream_count; i++) { in override_det_for_subvp()
256 stream_count++; in override_det_for_subvp()
273 if (stream_count == 2 && subvp_high_refresh_count == 2 && fhd_count == 1) { in override_det_for_subvp()
320 uint8_t stream_count = 0; in dcn32_determine_det_override() local
322 for (i = 0; i < context->stream_count; i++) { in dcn32_determine_det_override()
325 stream_count++; in dcn32_determine_det_override()
328 if (stream_count > 0) { in dcn32_determine_det_override()
329 stream_segments = 18 / stream_count; in dcn32_determine_det_override()
[all …]
/linux/sound/pci/mixart/
H A Dmixart_core.h152 u32 stream_count; member
173 u32 stream_count; member
220 u32 stream_count; /* set to 1 for instance */ member
264 u32 stream_count; member
403 u32 stream_count; /* set to 1 (array size !) */ member
H A Dmixart.h143 int stream_count; member
/linux/drivers/staging/media/imx/
H A Dimx-ic-prp.c54 int stream_count; member
168 if (priv->stream_count > 0) { in prp_set_fmt()
365 if (priv->stream_count != !enable) in prp_s_stream()
388 priv->stream_count += enable ? 1 : -1; in prp_s_stream()
389 if (priv->stream_count < 0) in prp_s_stream()
390 priv->stream_count = 0; in prp_s_stream()
H A Dimx-ic-prpencvf.c99 int stream_count; member
935 if (priv->stream_count > 0) { in prp_set_fmt()
1109 if (priv->stream_count > 0) { in prp_s_ctrl()
1184 if (priv->stream_count != !enable) in prp_s_stream()
1198 priv->stream_count += enable ? 1 : -1; in prp_s_stream()
1199 if (priv->stream_count < 0) in prp_s_stream()
1200 priv->stream_count = 0; in prp_s_stream()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1265 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table()
1266 link->mst_stream_alloc_table.stream_count < 2); in update_mst_stream_alloc_table()
1269 for (i = 0; i < proposed_table->stream_count; i++) { in update_mst_stream_alloc_table()
1271 for (j = 0; j < link->mst_stream_alloc_table.stream_count; j++) { in update_mst_stream_alloc_table()
1285 if (j == link->mst_stream_alloc_table.stream_count) { in update_mst_stream_alloc_table()
1296 link->mst_stream_alloc_table.stream_count = in update_mst_stream_alloc_table()
1297 proposed_table->stream_count; in update_mst_stream_alloc_table()
1313 for (; i < table->stream_count; i++) in remove_stream_from_alloc_table()
1317 for (; i < table->stream_count; i++) in remove_stream_from_alloc_table()
1322 if (i < table->stream_count) { in remove_stream_from_alloc_table()
[all …]
/linux/sound/pci/pcxhr/
H A Dpcxhr_hwdep.c157 int stream_count, audio_count; in pcxhr_dsp_allocate_pipe() local
162 stream_count = 1; in pcxhr_dsp_allocate_pipe()
168 stream_count = PCXHR_PLAYBACK_STREAMS; in pcxhr_dsp_allocate_pipe()
178 audio_count, stream_count); in pcxhr_dsp_allocate_pipe()
/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-regs.c517 camif->stream_count++; in camif_hw_enable_capture()
525 if (camif->stream_count == 1) in camif_hw_enable_capture()
531 cfg, camif->stream_count); in camif_hw_enable_capture()
542 if (WARN_ON(--(camif->stream_count) < 0)) in camif_hw_disable_capture()
543 camif->stream_count = 0; in camif_hw_disable_capture()
545 if (camif->stream_count == 0) in camif_hw_disable_capture()
549 cfg, camif->stream_count); in camif_hw_disable_capture()
H A Dcamif-core.h278 int stream_count; member
283 short stream_count; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c1209 …BUG_DRIVER("%s: MST_DSC Try to set up params from %d streams\n", __func__, dc_state->stream_count); in compute_mst_dsc_configs_for_link()
1210 for (i = 0; i < dc_state->stream_count; i++) { in compute_mst_dsc_configs_for_link()
1376 …EBUG_DRIVER("%s: MST_DSC check on %d streams in new dc_state\n", __func__, dc_state->stream_count); in is_dsc_need_re_compute()
1379 for (i = 0; i < dc_state->stream_count; i++) { in is_dsc_need_re_compute()
1443 __func__, dc->current_state->stream_count); in is_dsc_need_re_compute()
1448 for (i = 0; i < dc->current_state->stream_count; i++) { in is_dsc_need_re_compute()
1495 for (i = 0; i < dc_state->stream_count; i++) in compute_mst_dsc_configs_for_state()
1498 for (i = 0; i < dc_state->stream_count; i++) { in compute_mst_dsc_configs_for_state()
1532 for (j = 0; j < dc_state->stream_count; j++) { in compute_mst_dsc_configs_for_state()
1538 for (i = 0; i < dc_state->stream_count; i++) { in compute_mst_dsc_configs_for_state()
[all …]
H A Damdgpu_dm_helpers.c191 int current_hw_table_stream_cnt = copy_of_link_table.stream_count; in fill_dc_mst_payload_table_from_drm()
201 for (i = 0; i < copy_of_link_table.stream_count; i++) { in fill_dc_mst_payload_table_from_drm()
211 ASSERT(i != copy_of_link_table.stream_count); in fill_dc_mst_payload_table_from_drm()
219 sa = &new_table.stream_allocations[new_table.stream_count]; in fill_dc_mst_payload_table_from_drm()
222 new_table.stream_count++; in fill_dc_mst_payload_table_from_drm()
H A Damdgpu_dm.c3030 for (i = 0; i < state->stream_count; i++) { in dm_gpureset_toggle_interrupts()
3084 for (i = 0; i < context->stream_count; i++) { in DEFINE_FREE()
3103 params.stream_count = context->stream_count; in DEFINE_FREE()
3358 for (k = 0; k < dc_state->stream_count; k++) { in dm_gpureset_commit_state()
3433 l->mst_stream_alloc_table.stream_count); in amdgpu_dm_dump_links_and_sinks()
3507 for (i = 0; i < dc_state->stream_count; i++) { in dm_resume()
3521 commit_params.stream_count = dc_state->stream_count; in dm_resume()
6879 int stream_count) in set_master_stream() argument
6883 for (j = 0; j < stream_count; j++) { in set_master_stream()
6895 for (j = 0; j < stream_count; j++) { in set_master_stream()
[all …]
/linux/sound/soc/amd/ps/
H A Dps-sdw-dma.c695 u32 stream_count, irq_mask, irq_mask1; in acp63_restore_sdw_dma_config() local
702 stream_count = ACP63_SDW0_DMA_MAX_STREAMS; in acp63_restore_sdw_dma_config()
704 stream_count = ACP63_SDW1_DMA_MAX_STREAMS; in acp63_restore_sdw_dma_config()
706 for (index = 0; index < stream_count; index++) { in acp63_restore_sdw_dma_config()
740 u32 stream_count, irq_mask, irq_mask1; in acp70_restore_sdw_dma_config() local
745 stream_count = ACP70_SDW0_DMA_MAX_STREAMS; in acp70_restore_sdw_dma_config()
747 for (index = 0; index < stream_count; index++) { in acp70_restore_sdw_dma_config()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c192 for (i = 0; i < ctx->stream_count; i++) in get_seamless_boot_stream_count()
1349 for (j = 0; j < context->stream_count; j++) { in disable_dangling_plane()
1356 dc->current_state->stream_count != context->stream_count) in disable_dangling_plane()
1763 uint8_t stream_count) in streams_changed() argument
1767 if (stream_count != dc->current_state->stream_count) in streams_changed()
1770 for (i = 0; i < dc->current_state->stream_count; i++) { in streams_changed()
2018 uint8_t stream_count) in dc_enable_stereo() argument
2033 for (j = 0; pipe && j < stream_count; j++) { in dc_enable_stereo()
2043 if (context->stream_count > 1 && !dc->debug.disable_timing_sync) { in dc_trigger_sync()
2144 for (i = 0; i < context->stream_count; i++) in dc_commit_state_no_check()
[all …]
H A Ddc_resource.c132 current_snapshot->stream_count = state->stream_count; in start_new_topology_snapshot()
2264 if (state_a->stream_count != state_b->stream_count) in resource_is_pipe_topology_changed()
2462 for (i = 0; i < state->stream_count; i++) in resource_stream_to_stream_idx()
2489 for (stream_idx = 0; stream_idx < state->stream_count; stream_idx++) { in resource_log_pipe_topology_update()
2504 for (stream_idx = 0; stream_idx < state->stream_count; stream_idx++) { in resource_log_pipe_topology_update()
2848 int stream_count = context->stream_count; in swap_dio_link_enc_to_muxable_ctx() local
2855 for (i = 0; i < stream_count; i++) { in swap_dio_link_enc_to_muxable_ctx()
3666 for (i = 0; i < context->stream_count; i++) { in find_pll_sharable_stream()
4067 for (i = 0; i < context->stream_count; i++) in resource_map_pool_resources()
4097 for (i = 0; i < context->stream_count; i++) { in planes_changed_for_existing_stream()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn351/
H A Ddcn351_fpu.c580 } else if (context->stream_count >= in dcn351_populate_dml_pipes_from_context_fpu()
585 } else if (context->stream_count >= 3 && upscaled) { in dcn351_populate_dml_pipes_from_context_fpu()
622 if (context->stream_count == 0 || plane_count == 0) { in dcn351_decide_zstate_support()
624 } else if (context->stream_count == 1 && context->streams[0]->signal == SIGNAL_TYPE_EDP) { in dcn351_decide_zstate_support()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn35/
H A Ddcn35_fpu.c547 } else if (context->stream_count >= in dcn35_populate_dml_pipes_from_context_fpu()
552 } else if (context->stream_count >= 3 && upscaled) { in dcn35_populate_dml_pipes_from_context_fpu()
591 if (context->stream_count == 0 || plane_count == 0) { in dcn35_decide_zstate_support()
593 } else if (context->stream_count == 1 && context->streams[0]->signal == SIGNAL_TYPE_EDP) { in dcn35_decide_zstate_support()
/linux/drivers/media/platform/xilinx/
H A Dxilinx-dma.h42 unsigned int stream_count; member
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhw_shared.h99 int stream_count; member
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.h44 u32 stream_count; member
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clk_mgr.c502 for (j = 0; j < context->stream_count; j++) { in dce110_fill_display_configs()
553 for (j = 0; j < context->stream_count; j++) { in dce110_get_min_vblank_time_us()
643 pp_display_cfg->min_dcfclock_khz = (context->stream_count > 4) ? in dce11_pplib_apply_display_requirements()
/linux/drivers/crypto/bcm/
H A Dcipher.h426 atomic_t stream_count; /* monotonic counter for streamID's */ member
H A Dutil.c379 atomic_read(&ipriv->stream_count)); in spu_debugfs_read()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1045 int stream_count; member
1386 uint8_t stream_count; member

12