| /linux/sound/firewire/dice/ |
| H A D | dice-extension.c | 60 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/core/ |
| H A D | dc_state.c | 175 for (i = 0; i < dst_state->stream_count; i++) { in dc_state_copy_internal() 305 for (i = 0; i < state->stream_count; i++) { in dc_state_destruct() 314 state->stream_count = 0; in dc_state_destruct() 381 if (state->stream_count >= dc->res_pool->timing_generator_count) { in dc_state_add_stream() 386 state->streams[state->stream_count] = stream; in dc_state_add_stream() 388 state->stream_count++; in dc_state_add_stream() 420 for (i = 0; i < state->stream_count; i++) in dc_state_remove_stream() 432 state->stream_count--; in dc_state_remove_stream() 435 for (; i < state->stream_count; i++) { in dc_state_remove_stream() 440 state->streams[state->stream_count] = NULL; in dc_state_remove_stream() [all …]
|
| H A D | dc.c | 192 for (i = 0; i < ctx->stream_count; i++) in get_seamless_boot_stream_count() 1351 for (j = 0; j < context->stream_count; j++) { in disable_dangling_plane() 1358 dc->current_state->stream_count != context->stream_count) in disable_dangling_plane() 1765 uint8_t stream_count) in streams_changed() argument 1769 if (stream_count != dc->current_state->stream_count) in streams_changed() 1772 for (i = 0; i < dc->current_state->stream_count; i++) { in streams_changed() 2020 uint8_t stream_count) in dc_enable_stereo() argument 2035 for (j = 0; pipe && j < stream_count; j++) { in dc_enable_stereo() 2045 if (context->stream_count > 1 && !dc->debug.disable_timing_sync) { in dc_trigger_sync() 2146 for (i = 0; i < context->stream_count; i++) in dc_commit_state_no_check() [all …]
|
| H A D | dc_resource.c | 132 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/resource/dcn32/ |
| H A D | dcn32_resource_helpers.c | 188 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 D | mixart_core.h | 152 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 D | mixart.c | 219 int stream_count; in snd_mixart_add_ref_pipe() local 230 stream_count = MIXART_CAPTURE_STREAMS; in snd_mixart_add_ref_pipe() 238 stream_count = MIXART_PLAYBACK_STREAMS; in snd_mixart_add_ref_pipe() 242 if( (monitoring == 0) && (pipe->references >= stream_count) ) { in snd_mixart_add_ref_pipe() 268 buf->sgroup_req.stream_count = stream_count; in snd_mixart_add_ref_pipe() 273 for (i=0; i<stream_count; i++) { in snd_mixart_add_ref_pipe() 314 pipe->stream_count = buf->sgroup_resp.stream_count; in snd_mixart_add_ref_pipe() 373 pipe->stream_count = 0; in snd_mixart_kill_ref_pipe() 390 stream_state_req.stream_count = 1; in mixart_set_stream_state() 567 stream_param.stream_count = 1; /* set to 1 */ in mixart_set_format()
|
| H A D | mixart.h | 143 int stream_count; member
|
| /linux/drivers/staging/media/imx/ |
| H A D | imx-ic-prp.c | 54 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 D | imx-ic-prpencvf.c | 99 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 D | link_dpms.c | 1267 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table() 1268 link->mst_stream_alloc_table.stream_count < 2); in update_mst_stream_alloc_table() 1271 for (i = 0; i < proposed_table->stream_count; i++) { in update_mst_stream_alloc_table() 1273 for (j = 0; j < link->mst_stream_alloc_table.stream_count; j++) { in update_mst_stream_alloc_table() 1287 if (j == link->mst_stream_alloc_table.stream_count) { in update_mst_stream_alloc_table() 1298 link->mst_stream_alloc_table.stream_count = in update_mst_stream_alloc_table() 1299 proposed_table->stream_count; in update_mst_stream_alloc_table() 1315 for (; i < table->stream_count; i++) in remove_stream_from_alloc_table() 1319 for (; i < table->stream_count; i++) in remove_stream_from_alloc_table() 1324 if (i < table->stream_count) { in remove_stream_from_alloc_table() [all …]
|
| /linux/sound/pci/pcxhr/ |
| H A D | pcxhr_hwdep.c | 157 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 D | camif-regs.c | 517 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 D | camif-core.h | 278 int stream_count; member 283 short stream_count; member
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_mst_types.c | 1209 …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 D | amdgpu_dm_helpers.c | 191 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()
|
| /linux/sound/soc/amd/ps/ |
| H A D | ps-sdw-dma.c | 695 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/dml/dcn351/ |
| H A D | dcn351_fpu.c | 580 } 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 D | dcn35_fpu.c | 547 } 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 D | xilinx-dma.h | 42 unsigned int stream_count; member
|
| /linux/drivers/gpu/drm/amd/display/dc/clk_mgr/ |
| H A D | clk_mgr.c | 60 for (i = 0; i < context->stream_count; i++) { in clk_mgr_helper_get_active_display_cnt() 84 for (i = 0; i < context->stream_count; i++) { in clk_mgr_helper_get_active_plane_cnt()
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_gpu.c | 109 *value = gpu->identity.stream_count; in etnaviv_gpu_get_param() 223 gpu->identity.stream_count = etnaviv_field(specs[0], in etnaviv_hw_specs() 253 gpu->identity.stream_count = streams; in etnaviv_hw_specs() 257 if (gpu->identity.stream_count == 0) { in etnaviv_hw_specs() 259 gpu->identity.stream_count = 4; in etnaviv_hw_specs() 261 gpu->identity.stream_count = 1; in etnaviv_hw_specs() 1026 gpu->identity.stream_count); in etnaviv_gpu_debugfs()
|
| H A D | etnaviv_gpu.h | 44 u32 stream_count; member
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | core_types.h | 125 uint8_t stream_count); 624 uint8_t stream_count; member
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | hw_shared.h | 99 int stream_count; member
|